HomeSort by relevance Sort by last modified time
    Searched refs:JTI (Results 1 - 20 of 20) 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/Target/ARM/
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...]
ARMAsmPrinter.cpp 232 raw_svector_ostream(Name) << DL.getPrivateGlobalPrefix() << "JTI"
    [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/
MIRPrinter.cpp 86 const MachineJumpTableInfo &JTI);
395 const MachineJumpTableInfo &JTI) {
396 YamlJTI.Kind = JTI.getEntryKind();
398 for (const auto &Table : JTI.getJumpTables()) {
MachineFunction.cpp 491 MCSymbol *MachineFunction::getJTISymbol(unsigned JTI, MCContext &Ctx,
495 assert(JTI < JumpTableInfo->getJumpTables().size() && "Invalid JTI!");
501 << Prefix << "JTI" << getFunctionNumber() << '_' << JTI;
    [all...]
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/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 516 MCSymbol *getJTISymbol(unsigned JTI, MCContext &Ctx,
SelectionDAG.h 477 SDValue getJumpTable(int JTI, EVT VT, bool isTarget = false,
479 SDValue getTargetJumpTable(int JTI, EVT VT, unsigned char TargetFlags = 0) {
480 return getJumpTable(JTI, VT, true, TargetFlags);
    [all...]
SelectionDAGNodes.h     [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/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...]
TargetLowering.cpp 269 unsigned JTI,MCContext &Ctx) const{
271 return MCSymbolRefExpr::create(MF->getJTISymbol(JTI, Ctx), Ctx);
    [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 644 unsigned JTI, MCContext &Ctx) const override;
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]

Completed in 4474 milliseconds