Searched refs:IsNest (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetCallingConv.h | 34 unsigned IsNest : 1; ///< Nested fn static chain member 58 : IsZExt(0), IsSExt(0), IsInReg(0), IsSRet(0), IsByVal(0), IsNest(0), in ArgFlagsTy() 104 bool isNest() const { return IsNest; } in isNest() 105 void setNest() { IsNest = 1; } in setNest()
|
D | TargetLowering.h | 187 bool IsNest : 1; variable 199 IsNest(false), IsByVal(false), IsInAlloca(false), IsReturned(false), in ArgListEntry()
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetCallingConv.h | 35 unsigned IsNest : 1; ///< Nested fn static chain member 67 IsNest(0), IsReturned(0), IsSplit(0), IsInAlloca(0), IsPreallocated(0), in ArgFlagsTy() 118 bool isNest() const { return IsNest; } in isNest() 119 void setNest() { IsNest = 1; } in setNest()
|
D | TargetLowering.h | 279 bool IsNest : 1; variable 294 IsNest(false), IsByVal(false), IsByRef(false), IsInAlloca(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/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 1246 if (Arg.IsNest) in lowerCallTo()
|
D | SelectionDAGBuilder.cpp | 9167 Entry.IsNest = false; in LowerCallTo() 9326 if (Args[i].IsNest) in LowerCallTo()
|
D | TargetLowering.cpp | 111 IsNest = Call->paramHasAttr(ArgIdx, Attribute::Nest); in setAttributes()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 1220 if (Arg.IsNest) in lowerCallTo()
|
D | SelectionDAGBuilder.cpp | 9095 Entry.IsNest = false; in LowerCallTo() 9242 if (Args[i].IsNest) in LowerCallTo()
|
D | TargetLowering.cpp | 111 IsNest = Call->paramHasAttr(ArgIdx, Attribute::Nest); in setAttributes()
|