Home
last modified time | relevance | path

Searched refs:getReturnOpcode (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DXRayInstrumentation.cpp98 (op.HandleAllReturns || T.getOpcode() == TII->getReturnOpcode())) { in replaceRetWithPatchableRet()
131 (op.HandleAllReturns || T.getOpcode() == TII->getReturnOpcode())) { in prependRetWithPatchableExit()
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DAssembler.cpp127 if (TII->getReturnOpcode() < TII->getNumOpcodes()) { in addReturn()
128 BuildMI(MBB, DL, TII->get(TII->getReturnOpcode())); in addReturn()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMSubtarget.h524 unsigned getReturnOpcode() const { in getReturnOpcode() function
H A DARMCallLowering.cpp219 unsigned Opcode = ST.getReturnOpcode(); in lowerReturn()
H A DARMFrameLowering.cpp3310 BuildMI(AllocMBB, DL, TII.get(ST->getReturnOpcode())).add(predOps(ARMCC::AL)); in adjustForSegmentedStacks()
H A DARMFastISel.cpp2164 RetOpc = Subtarget->getReturnOpcode(); in SelectRet()
H A DARMBaseInstrInfo.cpp6647 BuildMI(MBB, MBB.end(), DebugLoc(), get(Subtarget.getReturnOpcode())) in buildOutlinedFrame()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h235 unsigned getReturnOpcode() const { return ReturnOpcode; } in getReturnOpcode() function