Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DFastISel.h83 bool IsPatchPoint; member
96 ResultReg(0), NumResultRegs(0), IsPatchPoint(false) {} in CallLoweringInfo()
177 IsPatchPoint = Value;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DFastISel.h79 bool IsPatchPoint : 1; member
103 DoesNotReturn(false), IsReturnValueUsed(true), IsPatchPoint(false) {} in CallLoweringInfo()
184 IsPatchPoint = Value;
DTargetLowering.h3044 bool IsPatchPoint : 1; member
3068 IsPatchPoint(false), DAG(DAG) {} in CallLoweringInfo()
3171 IsPatchPoint = Value;
/external/llvm/include/llvm/Target/
DTargetLowering.h2511 bool IsPatchPoint; member
2521 CallConv(CallingConv::C), DAG(DAG), CS(nullptr), IsPatchPoint(false) { in CallLoweringInfo()
2611 IsPatchPoint = Value;
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp293 if (CLI.IsPatchPoint) in LowerCall()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h713 Type *ReturnTy, bool IsPatchPoint);
DSelectionDAGBuilder.cpp7186 bool IsPatchPoint) { in populateCallLoweringInfo() argument
7209 .setIsPatchPoint(IsPatchPoint); in populateCallLoweringInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h738 Type *ReturnTy, bool IsPatchPoint);
DSelectionDAGBuilder.cpp7955 bool IsPatchPoint) { in populateCallLoweringInfo() argument
7978 .setIsPatchPoint(IsPatchPoint); in populateCallLoweringInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp482 if (CLI.IsPatchPoint) in LowerCall()
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp1563 if (CLI.IsPatchPoint) in fastLowerCall()
DPPCISelLowering.cpp4698 bool isPatchPoint = CLI.IsPatchPoint; in LowerCall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp1650 if (CLI.IsPatchPoint) in fastLowerCall()
DPPCISelLowering.cpp5224 bool isPatchPoint = CLI.IsPatchPoint; in LowerCall()