HomeSort by: relevance | last modified time | path
    Searched refs:ContiguousRange (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
SwitchLoweringUtils.cpp 397 bool ContiguousRange = true;
400 ContiguousRange = false;
410 ContiguousRange = false;
456 ContiguousRange, nullptr, nullptr, std::move(BTI),
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SwitchLoweringUtils.h 215 bool ContiguousRange;
227 RegVT(RgVT), Emitted(E), ContiguousRange(CR), Parent(P), Default(D),
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
IRTranslator.cpp 1123 if (!BTB->ContiguousRange) {
2970 if (BTB.ContiguousRange && j + 2 == ej) {
2984 if (BTB.ContiguousRange && j + 2 == ej) {
3001 if (!BTB.ContiguousRange) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 1855 if (BTB.ContiguousRange && j + 2 == ej) {
1874 if (BTB.ContiguousRange && j + 2 == ej) {
1892 if (!BTB.ContiguousRange) {
SelectionDAGBuilder.cpp 10663 if (!BTB->ContiguousRange) {

Completed in 82 milliseconds