Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringMIPS32.cpp5533 void TargetMIPS32::lowerStore(const InstStore *Instr) { in lowerStore() function in Ice::MIPS32::TargetMIPS32
H A DIceTargetLoweringX8664.cpp5828 void TargetX8664::lowerStore(const InstStore *Instr) { in lowerStore() function in Ice::X8664::TargetX8664
H A DIceTargetLoweringARM32.cpp5954 void TargetARM32::lowerStore(const InstStore *Instr) { in lowerStore() function in Ice::ARM32::TargetARM32
H A DIceTargetLoweringX8632.cpp6441 void TargetX8632::lowerStore(const InstStore *Instr) { in lowerStore() function in Ice::X8632::TargetX8632
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp3070 LegalizerHelper::LegalizeResult LegalizerHelper::lowerStore(GStore &StoreMI) { in lowerStore() function in LegalizerHelper