Searched refs:getReturnOpcode (Results 1 – 8 of 8) sorted by relevance
98 (op.HandleAllReturns || T.getOpcode() == TII->getReturnOpcode())) { in replaceRetWithPatchableRet()131 (op.HandleAllReturns || T.getOpcode() == TII->getReturnOpcode())) { in prependRetWithPatchableExit()
127 if (TII->getReturnOpcode() < TII->getNumOpcodes()) { in addReturn()128 BuildMI(MBB, DL, TII->get(TII->getReturnOpcode())); in addReturn()
907 unsigned getReturnOpcode() const { in getReturnOpcode() function
215 unsigned Opcode = ST.getReturnOpcode(); in lowerReturn()
2717 BuildMI(AllocMBB, DL, TII.get(ST->getReturnOpcode())).add(predOps(ARMCC::AL)); in adjustForSegmentedStacks()
2160 RetOpc = Subtarget->getReturnOpcode(); in SelectRet()
6423 BuildMI(MBB, MBB.end(), DebugLoc(), get(Subtarget.getReturnOpcode())) in buildOutlinedFrame()
233 unsigned getReturnOpcode() const { return ReturnOpcode; } in getReturnOpcode() function