Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLowering.h417 virtual void lowerStore(const InstStore *Instr) = 0;
DIceTargetLowering.cpp470 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.h2676 lowerStore(
4175 lowerStore(Store);
6884 void TargetX86Base<TraitsType>::lowerStore(const InstStore *Instr) {
DIceTargetLoweringMIPS32.cpp3475 lowerStore(InstStore::create(Func, StackArg.first, Addr)); in lowerCall()
5603 void TargetMIPS32::lowerStore(const InstStore *Instr) { in lowerStore() function in Ice::MIPS32::TargetMIPS32
DIceTargetLoweringARM32.cpp3773 lowerStore(InstStore::create(Func, StackArg.first, Addr)); in lowerCall()
6162 void TargetARM32::lowerStore(const InstStore *Instr) { in lowerStore() function in Ice::ARM32::TargetARM32