Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp399 bool ContiguousRange = true; in buildBitTests() local
402 ContiguousRange = false; in buildBitTests()
412 ContiguousRange = false; in buildBitTests()
458 ContiguousRange, nullptr, nullptr, std::move(BTI), in buildBitTests()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSwitchLoweringUtils.h219 bool ContiguousRange; member
231 RegVT(RgVT), Emitted(E), ContiguousRange(CR), Parent(P), Default(D), in BitTestBlock()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1224 if (!BTB->ContiguousRange) { in lowerBitTestWorkItem()
3384 if ((BTB.ContiguousRange || BTB.FallthroughUnreachable) && j + 2 == ej) { in finalizeBasicBlock()
3398 if ((BTB.ContiguousRange || BTB.FallthroughUnreachable) && j + 2 == ej) { in finalizeBasicBlock()
3415 if (!BTB.ContiguousRange) { in finalizeBasicBlock()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp1080 auto ContiguousRange = ContiguousClass.getRegisters(); in expandMultiVecPseudo() local
1083 if (llvm::is_contained(ContiguousRange, Tuple.asMCReg())) { in expandMultiVecPseudo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1889 if ((BTB.ContiguousRange || BTB.FallthroughUnreachable) && j + 2 == ej) { in FinishBasicBlock()
1908 if ((BTB.ContiguousRange || BTB.FallthroughUnreachable) && j + 2 == ej) { in FinishBasicBlock()
1926 if (!BTB.ContiguousRange) { in FinishBasicBlock()
H A DSelectionDAGBuilder.cpp11605 if (!BTB->ContiguousRange) { in lowerWorkItem()