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