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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DXRayInstrumentation.cpp98 (op.HandleAllReturns || T.getOpcode() == TII->getReturnOpcode())) {
131 (op.HandleAllReturns || T.getOpcode() == TII->getReturnOpcode())) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.h882 unsigned getReturnOpcode() const { function in class:llvm::ARMSubtarget
H A DARMCallLowering.cpp271 unsigned Opcode = ST.getReturnOpcode();
H A DARMFrameLowering.cpp2623 BuildMI(AllocMBB, DL, TII.get(ST->getReturnOpcode())).add(predOps(ARMCC::AL));
H A DARMFastISel.cpp2164 RetOpc = Subtarget->getReturnOpcode();
H A DARMBaseInstrInfo.cpp5992 BuildMI(MBB, MBB.end(), DebugLoc(), get(Subtarget.getReturnOpcode()))
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h223 unsigned getReturnOpcode() const { return ReturnOpcode; } function in class:llvm::TargetInstrInfo

Completed in 93 milliseconds