Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1220 const auto ArgOuts = in getPrototype() local
1222 AllOuts = AllOuts.drop_front(ArgOuts.size()); in getPrototype()
1230 if (ArgOuts[0].Flags.isByVal()) { in getPrototype()
1234 Align InitialAlign = ArgOuts[0].Flags.getNonZeroByValAlign(); in getPrototype()
1239 << ArgOuts[0].Flags.getByValSize() << "]"; in getPrototype()
1249 assert((getValueType(DL, Ty) == ArgOuts[0].VT || in getPrototype()
1250 (getValueType(DL, Ty) == MVT::i8 && ArgOuts[0].VT == MVT::i16)) && in getPrototype()
1534 const auto ArgOuts = in LowerCall() local
1536 const auto ArgOutVals = AllOutVals.take_front(ArgOuts.size()); in LowerCall()
1537 AllOuts = AllOuts.drop_front(ArgOuts.size()); in LowerCall()
[all …]