Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp159 int BestGenerality = -1; in chooseConstraint() local
190 if (Generality > BestGenerality) { in chooseConstraint()
193 BestGenerality = Generality; in chooseConstraint()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5589 int BestGenerality = -1; in ChooseConstraint() local
5627 if (Generality > BestGenerality) { in ChooseConstraint()
5630 BestGenerality = Generality; in ChooseConstraint()