Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.cpp8935 bool shouldUseInReg(QualType Ty, CCState &State) const;
8958 bool LanaiABIInfo::shouldUseInReg(QualType Ty, CCState &State) const { in shouldUseInReg() function in LanaiABIInfo
9033 bool InReg = shouldUseInReg(Ty, State); in classifyArgumentType()