Searched refs:getReturnOpcode (Results 1 – 16 of 16) sorted by relevance
98 (op.HandleAllReturns || T.getOpcode() == TII->getReturnOpcode())) { in replaceRetWithPatchableRet()131 (op.HandleAllReturns || T.getOpcode() == TII->getReturnOpcode())) { in prependRetWithPatchableExit()
73 if (T.isReturn() && T.getOpcode() == TII->getReturnOpcode()) { in runOnMachineFunction()
126 if (TII->getReturnOpcode() < TII->getNumOpcodes()) { in addReturn()127 BuildMI(MBB, DL, TII->get(TII->getReturnOpcode())); in addReturn()
884 unsigned getReturnOpcode() const { in getReturnOpcode() function
271 unsigned Opcode = ST.getReturnOpcode(); in lowerReturn()
2624 BuildMI(AllocMBB, DL, TII.get(ST->getReturnOpcode())).add(predOps(ARMCC::AL)); in adjustForSegmentedStacks()
2164 RetOpc = Subtarget->getReturnOpcode(); in SelectRet()
6221 BuildMI(MBB, MBB.end(), DebugLoc(), get(Subtarget.getReturnOpcode())) in buildOutlinedFrame()
863 unsigned getReturnOpcode() const { in getReturnOpcode() function
2578 BuildMI(AllocMBB, DL, TII.get(ST->getReturnOpcode())).add(predOps(ARMCC::AL)); in adjustForSegmentedStacks()
2170 TII.get(Subtarget->getReturnOpcode())); in SelectRet()
156 unsigned getReturnOpcode() const { return ReturnOpcode; } in getReturnOpcode() function
225 unsigned getReturnOpcode() const { return ReturnOpcode; } in getReturnOpcode() function
232 unsigned getReturnOpcode() const { return ReturnOpcode; } in getReturnOpcode() function