HomeSort by: relevance | last modified time | path
    Searched defs:IsPatchPoint (Results 1 - 3 of 3) 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),

Completed in 34 milliseconds