Searched refs:lowerStore (Results 1 – 10 of 10) sorted by relevance
337 LegalizeResult lowerStore(MachineInstr &MI);
410 virtual void lowerStore(const InstStore *Instr) = 0;
457 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;
2746 lowerStore(4250 lowerStore(Store);6937 void TargetX86Base<TraitsType>::lowerStore(const InstStore *Instr) {
3460 lowerStore(InstStore::create(Func, StackArg.first, Addr)); in lowerCall()5580 void TargetMIPS32::lowerStore(const InstStore *Instr) { in lowerStore() function in Ice::MIPS32::TargetMIPS32
3770 lowerStore(InstStore::create(Func, StackArg.first, Addr)); in lowerCall()6151 void TargetARM32::lowerStore(const InstStore *Instr) { in lowerStore() function in Ice::ARM32::TargetARM32
2737 LegalizerHelper::lowerStore(MachineInstr &MI) { in lowerStore() function in LegalizerHelper2973 return lowerStore(MI); in lower()