Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp8676 bool shouldUseInReg(QualType Ty, CCState &State) const;
8699 bool LanaiABIInfo::shouldUseInReg(QualType Ty, CCState &State) const { in shouldUseInReg() function in LanaiABIInfo
8774 bool InReg = shouldUseInReg(Ty, State); in classifyArgumentType()