Searched refs:isNest (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Target/
H A DTargetCallingConv.h69 bool isNest() const { return Flags & Nest; } function in struct:llvm::ISD::ArgFlagsTy
H A DTargetLowering.h1255 bool isNest : 1;
1260 isSRet(false), isNest(false), isByVal(false), Alignment(0) { }
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5303 Entry.isNest = false;
5326 Entry.isNest = CS.paramHasAttr(attrInd, Attribute::Nest);
6478 if (Args[i].isNest)

Completed in 398 milliseconds