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

  /external/llvm/lib/Target/ARM/
ARMJITInfo.h 132 intptr_t getJumpTableBaseAddr(unsigned JTI) const {
133 assert(JTI < JumpTableId2AddrMap.size());
134 return JumpTableId2AddrMap[JTI];
141 void addJumpTableBaseAddr(unsigned JTI, intptr_t Addr) {
142 assert(JTI < JumpTableId2AddrMap.size());
143 JumpTableId2AddrMap[JTI] = Addr;
ARMConstantIslandPass.cpp     [all...]
ARMAsmPrinter.cpp 393 raw_svector_ostream(Name) << MAI->getPrivateGlobalPrefix() << "JTI"
    [all...]
ARMCodeEmitter.cpp 48 ARMJITInfo *JTI;
68 : MachineFunctionPass(ID), JTI(0),
403 JTI = static_cast<ARMJITInfo*>(Target.getJITInfo());
413 JTI->Initialize(MF, IsPIC);
714 JTI->addConstantPoolEntryAddr(CPI, MCE.getCurrentPCValue());
    [all...]
ARMBaseInstrInfo.cpp 534 unsigned JTI);
536 unsigned JTI) {
537 assert(JTI < JT.size());
538 return JT[JTI].MBBs.size();
605 unsigned JTI = JTOP.getIndex();
609 assert(JTI < JT.size());
618 unsigned NumEntries = getNumJTEntries(JT, JTI);
    [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 49 MipsJITInfo *JTI;
68 : MachineFunctionPass(ID), JTI(0), II(0), TD(0),
133 JTI = Target.getJITInfo();
140 JTI->Initialize(MF, IsPIC, Subtarget->isLittle());
  /external/llvm/include/llvm/CodeGen/
MachineRelocation.h 179 unsigned JTI, intptr_t cst = 0,
190 Result.Target.Index = JTI;
MachineFunction.h 455 MCSymbol *getJTISymbol(unsigned JTI, MCContext &Ctx,
SelectionDAG.h 397 SDValue getJumpTable(int JTI, EVT VT, bool isTarget = false,
399 SDValue getTargetJumpTable(int JTI, EVT VT, unsigned char TargetFlags = 0) {
400 return getJumpTable(JTI, VT, true, TargetFlags);
    [all...]
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 192 unsigned JTI = MI->getOperand(opNum).getIndex();
196 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs;
230 O << MAI->getPrivateGlobalPrefix() << "JTI" << getFunctionNumber()
XCoreISelLowering.cpp 308 unsigned JTI = JT->getIndex();
313 unsigned NumEntries = MJTI->getJumpTables()[JTI].MBBs.size();
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 226 MachineBasicBlock *D): Reg(R), JTI(J), MBB(M), Default(D) {}
231 /// JTI - the JumpTableIndex for this jump table in the function.
232 unsigned JTI;
TargetLowering.cpp 235 unsigned JTI,MCContext &Ctx) const{
237 return MCSymbolRefExpr::Create(MF->getJTISymbol(JTI, Ctx), Ctx);
    [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 439 MCSymbol *MachineFunction::getJTISymbol(unsigned JTI, MCContext &Ctx,
442 assert(JTI < JumpTableInfo->getJumpTables().size() && "Invalid JTI!");
449 << Prefix << "JTI" << getFunctionNumber() << '_' << JTI;
    [all...]
BranchFolding.cpp 215 MachineJumpTableInfo *JTI = MF.getJumpTableInfo();
216 if (JTI == 0) {
222 BitVector JTIsLive(JTI->getJumpTables().size());
240 JTI->RemoveJumpTable(i);
    [all...]
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 93 void emitJumpTableAddress(unsigned JTI, unsigned Reloc,
344 void Emitter<CodeEmitter>::emitJumpTableAddress(unsigned JTI, unsigned Reloc,
352 Reloc, JTI, RelocCST));
    [all...]
X86ISelLowering.h 524 unsigned JTI, MCContext &Ctx) const;
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 736 unsigned JTI = JT->getIndex();
743 const std::vector<MachineBasicBlock*> &JTBBs = JTE[JTI].MBBs;
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]

Completed in 555 milliseconds