Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h35 unsigned IsNest : 1; ///< Nested fn static chain member
64 IsNest(0), IsReturned(0), IsSplit(0), IsInAlloca(0), in ArgFlagsTy()
118 bool isNest() const { return IsNest; } in isNest()
119 void setNest() { IsNest = 1; } in setNest()
H A DTargetLowering.h294 bool IsNest : 1; variable
309 IsNest(false), IsByVal(false), IsByRef(false), IsInAlloca(false), in ArgListEntry()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1082 if (Arg.IsNest) in lowerCallTo()
H A DSelectionDAGBuilder.cpp9933 Entry.IsNest = false; in LowerCallTo()
10097 if (Args[i].IsNest) in LowerCallTo()
H A DTargetLowering.cpp116 IsNest = Call->paramHasAttr(ArgIdx, Attribute::Nest); in setAttributes()