Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DXRayInstrumentation.cpp98 (op.HandleAllReturns || T.getOpcode() == TII->getReturnOpcode())) { in replaceRetWithPatchableRet()
131 (op.HandleAllReturns || T.getOpcode() == TII->getReturnOpcode())) { in prependRetWithPatchableExit()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.h533 unsigned getReturnOpcode() const { in getReturnOpcode() function
H A DARMCallLowering.cpp220 unsigned Opcode = ST.getReturnOpcode(); in lowerReturn()
H A DARMFrameLowering.cpp3384 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.cpp6643 BuildMI(MBB, MBB.end(), DebugLoc(), get(Subtarget.getReturnOpcode())) in buildOutlinedFrame()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h249 unsigned getReturnOpcode() const { return ReturnOpcode; } in getReturnOpcode() function