Home
last modified time | relevance | path

Searched refs:IsPatchPoint (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DFastISel.h78 bool IsPatchPoint : 1; member
102 DoesNotReturn(false), IsReturnValueUsed(true), IsPatchPoint(false) {} in CallLoweringInfo()
183 IsPatchPoint = Value;
DTargetLowering.h3458 bool IsPatchPoint : 1; member
3482 IsPatchPoint(false), DAG(DAG) {} in CallLoweringInfo()
3585 IsPatchPoint = Value;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h571 Type *ReturnTy, bool IsPatchPoint);
DSelectionDAGBuilder.cpp8675 bool IsPatchPoint) { in populateCallLoweringInfo() argument
8698 .setIsPatchPoint(IsPatchPoint); in populateCallLoweringInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp669 if (CLI.IsPatchPoint) in LowerCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp1653 if (CLI.IsPatchPoint) in fastLowerCall()
DPPCISelLowering.cpp5502 bool isPatchPoint = CLI.IsPatchPoint; in LowerCall()