Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDFastISel.h39 bool IsNest : 1; member
47 IsInReg(false), IsSRet(false), IsNest(false), IsByVal(false), in ArgListEntry()
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDFastISel.cpp87 IsNest = CS->paramHasAttr(AttrIdx, Attribute::Nest); in setAttributes()
983 if (Arg.IsNest) in lowerCallTo()