Searched refs:getReturnOpcode (Results 1 – 7 of 7) sorted by relevance
98 (op.HandleAllReturns || T.getOpcode() == TII->getReturnOpcode())) { in replaceRetWithPatchableRet()131 (op.HandleAllReturns || T.getOpcode() == TII->getReturnOpcode())) { in prependRetWithPatchableExit()
909 unsigned getReturnOpcode() const { in getReturnOpcode() function
211 unsigned Opcode = ST.getReturnOpcode(); in lowerReturn()
2770 BuildMI(AllocMBB, DL, TII.get(ST->getReturnOpcode())).add(predOps(ARMCC::AL)); in adjustForSegmentedStacks()
2161 RetOpc = Subtarget->getReturnOpcode(); in SelectRet()
6410 BuildMI(MBB, MBB.end(), DebugLoc(), get(Subtarget.getReturnOpcode())) in buildOutlinedFrame()
239 unsigned getReturnOpcode() const { return ReturnOpcode; } in getReturnOpcode() function