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

  /external/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h 32 /// MachineJumpTableEntry - One jump table in the jump table info.
34 struct MachineJumpTableEntry {
38 explicit MachineJumpTableEntry(const std::vector<MachineBasicBlock*> &M)
75 std::vector<MachineJumpTableEntry> JumpTables;
94 const std::vector<MachineJumpTableEntry> &getJumpTables() const {
  /external/llvm/lib/CodeGen/
ELFCodeEmitter.cpp 168 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
MachineFunction.cpp 570 JumpTables.push_back(MachineJumpTableEntry(DestBBs));
592 MachineJumpTableEntry &JTE = JumpTables[Idx];
  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 56 const std::vector<MachineJumpTableEntry> *MJTEs;
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 212 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp     [all...]
  /frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.cpp 781 const std::vector<llvm::MachineJumpTableEntry> &JT =
804 const std::vector<llvm::MachineJumpTableEntry> &JT =
    [all...]
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp     [all...]
ARMAsmPrinter.cpp     [all...]
ARMBaseInstrInfo.cpp 528 static unsigned getNumJTEntries(const std::vector<MachineJumpTableEntry> &JT,
530 static unsigned getNumJTEntries(const std::vector<MachineJumpTableEntry> &JT,
601 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
    [all...]
ARMCodeEmitter.cpp 56 const std::vector<MachineJumpTableEntry> *MJTEs;
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 1293 milliseconds