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

  /external/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h 99 const std::vector<MachineJumpTableEntry> &getJumpTables() const {
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 200 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
XCoreISelLowering.cpp 362 unsigned NumEntries = MJTI->getJumpTables()[JTI].MBBs.size();
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 151 if (MF.getJumpTableInfo()) MJTEs = &MF.getJumpTableInfo()->getJumpTables();
MipsAsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp     [all...]
ARMConstantIslandPass.cpp     [all...]
ARMCodeEmitter.cpp 379 if (MF.getJumpTableInfo()) MJTEs = &MF.getJumpTableInfo()->getJumpTables();
    [all...]
ARMBaseInstrInfo.cpp 630 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
    [all...]
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 464 assert(JTI < JumpTableInfo->getJumpTables().size() && "Invalid JTI!");
    [all...]
BranchFolding.cpp 230 BitVector JTIsLive(JTI->getJumpTables().size());
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 759 const std::vector<MachineJumpTableEntry> &JTE = MJTI->getJumpTables();
    [all...]

Completed in 503 milliseconds