HomeSort by relevance Sort by last modified time
    Searched refs:JumpTables (Results 1 - 15 of 15) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h 80 std::vector<MachineJumpTableEntry> JumpTables;
97 bool isEmpty() const { return JumpTables.empty(); }
100 return JumpTables;
106 JumpTables[Idx].MBBs.clear();
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineJumpTableInfo.h 75 std::vector<MachineJumpTableEntry> JumpTables;
92 bool isEmpty() const { return JumpTables.empty(); }
95 return JumpTables;
101 JumpTables[Idx].MBBs.clear();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h 80 std::vector<MachineJumpTableEntry> JumpTables;
97 bool isEmpty() const { return JumpTables.empty(); }
100 return JumpTables;
106 JumpTables[Idx].MBBs.clear();
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h 80 std::vector<MachineJumpTableEntry> JumpTables;
97 bool isEmpty() const { return JumpTables.empty(); }
100 return JumpTables;
106 JumpTables[Idx].MBBs.clear();
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h 80 std::vector<MachineJumpTableEntry> JumpTables;
97 bool isEmpty() const { return JumpTables.empty(); }
100 return JumpTables;
106 JumpTables[Idx].MBBs.clear();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h 80 std::vector<MachineJumpTableEntry> JumpTables;
97 bool isEmpty() const { return JumpTables.empty(); }
100 return JumpTables;
106 JumpTables[Idx].MBBs.clear();
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h 80 std::vector<MachineJumpTableEntry> JumpTables;
97 bool isEmpty() const { return JumpTables.empty(); }
100 return JumpTables;
106 JumpTables[Idx].MBBs.clear();
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h 80 std::vector<MachineJumpTableEntry> JumpTables;
97 bool isEmpty() const { return JumpTables.empty(); }
100 return JumpTables;
106 JumpTables[Idx].MBBs.clear();
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h 80 std::vector<MachineJumpTableEntry> JumpTables;
97 bool isEmpty() const { return JumpTables.empty(); }
100 return JumpTables;
106 JumpTables[Idx].MBBs.clear();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h 80 std::vector<MachineJumpTableEntry> JumpTables;
97 bool isEmpty() const { return JumpTables.empty(); }
100 return JumpTables;
106 JumpTables[Idx].MBBs.clear();
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineFunction.cpp 570 JumpTables.push_back(MachineJumpTableEntry(DestBBs));
571 return JumpTables.size()-1;
580 for (size_t i = 0, e = JumpTables.size(); i != e; ++i)
592 MachineJumpTableEntry &JTE = JumpTables[Idx];
602 if (JumpTables.empty()) return;
606 for (unsigned i = 0, e = JumpTables.size(); i != e; ++i) {
608 for (unsigned j = 0, f = JumpTables[i].MBBs.size(); j != f; ++j)
609 OS << " BB#" << JumpTables[i].MBBs[j]->getNumber();
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 811 JumpTables.push_back(MachineJumpTableEntry(DestBBs));
812 return JumpTables.size()-1;
821 for (size_t i = 0, e = JumpTables.size(); i != e; ++i)
833 MachineJumpTableEntry &JTE = JumpTables[Idx];
843 if (JumpTables.empty()) return;
847 for (unsigned i = 0, e = JumpTables.size(); i != e; ++i) {
849 for (unsigned j = 0, f = JumpTables[i].MBBs.size(); j != f; ++j)
850 OS << " BB#" << JumpTables[i].MBBs[j]->getNumber();
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceCfg.h 141 JumpTables.emplace_back(JumpTable);
340 CfgVector<InstJumpTable *> JumpTables;
IceGlobalContext.cpp 880 JumpTableDataList JumpTables(*getJumpTableList())
    [all...]
IceCfg.cpp     [all...]

Completed in 1296 milliseconds