Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DRegBankSelect.cpp194 bool IsSameNumOfValues = ValMapping.NumBreakDowns == 1; in getRepairCost() local
198 assert((!IsSameNumOfValues || CurRegBank) && "We should not have to repair"); in getRepairCost()
209 if (IsSameNumOfValues) { in getRepairCost()
/external/llvm/lib/CodeGen/GlobalISel/
DRegBankSelect.cpp160 bool IsSameNumOfValues = ValMapping.BreakDown.size() == 1; in getRepairCost() local
164 assert((!IsSameNumOfValues || CurRegBank) && "We should not have to repair"); in getRepairCost()
175 if (IsSameNumOfValues) { in getRepairCost()