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

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp399 bool ContiguousRange = true; local
402 ContiguousRange = false;
412 ContiguousRange = false;
458 ContiguousRange, nullptr, nullptr, std::move(BTI), local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSwitchLoweringUtils.h219 bool ContiguousRange; member in struct:llvm::SwitchCG::BitTestBlock
231 RegVT(RgVT), Emitted(E), ContiguousRange(CR), Parent(P), Default(D),
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp1080 auto ContiguousRange = ContiguousClass.getRegisters(); local
1083 if (llvm::is_contained(ContiguousRange, Tuple.asMCReg())) {
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1224 if (!BTB->ContiguousRange) {
3384 if ((BTB.ContiguousRange || BTB.FallthroughUnreachable) && j + 2 == ej) {
3398 if ((BTB.ContiguousRange || BTB.FallthroughUnreachable) && j + 2 == ej) {
3415 if (!BTB.ContiguousRange) {
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1889 if ((BTB.ContiguousRange || BTB.FallthroughUnreachable) && j + 2 == ej) {
1908 if ((BTB.ContiguousRange || BTB.FallthroughUnreachable) && j + 2 == ej) {
1926 if (!BTB.ContiguousRange) {
H A DSelectionDAGBuilder.cpp11605 if (!BTB->ContiguousRange) {

Completed in 207 milliseconds