HomeSort by: relevance | last modified time | path
    Searched refs:IsPatchPoint (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
FastISel.h 77 bool IsPatchPoint : 1;
101 DoesNotReturn(false), IsReturnValueUsed(true), IsPatchPoint(false) {}
182 IsPatchPoint = Value;
TargetLowering.h 3711 bool IsPatchPoint : 1;
3737 IsPatchPoint(false), IsPreallocated(false), NoMerge(false),
3841 IsPatchPoint = Value;
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.h 1106 const bool IsPatchPoint : 1;
1112 bool IsPatchPoint, bool IsIndirect, bool HasNest, bool NoMerge)
1114 IsPatchPoint(IsPatchPoint), IsIndirect(IsIndirect),
PPCFastISel.cpp 1658 if (CLI.IsPatchPoint)
PPCISelLowering.cpp 5141 const PPCSubtarget &Subtarget, bool isPatchPoint) {
5143 if (isPatchPoint)
5424 assert(!CFlags.IsPatchPoint && "Patch point calls are not indirect.");
5470 !CFlags.IsPatchPoint && !Subtarget.isUsingPCRelativeCalls())
5572 bool isPatchPoint = CLI.IsPatchPoint;
5617 CallConv, isTailCall, isVarArg, isPatchPoint,
5618 isIndirectCall(Callee, DAG, Subtarget, isPatchPoint),
6458 if (isELFv2ABI && !CFlags.IsPatchPoint)
7126 if (CFlags.IsPatchPoint)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 566 Type *ReturnTy, bool IsPatchPoint);
SelectionDAGBuilder.cpp 8981 bool IsPatchPoint) {
9004 .setIsPatchPoint(IsPatchPoint)
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 838 if (CLI.IsPatchPoint)

Completed in 58 milliseconds