Searched refs:emitJumpTableAddress (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsCodeEmitter.cpp | 97 void emitJumpTableAddress(unsigned JTIndex, unsigned Reloc) const; 196 emitJumpTableAddress(MO.getIndex(), getRelocation(MI, MO)); in getMachineOpValue() 222 emitJumpTableAddress(unsigned JTIndex, unsigned Reloc) const { in emitJumpTableAddress() function in MipsCodeEmitter
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86CodeEmitter.cpp | 87 void emitJumpTableAddress(unsigned JTI, unsigned Reloc, 331 void Emitter<CodeEmitter>::emitJumpTableAddress(unsigned JTI, unsigned Reloc, in emitJumpTableAddress() function in Emitter 433 emitJumpTableAddress(RelocOp->getIndex(), RelocType, Adj); in emitDisplacementField() 803 emitJumpTableAddress(MO.getIndex(), X86::reloc_pcrel_word); in emitInstruction() 849 emitJumpTableAddress(MO1.getIndex(), rt); in emitInstruction() 932 emitJumpTableAddress(MO1.getIndex(), rt); in emitInstruction() 972 emitJumpTableAddress(MO.getIndex(), rt); in emitInstruction()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMCodeEmitter.cpp | 350 void emitJumpTableAddress(unsigned JTIndex, unsigned Reloc) const; 456 emitJumpTableAddress(MO.getIndex(), ARM::reloc_arm_relative); in getMachineOpValue() 501 emitJumpTableAddress(unsigned JTIndex, unsigned Reloc) const { in emitJumpTableAddress() function in ARMCodeEmitter 784 emitJumpTableAddress(MI.getOperand(1).getIndex(), ARM::reloc_arm_jt_base); in emitLEApcrelJTInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | WritingAnLLVMBackend.rst | 1885 and ``emitJumpTableAddress`` that emit the data into the output stream.) 1912 emitJumpTableAddress(MO1.getIndex(), rt);
|
/external/llvm/docs/ |
D | WritingAnLLVMBackend.rst | 1845 and ``emitJumpTableAddress`` that emit the data into the output stream.) 1872 emitJumpTableAddress(MO1.getIndex(), rt);
|