Searched refs:IsPatchPoint (Results 1 – 14 of 14) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | FastISel.h | 83 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/ |
D | FastISel.h | 79 bool IsPatchPoint : 1; member 103 DoesNotReturn(false), IsReturnValueUsed(true), IsPatchPoint(false) {} in CallLoweringInfo() 184 IsPatchPoint = Value;
|
D | TargetLowering.h | 3044 bool IsPatchPoint : 1; member 3068 IsPatchPoint(false), DAG(DAG) {} in CallLoweringInfo() 3171 IsPatchPoint = Value;
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 2511 bool IsPatchPoint; member 2521 CallConv(CallingConv::C), DAG(DAG), CS(nullptr), IsPatchPoint(false) { in CallLoweringInfo() 2611 IsPatchPoint = Value;
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 293 if (CLI.IsPatchPoint) in LowerCall()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.h | 713 Type *ReturnTy, bool IsPatchPoint);
|
D | SelectionDAGBuilder.cpp | 7186 bool IsPatchPoint) { in populateCallLoweringInfo() argument 7209 .setIsPatchPoint(IsPatchPoint); in populateCallLoweringInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.h | 738 Type *ReturnTy, bool IsPatchPoint);
|
D | SelectionDAGBuilder.cpp | 7955 bool IsPatchPoint) { in populateCallLoweringInfo() argument 7978 .setIsPatchPoint(IsPatchPoint); in populateCallLoweringInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 482 if (CLI.IsPatchPoint) in LowerCall()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 1563 if (CLI.IsPatchPoint) in fastLowerCall()
|
D | PPCISelLowering.cpp | 4698 bool isPatchPoint = CLI.IsPatchPoint; in LowerCall()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 1650 if (CLI.IsPatchPoint) in fastLowerCall()
|
D | PPCISelLowering.cpp | 5224 bool isPatchPoint = CLI.IsPatchPoint; in LowerCall()
|