Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDSwitchLoweringUtils.cpp400 bool ContiguousRange = true; in buildBitTests() local
403 ContiguousRange = false; in buildBitTests()
413 ContiguousRange = false; in buildBitTests()
459 ContiguousRange, nullptr, nullptr, std::move(BTI), in buildBitTests()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDSwitchLoweringUtils.h219 bool ContiguousRange; member
231 RegVT(RgVT), Emitted(E), ContiguousRange(CR), Parent(P), Default(D), in BitTestBlock()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDIRTranslator.cpp1222 if (!BTB->ContiguousRange) { in lowerBitTestWorkItem()
3586 if ((BTB.ContiguousRange || BTB.FallthroughUnreachable) && j + 2 == ej) { in finalizeBasicBlock()
3600 if ((BTB.ContiguousRange || BTB.FallthroughUnreachable) && j + 2 == ej) { in finalizeBasicBlock()
3617 if (!BTB.ContiguousRange) { in finalizeBasicBlock()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ExpandPseudoInsts.cpp1127 auto ContiguousRange = ContiguousClass.getRegisters(); in expandMultiVecPseudo() local
1130 if (llvm::is_contained(ContiguousRange, Tuple.asMCReg())) { in expandMultiVecPseudo()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGISel.cpp2001 if ((BTB.ContiguousRange || BTB.FallthroughUnreachable) && j + 2 == ej) { in FinishBasicBlock()
2020 if ((BTB.ContiguousRange || BTB.FallthroughUnreachable) && j + 2 == ej) { in FinishBasicBlock()
2038 if (!BTB.ContiguousRange) { in FinishBasicBlock()
HDSelectionDAGBuilder.cpp12115 if (!BTB->ContiguousRange) { in lowerWorkItem()