Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp189 int Generality = getConstraintGenerality(CType); in chooseConstraint() local
190 if (Generality > BestGenerality) { in chooseConstraint()
193 BestGenerality = Generality; in chooseConstraint()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5712 int Generality = getConstraintGenerality(CType); in ChooseConstraint() local
5713 if (Generality > BestGenerality) { in ChooseConstraint()
5716 BestGenerality = Generality; in ChooseConstraint()