Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4987 int Generality = getConstraintGenerality(CType); in ChooseConstraint() local
4988 if (Generality > BestGenerality) { in ChooseConstraint()
4991 BestGenerality = Generality; in ChooseConstraint()