Home
last modified time | relevance | path

Searched defs:lowerLoad (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringMIPS32.cpp5147 void TargetMIPS32::lowerLoad(const InstLoad *Instr) { in lowerLoad() function in Ice::MIPS32::TargetMIPS32
H A DIceTargetLoweringX8664.cpp4984 void TargetX8664::lowerLoad(const InstLoad *Load) { in lowerLoad() function in Ice::X8664::TargetX8664
H A DIceTargetLoweringARM32.cpp5276 void TargetARM32::lowerLoad(const InstLoad *Load) { in lowerLoad() function in Ice::ARM32::TargetARM32
H A DIceTargetLoweringX8632.cpp5574 void TargetX8632::lowerLoad(const InstLoad *Load) { in lowerLoad() function in Ice::X8632::TargetX8632
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp2933 LegalizerHelper::LegalizeResult LegalizerHelper::lowerLoad(GAnyLoad &LoadMI) { in lowerLoad() function in LegalizerHelper