HomeSort by relevance Sort by last modified time
    Searched refs:MJTI (Results 1 - 25 of 37) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ELFCodeEmitter.h 54 void emitJumpTables(MachineJumpTableInfo *MJTI);
ELFCodeEmitter.cpp 167 void ELFCodeEmitter::emitJumpTables(MachineJumpTableInfo *MJTI) {
168 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
176 unsigned EntrySize = 4; //MJTI->getEntrySize();
BranchFolding.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITEmitter.cpp 397 void initJumpTableInfo(MachineJumpTableInfo *MJTI);
398 void emitJumpTableInfo(MachineJumpTableInfo *MJTI);
802 if (MachineJumpTableInfo *MJTI = F.getJumpTableInfo())
803 initJumpTableInfo(MJTI);
825 if (MachineJumpTableInfo *MJTI = F.getJumpTableInfo())
826 emitJumpTableInfo(MJTI);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ObjectCodeEmitter.h 142 virtual void emitJumpTables(MachineJumpTableInfo *MJTI) = 0;
AsmPrinter.h 465 void EmitJumpTableEntry(const MachineJumpTableInfo *MJTI,
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 196 const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo();
197 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreAsmPrinter.cpp 211 const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo();
212 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 192 const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo();
193 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 544 void EmitJumpTableEntry(const MachineJumpTableInfo *MJTI,
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMConstantIslandPass.cpp     [all...]
ARMAsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 607 auto MJTI = MF->getJumpTableInfo();
608 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
    [all...]
ARMAsmPrinter.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 551 auto MJTI = MF->getJumpTableInfo();
552 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
    [all...]
ARMAsmPrinter.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
AsmPrinter.h 645 void EmitJumpTableEntry(const MachineJumpTableInfo *MJTI,
  /external/llvm/lib/CodeGen/
BranchFolding.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
BranchFolding.cpp     [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 660 MachineJumpTableInfo *MJTI = DAG.getMachineFunction().getJumpTableInfo();
661 const auto &MBBs = MJTI->getJumpTables()[JT->getIndex()].MBBs;
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.h 511 LowerCustomJumpTableEntry(const MachineJumpTableInfo *MJTI,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp     [all...]

Completed in 1595 milliseconds

1 2