HomeSort by relevance Sort by last modified time
    Searched defs:IsNest (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
FastISel.h 40 bool IsNest : 1;
50 IsInReg(false), IsSRet(false), IsNest(false), IsByVal(false),
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
TargetCallingConv.h 34 unsigned IsNest : 1; ///< Nested fn static chain
54 : IsZExt(0), IsSExt(0), IsInReg(0), IsSRet(0), IsByVal(0), IsNest(0),
96 bool isNest() const { return IsNest; }
97 void setNest() { IsNest = 1; }

Completed in 253 milliseconds