Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86CodeEmitter.cpp265 intptr_t RelocCST = Disp; in emitGlobalAddress() local
267 RelocCST = PICBaseOffset; in emitGlobalAddress()
269 RelocCST = PCAdj; in emitGlobalAddress()
273 RelocCST, false) in emitGlobalAddress()
275 const_cast<GlobalValue *>(GV), RelocCST, false); in emitGlobalAddress()
290 intptr_t RelocCST = (Reloc == X86::reloc_picrel_word) ? PICBaseOffset : 0; in emitExternalSymbolAddress() local
298 Reloc, ES, RelocCST, in emitExternalSymbolAddress()
313 intptr_t RelocCST = 0; in emitConstPoolAddress() local
315 RelocCST = PICBaseOffset; in emitConstPoolAddress()
317 RelocCST = PCAdj; in emitConstPoolAddress()
[all …]