Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp9065 bool shouldUseInReg(QualType Ty, CCState &State) const;
9088 bool LanaiABIInfo::shouldUseInReg(QualType Ty, CCState &State) const { in shouldUseInReg() function in LanaiABIInfo
9163 bool InReg = shouldUseInReg(Ty, State); in classifyArgumentType()