Searched refs:ContiguousRange (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | SwitchLoweringUtils.cpp | 400 bool ContiguousRange = true; in buildBitTests() 403 ContiguousRange = false; in buildBitTests() 413 ContiguousRange = false; in buildBitTests() 459 ContiguousRange, nullptr, nullptr, std::move(BTI), in buildBitTests() 399 bool ContiguousRange = true; buildBitTests() local
|
/freebsd-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()
|
/freebsd-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 emitSPDescriptorFailure() 3600 if ((BTB.ContiguousRange || BTB.FallthroughUnreachable) && j + 2 == ej) { in emitSPDescriptorFailure() 3617 if (!BTB.ContiguousRange) { in finalizeFunction()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ExpandPseudoInsts.cpp | 1127 auto ContiguousRange = ContiguousClass.getRegisters(); in expandMI() 1130 if (llvm::is_contained(ContiguousRange, Tuple.asMCReg())) { in expandMI() 1080 auto ContiguousRange = ContiguousClass.getRegisters(); expandMultiVecPseudo() local
|
/freebsd-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) {
|
H A D | SelectionDAGBuilder.cpp | 12115 if (!BTB->ContiguousRange) { in visitCallBrLandingPad()
|