Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h531 std::optional<std::pair<unsigned, const APInt &>> VAInfo,
H A DNVPTXISelLowering.cpp1389 std::optional<std::pair<unsigned, const APInt &>> VAInfo, in getPrototype() argument
1436 unsigned NumArgs = VAInfo ? VAInfo->first : Args.size(); in getPrototype()
1489 if (VAInfo) in getPrototype()
1490 O << (first ? "" : ",") << " .param .align " << VAInfo->second in getPrototype()