Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp10055 bool ViableForN[3] = {true, true, true}; in canLowerByDroppingEvenElements() local
10064 for (unsigned j = 0; j != array_lengthof(ViableForN); ++j) in canLowerByDroppingEvenElements()
10065 if (ViableForN[j]) { in canLowerByDroppingEvenElements()
10072 ViableForN[j] = false; in canLowerByDroppingEvenElements()
10079 for (unsigned j = 0; j != array_lengthof(ViableForN); ++j) in canLowerByDroppingEvenElements()
10080 if (ViableForN[j]) in canLowerByDroppingEvenElements()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp12539 bool ViableForN[3] = {true, true, true}; in canLowerByDroppingEvenElements() local
12548 for (unsigned j = 0; j != array_lengthof(ViableForN); ++j) in canLowerByDroppingEvenElements()
12549 if (ViableForN[j]) { in canLowerByDroppingEvenElements()
12556 ViableForN[j] = false; in canLowerByDroppingEvenElements()
12563 for (unsigned j = 0; j != array_lengthof(ViableForN); ++j) in canLowerByDroppingEvenElements()
12564 if (ViableForN[j]) in canLowerByDroppingEvenElements()