Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DTargetInfo.cpp6754 bool shouldUseInReg(QualType Ty, CCState &State) const;
6777 bool LanaiABIInfo::shouldUseInReg(QualType Ty, CCState &State) const { in shouldUseInReg() function in LanaiABIInfo
6852 bool InReg = shouldUseInReg(Ty, State); in classifyArgumentType()