Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DInlineAsmLowering.cpp193 int Generality = getConstraintGenerality(CType); in chooseConstraint() local
194 if (Generality > BestGenerality) { in chooseConstraint()
197 BestGenerality = Generality; in chooseConstraint()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2738 int Generality = getConstraintGenerality(CType); in ChooseConstraint() local
2739 if (Generality > BestGenerality) { in ChooseConstraint()
2742 BestGenerality = Generality; in ChooseConstraint()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp4877 int Generality = getConstraintGenerality(CType); in ChooseConstraint() local
4878 if (Generality > BestGenerality) { in ChooseConstraint()
4881 BestGenerality = Generality; in ChooseConstraint()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp4583 int Generality = getConstraintGenerality(CType); in ChooseConstraint() local
4584 if (Generality > BestGenerality) { in ChooseConstraint()
4587 BestGenerality = Generality; in ChooseConstraint()