Home
last modified time | relevance | path

Searched refs:ContiguousRange (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp397 bool ContiguousRange = true; in buildBitTests() local
400 ContiguousRange = false; in buildBitTests()
410 ContiguousRange = false; in buildBitTests()
456 ContiguousRange, nullptr, nullptr, std::move(BTI), in buildBitTests()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSwitchLoweringUtils.h215 bool ContiguousRange; member
227 RegVT(RgVT), Emitted(E), ContiguousRange(CR), Parent(P), Default(D), in BitTestBlock()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1139 if (!BTB->ContiguousRange) { in lowerBitTestWorkItem()
3106 if ((BTB.ContiguousRange || BTB.FallthroughUnreachable) && j + 2 == ej) { in finalizeBasicBlock()
3120 if ((BTB.ContiguousRange || BTB.FallthroughUnreachable) && j + 2 == ej) { in finalizeBasicBlock()
3137 if (!BTB.ContiguousRange) { in finalizeBasicBlock()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1720 if ((BTB.ContiguousRange || BTB.FallthroughUnreachable) && j + 2 == ej) { in FinishBasicBlock()
1739 if ((BTB.ContiguousRange || BTB.FallthroughUnreachable) && j + 2 == ej) { in FinishBasicBlock()
1757 if (!BTB.ContiguousRange) { in FinishBasicBlock()
H A DSelectionDAGBuilder.cpp10926 if (!BTB->ContiguousRange) { in lowerWorkItem()