HomeSort by relevance Sort by last modified time
    Searched defs:MBBs (Results 1 - 9 of 9) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h 35 /// MBBs - The vector of basic blocks from which to create the jump table.
36 std::vector<MachineBasicBlock*> MBBs;
39 : MBBs(M) {}
106 JumpTables[Idx].MBBs.clear();
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineJumpTableInfo.h 35 /// MBBs - The vector of basic blocks from which to create the jump table.
36 std::vector<MachineBasicBlock*> MBBs;
39 : MBBs(M) {}
101 JumpTables[Idx].MBBs.clear();
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ELFCodeEmitter.cpp 86 // Patch up Jump Table Section relocations to use the real MBBs offsets
183 const std::vector<MachineBasicBlock*> &MBBs = JT[i].MBBs;
190 for (unsigned mi = 0, me = MBBs.size(); mi != me; ++mi) {
193 MachineRelocation::getBB(JTSection.size(), MachineRelTy, MBBs[mi]);
RegisterCoalescer.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZLongBranch.cpp 162 SmallVector<MBBInfo, 16> MBBs;
261 // Fill MBBs and Terminators, setting the addresses on the assumption
268 MBBs.clear();
269 MBBs.resize(NumBlocks);
277 MBBInfo &Block = MBBs[I];
313 const MBBInfo &Target = MBBs[Terminator.TargetBlock];
339 for (auto &Block : MBBs) {
440 for (auto &Block : MBBs) {
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 661 const auto &MBBs = MJTI->getJumpTables()[JT->getIndex()].MBBs;
664 for (auto MBB : MBBs) Ops.push_back(DAG.getBasicBlock(MBB));
669 Ops.push_back(DAG.getBasicBlock(MBBs[0]));
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITEmitter.cpp     [all...]
  /external/llvm/lib/CodeGen/
RegisterCoalescer.cpp     [all...]

Completed in 378 milliseconds