Home
last modified time | relevance | path

Searched refs:shouldUseInReg (Results 1 – 2 of 2) 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()
/external/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp8540 bool shouldUseInReg(QualType Ty, CCState &State) const;
8563 bool LanaiABIInfo::shouldUseInReg(QualType Ty, CCState &State) const { in shouldUseInReg() function in LanaiABIInfo
8638 bool InReg = shouldUseInReg(Ty, State); in classifyArgumentType()