Searched refs:emitConstPoolAddress (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsCodeEmitter.cpp | 96 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/ |
D | X86CodeEmitter.cpp | 85 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/ |
D | ARMCodeEmitter.cpp | 252 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/llvm/docs/ |
D | WritingAnLLVMBackend.rst | 1844 ``emitGlobalAddress``, ``emitExternalSymbolAddress``, ``emitConstPoolAddress``, 1870 emitConstPoolAddress(MO1.getIndex(), rt);
|