Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DXRayInstrumentation.cpp98 (op.HandleAllReturns || T.getOpcode() == TII->getReturnOpcode())) { in replaceRetWithPatchableRet()
129 (op.HandleAllReturns || T.getOpcode() == TII->getReturnOpcode())) { in prependRetWithPatchableExit()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMSubtarget.h803 unsigned getReturnOpcode() const { in getReturnOpcode() function
H A DARMCallLowering.cpp286 unsigned Opcode = ST.getReturnOpcode(); in lowerReturn()
H A DARMFrameLowering.cpp2464 BuildMI(AllocMBB, DL, TII.get(ST->getReturnOpcode())).add(predOps(ARMCC::AL)); in adjustForSegmentedStacks()
H A DARMFastISel.cpp2179 TII.get(Subtarget->getReturnOpcode())); in SelectRet()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h202 unsigned getReturnOpcode() const { return ReturnOpcode; } in getReturnOpcode() function