Home
last modified time | relevance | path

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

/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()