Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DFastISel.h79 bool IsPatchPoint : 1; member
103 DoesNotReturn(false), IsReturnValueUsed(true), IsPatchPoint(false) {} in CallLoweringInfo()
184 IsPatchPoint = Value;
H A DTargetLowering.h3197 bool IsPatchPoint : 1; member
3221 IsPatchPoint(false), DAG(DAG) {} in CallLoweringInfo()
3324 IsPatchPoint = Value;
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h738 Type *ReturnTy, bool IsPatchPoint);
H A DSelectionDAGBuilder.cpp8065 bool IsPatchPoint) { in populateCallLoweringInfo() argument
8088 .setIsPatchPoint(IsPatchPoint); in populateCallLoweringInfo()
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp615 if (CLI.IsPatchPoint) in LowerCall()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1661 if (CLI.IsPatchPoint) in fastLowerCall()
H A DPPCISelLowering.cpp5274 bool isPatchPoint = CLI.IsPatchPoint; in LowerCall()