Searched refs:IsNest (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetCallingConv.h | 34 unsigned IsNest : 1; ///< Nested fn static chain member 54 : IsZExt(0), IsSExt(0), IsInReg(0), IsSRet(0), IsByVal(0), IsNest(0), in ArgFlagsTy() 96 bool isNest() const { return IsNest; } in isNest() 97 void setNest() { IsNest = 1; } in setNest()
|
D | TargetLowering.h | 184 bool IsNest : 1; variable 194 IsNest(false), IsByVal(false), IsInAlloca(false), IsReturned(false), in ArgListEntry()
|
/external/llvm/include/llvm/CodeGen/ |
D | FastISel.h | 40 bool IsNest : 1; member 50 IsInReg(false), IsSRet(false), IsNest(false), IsByVal(false), in ArgListEntry()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 87 IsNest = CS->paramHasAttr(AttrIdx, Attribute::Nest); in setAttributes() 989 if (Arg.IsNest) in lowerCallTo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 1206 if (Arg.IsNest) in lowerCallTo()
|
D | TargetLowering.cpp | 107 IsNest = CS->paramHasAttr(ArgIdx, Attribute::Nest); in setAttributes()
|
D | SelectionDAGBuilder.cpp | 8370 Entry.IsNest = false; in LowerCallTo() 8492 if (Args[i].IsNest) in LowerCallTo()
|