Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp397 bool ContiguousRange = true; in buildBitTests() local
400 ContiguousRange = false; in buildBitTests()
410 ContiguousRange = false; in buildBitTests()
456 ContiguousRange, nullptr, nullptr, std::move(BTI), in buildBitTests()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSwitchLoweringUtils.h215 bool ContiguousRange; member
227 RegVT(RgVT), Emitted(E), ContiguousRange(CR), Parent(P), Default(D), in BitTestBlock()
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/
H A DOneRangesProposalStatus.csv44 …ge, InputRange, ForwardRange, BidirectionalRange, RandomAccessRange, ContiguousRange, CommonRange,…
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1123 if (!BTB->ContiguousRange) { in lowerBitTestWorkItem()
2970 if (BTB.ContiguousRange && j + 2 == ej) { in finalizeBasicBlock()
2984 if (BTB.ContiguousRange && j + 2 == ej) { in finalizeBasicBlock()
3001 if (!BTB.ContiguousRange) { in finalizeBasicBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1855 if (BTB.ContiguousRange && j + 2 == ej) { in FinishBasicBlock()
1874 if (BTB.ContiguousRange && j + 2 == ej) { in FinishBasicBlock()
1892 if (!BTB.ContiguousRange) { in FinishBasicBlock()
H A DSelectionDAGBuilder.cpp10663 if (!BTB->ContiguousRange) { in lowerWorkItem()