Searched refs:getReturnOpcode (Results 1 – 6 of 6) sorted by relevance
98 (op.HandleAllReturns || T.getOpcode() == TII->getReturnOpcode())) { in replaceRetWithPatchableRet()129 (op.HandleAllReturns || T.getOpcode() == TII->getReturnOpcode())) { in prependRetWithPatchableExit()
803 unsigned getReturnOpcode() const { in getReturnOpcode() function
286 unsigned Opcode = ST.getReturnOpcode(); in lowerReturn()
2464 BuildMI(AllocMBB, DL, TII.get(ST->getReturnOpcode())).add(predOps(ARMCC::AL)); in adjustForSegmentedStacks()
2179 TII.get(Subtarget->getReturnOpcode())); in SelectRet()
202 unsigned getReturnOpcode() const { return ReturnOpcode; } in getReturnOpcode() function