Searched refs:getReturnOpcode (Results 1 – 9 of 9) sorted by relevance
98 (op.HandleAllReturns || T.getOpcode() == TII->getReturnOpcode())) { in replaceRetWithPatchableRet()129 (op.HandleAllReturns || T.getOpcode() == TII->getReturnOpcode())) { in prependRetWithPatchableExit()
73 if (T.isReturn() && T.getOpcode() == TII->getReturnOpcode()) { in runOnMachineFunction()
112 if (TII->getReturnOpcode() < TII->getNumOpcodes()) { in fillMachineFunction()113 llvm::BuildMI(MBB, DL, TII->get(TII->getReturnOpcode())); in fillMachineFunction()
785 unsigned getReturnOpcode() const { in getReturnOpcode() function
277 unsigned Opcode = ST.getReturnOpcode(); in lowerReturn()
2452 BuildMI(AllocMBB, DL, TII.get(ST->getReturnOpcode())).add(predOps(ARMCC::AL)); in adjustForSegmentedStacks()
2179 TII.get(Subtarget->getReturnOpcode())); in SelectRet()
156 unsigned getReturnOpcode() const { return ReturnOpcode; } in getReturnOpcode() function
202 unsigned getReturnOpcode() const { return ReturnOpcode; } in getReturnOpcode() function