Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.cpp1191 bool shouldPrimitiveUseInReg(QualType Ty, CCState &State) const;
1771 bool X86_32ABIInfo::shouldPrimitiveUseInReg(QualType Ty, CCState &State) const { in shouldPrimitiveUseInReg() function in X86_32ABIInfo
1935 bool InReg = shouldPrimitiveUseInReg(Ty, State); in classifyArgumentType()