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

  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 195 unsigned JTI = MI->getOperand(opNum).getIndex();
199 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs;
XCoreISelLowering.cpp 358 unsigned JTI = JT->getIndex();
363 unsigned NumEntries = MJTI->getJumpTables()[JTI].MBBs.size();
    [all...]
  /external/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp 614 MachineJumpTableInfo *JTI = MF.getOrCreateJumpTableInfo(YamlJTI.Kind);
623 unsigned Index = JTI->createJumpTableIndex(Blocks);
  /external/llvm/lib/CodeGen/
BranchFolding.cpp 239 MachineJumpTableInfo *JTI = MF.getJumpTableInfo();
240 if (!JTI) {
246 BitVector JTIsLive(JTI->getJumpTables().size());
261 JTI->RemoveJumpTable(i);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 248 MachineBasicBlock *D): Reg(R), JTI(J), MBB(M), Default(D) {}
253 /// JTI - the JumpTableIndex for this jump table in the function.
254 unsigned JTI;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 232 raw_svector_ostream(Name) << DL.getPrivateGlobalPrefix() << "JTI"
    [all...]
ARMConstantIslandPass.cpp 627 unsigned JTI = JTOp.getIndex();
628 unsigned Size = JT[JTI].MBBs.size() * sizeof(uint32_t);
634 .addJumpTableIndex(JTI)
637 CPEntries.emplace_back(1, CPEntry(CPEMI, JTI));
638 JumpTableEntryIndices.insert(std::make_pair(JTI, CPEntries.size() - 1));
    [all...]
ARMISelLowering.cpp     [all...]

Completed in 112 milliseconds