Searched refs:ContiguousRange (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SwitchLoweringUtils.cpp | 399 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 D | SwitchLoweringUtils.h | 219 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 D | IRTranslator.cpp | 1224 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 D | AArch64ExpandPseudoInsts.cpp | 1080 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 D | SelectionDAGISel.cpp | 1889 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 D | SelectionDAGBuilder.cpp | 11605 if (!BTB->ContiguousRange) { in lowerWorkItem()
|