Searched refs:lowerLoad (Results 1 – 8 of 8) sorted by relevance
412 virtual void lowerLoad(const InstLoad *Instr) = 0;
455 lowerLoad(llvm::cast<InstLoad>(Instr)); in lower()
782 void lowerLoad(const InstLoad *Instr) override;
286 void lowerLoad(const InstLoad *Instr) override;
279 void lowerLoad(const InstLoad *Instr) override;
4131 lowerLoad(Load);5969 void TargetX86Base<TraitsType>::lowerLoad(const InstLoad *Load) {
5209 void TargetMIPS32::lowerLoad(const InstLoad *Instr) { in lowerLoad() function in Ice::MIPS32::TargetMIPS32
5475 void TargetARM32::lowerLoad(const InstLoad *Load) { in lowerLoad() function in Ice::ARM32::TargetARM32