Home
last modified time | relevance | path

Searched refs:JTIndex (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsCodeEmitter.cpp97 void emitJumpTableAddress(unsigned JTIndex, unsigned Reloc) const;
222 emitJumpTableAddress(unsigned JTIndex, unsigned Reloc) const { in emitJumpTableAddress() argument
224 Reloc, JTIndex, 0, false)); in emitJumpTableAddress()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMCodeEmitter.cpp130 void emitInlineJumpTable(unsigned JTIndex);
350 void emitJumpTableAddress(unsigned JTIndex, unsigned Reloc) const;
501 emitJumpTableAddress(unsigned JTIndex, unsigned Reloc) const { in emitJumpTableAddress() argument
503 Reloc, JTIndex, 0, true)); in emitJumpTableAddress()
1485 void ARMCodeEmitter::emitInlineJumpTable(unsigned JTIndex) { in emitInlineJumpTable() argument
1488 JTI->addJumpTableBaseAddr(JTIndex, JTBase); in emitInlineJumpTable()
1489 DEBUG(errs() << " ** Jump Table #" << JTIndex << " @ " << (void*)JTBase in emitInlineJumpTable()
1493 const std::vector<MachineBasicBlock*> &MBBs = (*MJTEs)[JTIndex].MBBs; in emitInlineJumpTable()
1514 unsigned JTIndex = in emitMiscBranchInstruction() local
1517 emitInlineJumpTable(JTIndex); in emitMiscBranchInstruction()