Home
last modified time | relevance | path

Searched refs:lowerStore (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerHelper.h337 LegalizeResult lowerStore(MachineInstr &MI);
/external/swiftshader/third_party/subzero/src/
DIceTargetLowering.h410 virtual void lowerStore(const InstStore *Instr) = 0;
DIceTargetLowering.cpp457 lowerStore(llvm::cast<InstStore>(Instr)); in lower()
DIceTargetLoweringMIPS32.h787 void lowerStore(const InstStore *Instr) override;
DIceTargetLoweringARM32.h291 void lowerStore(const InstStore *Instr) override;
DIceTargetLoweringX86Base.h284 void lowerStore(const InstStore *Instr) override;
DIceTargetLoweringX86BaseImpl.h2746 lowerStore(
4250 lowerStore(Store);
6937 void TargetX86Base<TraitsType>::lowerStore(const InstStore *Instr) {
DIceTargetLoweringMIPS32.cpp3460 lowerStore(InstStore::create(Func, StackArg.first, Addr)); in lowerCall()
5580 void TargetMIPS32::lowerStore(const InstStore *Instr) { in lowerStore() function in Ice::MIPS32::TargetMIPS32
DIceTargetLoweringARM32.cpp3770 lowerStore(InstStore::create(Func, StackArg.first, Addr)); in lowerCall()
6151 void TargetARM32::lowerStore(const InstStore *Instr) { in lowerStore() function in Ice::ARM32::TargetARM32
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp2737 LegalizerHelper::lowerStore(MachineInstr &MI) { in lowerStore() function in LegalizerHelper
2973 return lowerStore(MI); in lower()