Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSwitchLoweringUtils.h215 bool ContiguousRange; member
227 RegVT(RgVT), Emitted(E), ContiguousRange(CR), Parent(P), Default(D), in BitTestBlock()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1127 if (!BTB->ContiguousRange) { in lowerBitTestWorkItem()
3008 if (BTB.ContiguousRange && j + 2 == ej) { in finalizeBasicBlock()
3022 if (BTB.ContiguousRange && j + 2 == ej) { in finalizeBasicBlock()
3039 if (!BTB.ContiguousRange) { in finalizeBasicBlock()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1864 if (BTB.ContiguousRange && j + 2 == ej) { in FinishBasicBlock()
1883 if (BTB.ContiguousRange && j + 2 == ej) { in FinishBasicBlock()
1901 if (!BTB.ContiguousRange) { in FinishBasicBlock()
H A DSelectionDAGBuilder.cpp10718 if (!BTB->ContiguousRange) { in lowerWorkItem()