Home
last modified time | relevance | path

Searched refs:IsNest (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetCallingConv.h34 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()
DTargetLowering.h187 bool IsNest : 1; variable
199 IsNest(false), IsByVal(false), IsInAlloca(false), IsReturned(false), in ArgListEntry()
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetCallingConv.h35 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()
DTargetLowering.h279 bool IsNest : 1; variable
294 IsNest(false), IsByVal(false), IsByRef(false), IsInAlloca(false), in ArgListEntry()
/external/llvm/include/llvm/CodeGen/
DFastISel.h40 bool IsNest : 1; member
50 IsInReg(false), IsSRet(false), IsNest(false), IsByVal(false), in ArgListEntry()
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp87 IsNest = CS->paramHasAttr(AttrIdx, Attribute::Nest); in setAttributes()
989 if (Arg.IsNest) in lowerCallTo()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1246 if (Arg.IsNest) in lowerCallTo()
DSelectionDAGBuilder.cpp9167 Entry.IsNest = false; in LowerCallTo()
9326 if (Args[i].IsNest) in LowerCallTo()
DTargetLowering.cpp111 IsNest = Call->paramHasAttr(ArgIdx, Attribute::Nest); in setAttributes()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1220 if (Arg.IsNest) in lowerCallTo()
DSelectionDAGBuilder.cpp9095 Entry.IsNest = false; in LowerCallTo()
9242 if (Args[i].IsNest) in LowerCallTo()
DTargetLowering.cpp111 IsNest = Call->paramHasAttr(ArgIdx, Attribute::Nest); in setAttributes()