Home
last modified time | relevance | path

Searched refs:emitConstPoolAddress (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsCodeEmitter.cpp96 void emitConstPoolAddress(unsigned CPI, unsigned Reloc) const;
194 emitConstPoolAddress(MO.getIndex(), getRelocation(MI, MO)); in getMachineOpValue()
216 void MipsCodeEmitter::emitConstPoolAddress(unsigned CPI, unsigned Reloc) const { in emitConstPoolAddress() function in MipsCodeEmitter
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86CodeEmitter.cpp85 void emitConstPoolAddress(unsigned CPI, unsigned Reloc, intptr_t Disp = 0,
310 void Emitter<CodeEmitter>::emitConstPoolAddress(unsigned CPI, unsigned Reloc, in emitConstPoolAddress() function in Emitter
429 emitConstPoolAddress(RelocOp->getIndex(), RelocType, in emitDisplacementField()
847 emitConstPoolAddress(MO1.getIndex(), rt); in emitInstruction()
930 emitConstPoolAddress(MO1.getIndex(), rt); in emitInstruction()
970 emitConstPoolAddress(MO.getIndex(), rt); in emitInstruction()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMCodeEmitter.cpp252 emitConstPoolAddress(MO.getIndex(), ARM::reloc_arm_cp_entry); in getAddrModeImm12OpValue()
294 emitConstPoolAddress(MO.getIndex(), ARM::reloc_arm_cp_entry); in getAddrMode5OpValue()
349 void emitConstPoolAddress(unsigned CPI, unsigned Reloc) const;
454 emitConstPoolAddress(MO.getIndex(), Reloc); in getMachineOpValue()
491 void ARMCodeEmitter::emitConstPoolAddress(unsigned CPI, unsigned Reloc) const { in emitConstPoolAddress() function in ARMCodeEmitter
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DWritingAnLLVMBackend.rst1884 ``emitGlobalAddress``, ``emitExternalSymbolAddress``, ``emitConstPoolAddress``,
1910 emitConstPoolAddress(MO1.getIndex(), rt);
/external/llvm/docs/
DWritingAnLLVMBackend.rst1844 ``emitGlobalAddress``, ``emitExternalSymbolAddress``, ``emitConstPoolAddress``,
1870 emitConstPoolAddress(MO1.getIndex(), rt);