Home
last modified time | relevance | path

Searched refs:Pivot (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/MC/
DStringTableBuilder.cpp56 int Pivot = charTailAt(*Begin, Pos); in multikey_qsort() local
61 if (C > Pivot) in multikey_qsort()
63 else if (C < Pivot) in multikey_qsort()
71 if (Pivot != -1) { in multikey_qsort()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLowerSwitch.cpp145 CaseRange& Pivot = *(Begin + Mid); in switchConvert() local
147 << cast<ConstantInt>(Pivot.Low)->getValue() << " -" in switchConvert()
148 << cast<ConstantInt>(Pivot.High)->getValue() << "\n"); in switchConvert()
163 Val, Pivot.Low, "Pivot"); in switchConvert()
/external/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp229 CaseRange &Pivot = *(Begin + Mid); in switchConvert() local
231 << Pivot.Low->getValue() in switchConvert()
232 << " -" << Pivot.High->getValue() << "\n"); in switchConvert()
238 ConstantInt *NewLowerBound = Pivot.Low; in switchConvert()
275 Val, Pivot.Low, "Pivot"); in switchConvert()
/external/llvm/test/Transforms/LowerSwitch/
Dfeature.ll50 ;CHECK-NEXT: %Pivot = icmp slt i32 %tmp158, 0
51 ;CHECK-NEXT: br i1 %Pivot, label %LeafBlock, label %bb338
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2139 CaseItr Pivot = CR.Range.first + Size/2; in handleBTSplitSwitchCase() local
2176 Pivot = J; in handleBTSplitSwitchCase()
2188 Pivot = CR.Range.first + Size/2; in handleBTSplitSwitchCase()
2191 CaseRange LHSR(CR.Range.first, Pivot); in handleBTSplitSwitchCase()
2192 CaseRange RHSR(Pivot, CR.Range.second); in handleBTSplitSwitchCase()
2193 Constant *C = Pivot->Low; in handleBTSplitSwitchCase()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp8972 const ConstantInt *Pivot = PivotCluster->Low; in splitWorkItem() local
8984 (FirstLeft->High->getValue() + 1LL) == Pivot->getValue()) { in splitWorkItem()
8990 {LeftMBB, FirstLeft, LastLeft, W.GE, Pivot, W.DefaultProb / 2}); in splitWorkItem()
9006 {RightMBB, FirstRight, LastRight, Pivot, W.LT, W.DefaultProb / 2}); in splitWorkItem()
9012 CaseBlock CB(ISD::SETLT, Cond, Pivot, nullptr, LeftMBB, RightMBB, W.MBB, in splitWorkItem()