Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()