Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DXRayInstrumentation.cpp98 (op.HandleAllReturns || T.getOpcode() == TII->getReturnOpcode())) { in replaceRetWithPatchableRet()
129 (op.HandleAllReturns || T.getOpcode() == TII->getReturnOpcode())) { in prependRetWithPatchableExit()
/external/llvm/lib/CodeGen/
DXRayInstrumentation.cpp73 if (T.isReturn() && T.getOpcode() == TII->getReturnOpcode()) { in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DAssembler.cpp112 if (TII->getReturnOpcode() < TII->getNumOpcodes()) { in fillMachineFunction()
113 llvm::BuildMI(MBB, DL, TII->get(TII->getReturnOpcode())); in fillMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMSubtarget.h785 unsigned getReturnOpcode() const { in getReturnOpcode() function
DARMCallLowering.cpp277 unsigned Opcode = ST.getReturnOpcode(); in lowerReturn()
DARMFrameLowering.cpp2452 BuildMI(AllocMBB, DL, TII.get(ST->getReturnOpcode())).add(predOps(ARMCC::AL)); in adjustForSegmentedStacks()
DARMFastISel.cpp2179 TII.get(Subtarget->getReturnOpcode())); in SelectRet()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h156 unsigned getReturnOpcode() const { return ReturnOpcode; } in getReturnOpcode() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h202 unsigned getReturnOpcode() const { return ReturnOpcode; } in getReturnOpcode() function