Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h225 unsigned getReturnOpcode() const { return ReturnOpcode; } in getReturnOpcode() function