Searched refs:lowerStore (Results 1 – 8 of 8) sorted by relevance
417 virtual void lowerStore(const InstStore *Instr) = 0;
470 lowerStore(llvm::cast<InstStore>(Instr)); in lower()
787 void lowerStore(const InstStore *Instr) override;
291 void lowerStore(const InstStore *Instr) override;
284 void lowerStore(const InstStore *Instr) override;
2676 lowerStore(4175 lowerStore(Store);6884 void TargetX86Base<TraitsType>::lowerStore(const InstStore *Instr) {
3475 lowerStore(InstStore::create(Func, StackArg.first, Addr)); in lowerCall()5603 void TargetMIPS32::lowerStore(const InstStore *Instr) { in lowerStore() function in Ice::MIPS32::TargetMIPS32
3773 lowerStore(InstStore::create(Func, StackArg.first, Addr)); in lowerCall()6162 void TargetARM32::lowerStore(const InstStore *Instr) { in lowerStore() function in Ice::ARM32::TargetARM32