Searched refs:ContiguousRange (Results 1 – 6 of 6) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SwitchLoweringUtils.cpp | 400 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()
|
| /src/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()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 1222 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()
|
| /src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ExpandPseudoInsts.cpp | 1127 auto ContiguousRange = ContiguousClass.getRegisters(); in expandMultiVecPseudo() local 1130 if (llvm::is_contained(ContiguousRange, Tuple.asMCReg())) { in expandMultiVecPseudo()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGISel.cpp | 2001 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()
|
| H A D | SelectionDAGBuilder.cpp | 12115 if (!BTB->ContiguousRange) { in lowerWorkItem()
|