Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DInlineAsmLowering.cpp163 int BestGenerality = -1; in chooseConstraint() local
194 if (Generality > BestGenerality) { in chooseConstraint()
197 BestGenerality = Generality; in chooseConstraint()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2708 int BestGenerality = -1; in ChooseConstraint() local
2739 if (Generality > BestGenerality) { in ChooseConstraint()
2742 BestGenerality = Generality; in ChooseConstraint()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp4840 int BestGenerality = -1; 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.cpp4546 int BestGenerality = -1; in ChooseConstraint() local
4584 if (Generality > BestGenerality) { in ChooseConstraint()
4587 BestGenerality = Generality; in ChooseConstraint()