Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp193 int Generality = getConstraintGenerality(CType); in chooseConstraint() local
194 if (Generality > BestGenerality) { in chooseConstraint()
197 BestGenerality = Generality; in chooseConstraint()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4961 int Generality = getConstraintGenerality(CType); in ChooseConstraint() local
4962 if (Generality > BestGenerality) { in ChooseConstraint()
4965 BestGenerality = Generality; in ChooseConstraint()