Searched refs:ContiguousRange (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | SwitchLoweringUtils.cpp | 397 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 D | SwitchLoweringUtils.h | 215 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 D | OneRangesProposalStatus.csv | 44 …ge, InputRange, ForwardRange, BidirectionalRange, RandomAccessRange, ContiguousRange, CommonRange,…
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 1123 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 D | SelectionDAGISel.cpp | 1855 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 D | SelectionDAGBuilder.cpp | 10663 if (!BTB->ContiguousRange) { in lowerWorkItem()
|