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

/external/llvm/include/llvm/CodeGen/
H A DFastISel.h39 bool IsNest : 1; member in struct:llvm::FastISel::ArgListEntry
47 IsInReg(false), IsSRet(false), IsNest(false), IsByVal(false),
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp86 IsNest = CS->paramHasAttr(AttrIdx, Attribute::Nest);
962 if (Arg.IsNest)

Completed in 52 milliseconds