Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp160 bool shouldPrimitiveUseInReg(QualType Ty, CCState &State) const;
705 bool X86_32ABIInfo::shouldPrimitiveUseInReg(QualType Ty, CCState &State) const { in shouldPrimitiveUseInReg() function in X86_32ABIInfo
889 bool InReg = shouldPrimitiveUseInReg(Ty, State); in classifyArgumentType()