Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetCallingConv.h34 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()
DTargetLowering.h184 bool IsNest : 1; variable
194 IsNest(false), IsByVal(false), IsInAlloca(false), IsReturned(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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1206 if (Arg.IsNest) in lowerCallTo()
DTargetLowering.cpp107 IsNest = CS->paramHasAttr(ArgIdx, Attribute::Nest); in setAttributes()
DSelectionDAGBuilder.cpp8370 Entry.IsNest = false; in LowerCallTo()
8492 if (Args[i].IsNest) in LowerCallTo()