Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DXRayInstrumentation.cpp98 (op.HandleAllReturns || T.getOpcode() == TII->getReturnOpcode())) { in replaceRetWithPatchableRet()
131 (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-10.0/llvm/lib/Target/ARM/
DARMSubtarget.h863 unsigned getReturnOpcode() const { in getReturnOpcode() function
DARMCallLowering.cpp271 unsigned Opcode = ST.getReturnOpcode(); in lowerReturn()
DARMFrameLowering.cpp2578 BuildMI(AllocMBB, DL, TII.get(ST->getReturnOpcode())).add(predOps(ARMCC::AL)); in adjustForSegmentedStacks()
DARMFastISel.cpp2170 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-10.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h225 unsigned getReturnOpcode() const { return ReturnOpcode; } in getReturnOpcode() function