Searched refs:emitJumpTableAddress (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsCodeEmitter.cpp | 97 void emitJumpTableAddress(unsigned JTIndex, unsigned Reloc) const; 304 emitJumpTableAddress(MO.getIndex(), getRelocation(MI, MO)); in getMachineOpValue() 331 emitJumpTableAddress(unsigned JTIndex, unsigned Reloc) const { in emitJumpTableAddress() function in MipsCodeEmitter
|
/external/llvm/lib/Target/X86/ |
D | X86CodeEmitter.cpp | 94 void emitJumpTableAddress(unsigned JTI, unsigned Reloc, 342 void Emitter<CodeEmitter>::emitJumpTableAddress(unsigned JTI, unsigned Reloc, in emitJumpTableAddress() function in Emitter 444 emitJumpTableAddress(RelocOp->getIndex(), RelocType, Adj); in emitDisplacementField() 1189 emitJumpTableAddress(MO.getIndex(), X86::reloc_pcrel_word); in emitInstruction() 1234 emitJumpTableAddress(MO1.getIndex(), rt); in emitInstruction() 1337 emitJumpTableAddress(MO1.getIndex(), rt); in emitInstruction() 1381 emitJumpTableAddress(MO.getIndex(), rt); in emitInstruction()
|
/external/llvm/lib/Target/ARM/ |
D | ARMCodeEmitter.cpp | 344 void emitJumpTableAddress(unsigned JTIndex, unsigned Reloc) const; 459 emitJumpTableAddress(MO.getIndex(), ARM::reloc_arm_relative); in getMachineOpValue() 504 emitJumpTableAddress(unsigned JTIndex, unsigned Reloc) const { in emitJumpTableAddress() function in ARMCodeEmitter 785 emitJumpTableAddress(MI.getOperand(1).getIndex(), ARM::reloc_arm_jt_base); in emitLEApcrelJTInstruction()
|
/external/llvm/docs/ |
D | WritingAnLLVMBackend.rst | 1847 and ``emitJumpTableAddress`` that emit the data into the output stream.) 1874 emitJumpTableAddress(MO1.getIndex(), rt);
|