Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.h306 bool IsNest : 1; variable
321 IsNest(false), IsByVal(false), IsByRef(false), IsInAlloca(false), in ArgListEntry()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1091 if (Arg.IsNest) in lowerCallTo()
H A DSelectionDAGBuilder.cpp10854 Entry.IsNest = false; in LowerCallTo()
11018 if (Args[i].IsNest) in LowerCallTo()
H A DTargetLowering.cpp118 IsNest = Call->paramHasAttr(ArgIdx, Attribute::Nest); in setAttributes()