Searched refs:lowerRet (Results 1 – 8 of 8) sorted by relevance
407 virtual void lowerRet(const InstRet *Instr) = 0;
448 lowerRet(llvm::cast<InstRet>(Instr)); in lower()
784 void lowerRet(const InstRet *Instr) override;
288 void lowerRet(const InstRet *Instr) override;
281 void lowerRet(const InstRet *Instr) override;
5436 void TargetMIPS32::lowerRet(const InstRet *Instr) { in lowerRet() function in Ice::MIPS32::TargetMIPS32
5922 void TargetARM32::lowerRet(const InstRet *Instr) { in lowerRet() function in Ice::ARM32::TargetARM32
6127 void TargetX86Base<TraitsType>::lowerRet(const InstRet *Instr) {