Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp400 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 DSwitchLoweringUtils.h219 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 DIRTranslator.cpp1222 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 DAArch64ExpandPseudoInsts.cpp1127 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 DSelectionDAGISel.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) {
H A DSelectionDAGBuilder.cpp12115 if (!BTB->ContiguousRange) { in visitCallBrLandingPad()