| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | ELF_riscv.cpp | 137 const Symbol &Sym = E.getTarget(); in getRISCVPCRelHi20() 193 int64_t Value = (E.getTarget().getAddress() + E.getAddend()).getValue(); in applyFixup() 198 int64_t Value = (E.getTarget().getAddress() + E.getAddend()).getValue(); in applyFixup() 203 int64_t Value = E.getTarget().getAddress() + E.getAddend() - FixupAddress; in applyFixup() 218 int64_t Value = E.getTarget().getAddress() + E.getAddend() - FixupAddress; in applyFixup() 233 int64_t Value = E.getTarget().getAddress() + E.getAddend() - FixupAddress; in applyFixup() 250 int64_t Value = E.getTarget().getAddress() + E.getAddend() - FixupAddress; in applyFixup() 266 int64_t Value = RelHI20->getTarget().getAddress() + in applyFixup() 267 RelHI20->getAddend() - E.getTarget().getAddress(); in applyFixup() 281 int64_t Value = RelHI20->getTarget().getAddress() + in applyFixup() [all …]
|
| H A D | x86_64.cpp | 96 auto &GOTEntryBlock = E.getTarget().getBlock(); in optimizeGOTAndStubAccesses() 101 auto &GOTTarget = GOTEntryBlock.edges().begin()->getTarget(); in optimizeGOTAndStubAccesses() 159 auto &StubBlock = E.getTarget().getBlock(); in optimizeGOTAndStubAccesses() 165 auto &GOTBlock = StubBlock.edges().begin()->getTarget().getBlock(); in optimizeGOTAndStubAccesses() 171 auto &GOTTarget = GOTBlock.edges().begin()->getTarget(); in optimizeGOTAndStubAccesses()
|
| H A D | JITLink.cpp | 118 auto &TargetSym = E.getTarget(); in printEdge() 297 if (E.getTarget().hasName()) in dump() 298 OS << E.getTarget().getName(); in dump() 301 << formatv("{0:x16}", E.getTarget().getAddress()) << "+" in dump() 302 << formatv("{0:x8}", E.getTarget().getOffset()); in dump() 367 if (E.getTarget().hasName()) { in makeTargetOutOfRangeError() 368 ErrStream << "\"" << E.getTarget().getName() << "\""; in makeTargetOutOfRangeError() 370 ErrStream << E.getTarget().getBlock().getSection().getName() << " + " in makeTargetOutOfRangeError() 372 ErrStream << " at address " << formatv("{0:x}", E.getTarget().getAddress()) in makeTargetOutOfRangeError()
|
| H A D | JITLinkGeneric.cpp | 292 if (E.getTarget().isDefined() && !E.getTarget().isLive()) in prune() 293 Worklist.push_back(&E.getTarget()); in prune() 296 E.getTarget().setLive(true); in prune()
|
| H A D | PerGraphGOTAndPLTStubsBuilder.h | 54 impl().fixGOTEdge(E, getGOTEntry(E.getTarget())); in run() 62 impl().fixPLTEdge(E, getPLTStub(E.getTarget())); in run()
|
| H A D | MachOLinkGraphBuilder.cpp | 810 << (E.getTarget().hasName() ? E.getTarget().getName() in operator ()() 812 << " (at " << formatv("{0:x16}", E.getTarget().getAddress()) in operator ()() 816 if (E.getTarget().isExternal()) in operator ()() 820 E.getTarget().getName() + " is an external symbol"); in operator ()() 821 auto &TgtBlock = E.getTarget().getBlock(); in operator ()()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | LLVMTargetMachine.cpp | 137 getTarget().createAsmPrinter(*this, std::move(*MCStreamerOrErr)); in addAsmPrinter() 160 MCInstPrinter *InstPrinter = getTarget().createMCInstPrinter( in createMCStreamer() 166 MCE.reset(getTarget().createMCCodeEmitter(MII, Context)); in createMCStreamer() 182 getTarget().createMCAsmBackend(STI, MRI, Options.MCOptions)); in createMCStreamer() 184 MCStreamer *S = getTarget().createAsmStreamer( in createMCStreamer() 194 MCCodeEmitter *MCE = getTarget().createMCCodeEmitter(MII, Context); in createMCStreamer() 199 getTarget().createMCAsmBackend(STI, MRI, Options.MCOptions); in createMCStreamer() 205 AsmStreamer.reset(getTarget().createMCObjectStreamer( in createMCStreamer() 217 AsmStreamer.reset(getTarget().createNullStreamer(Context)); in createMCStreamer() 277 MCCodeEmitter *MCE = getTarget().createMCCodeEmitter(*getMCInstrInfo(), *Ctx); in addPassesToEmitMC() [all …]
|
| H A D | TargetFrameLoweringImpl.cpp | 42 !MF.getTarget().getMCAsmInfo()->usesWindowsCFI(); in enableCFIFixup() 95 if (MF.getTarget().Options.EnableIPRA && in determineCalleeSaves() 139 return MF.getTarget().getAllocaPointerSize(); in getStackAlignmentSkew()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | x86_64.h | 407 uint64_t Value = E.getTarget().getAddress().getValue() + E.getAddend(); in applyFixup() 413 uint64_t Value = E.getTarget().getAddress().getValue() + E.getAddend(); in applyFixup() 421 int64_t Value = E.getTarget().getAddress().getValue() + E.getAddend(); in applyFixup() 430 uint64_t Value = E.getTarget().getAddress().getValue() + E.getAddend(); in applyFixup() 446 E.getTarget().getAddress() - (FixupAddress + 4) + E.getAddend(); in applyFixup() 455 int64_t Value = E.getTarget().getAddress() - FixupAddress + E.getAddend(); in applyFixup() 461 int64_t Value = E.getTarget().getAddress() - FixupAddress + E.getAddend(); in applyFixup() 470 int64_t Value = FixupAddress - E.getTarget().getAddress() + E.getAddend(); in applyFixup() 476 int64_t Value = FixupAddress - E.getTarget().getAddress() + E.getAddend(); in applyFixup() 486 E.getTarget().getAddress() - GOTSymbol->getAddress() + E.getAddend(); in applyFixup() [all …]
|
| H A D | i386.h | 160 uint32_t Value = E.getTarget().getAddress().getValue() + E.getAddend(); in applyFixup() 167 E.getTarget().getAddress() - (FixupAddress + 4) + E.getAddend(); in applyFixup() 173 uint32_t Value = E.getTarget().getAddress().getValue() + E.getAddend(); in applyFixup() 183 E.getTarget().getAddress() - (FixupAddress + 4) + E.getAddend(); in applyFixup() 192 int32_t Value = E.getTarget().getAddress() - FixupAddress + E.getAddend(); in applyFixup() 200 E.getTarget().getAddress() - GOTSymbol->getAddress() + E.getAddend(); in applyFixup() 268 E.setTarget(getEntryForTarget(G, E.getTarget())); in visitEdge()
|
| H A D | aarch64.h | 352 uint64_t Value = E.getTarget().getAddress().getValue() + E.getAddend(); in applyFixup() 357 uint64_t Value = E.getTarget().getAddress().getValue() + E.getAddend(); in applyFixup() 369 Value = E.getTarget().getAddress() - FixupAddress + E.getAddend(); in applyFixup() 371 Value = FixupAddress - E.getTarget().getAddress() + E.getAddend(); in applyFixup() 386 int64_t Value = E.getTarget().getAddress() - FixupAddress + E.getAddend(); in applyFixup() 405 (E.getTarget().getAddress() + E.getAddend()).getValue(); in applyFixup() 422 int64_t Delta = E.getTarget().getAddress() - FixupAddress; in applyFixup() 436 (E.getTarget().getAddress().getValue() + E.getAddend()) & in applyFixup() 456 (E.getTarget().getAddress() + E.getAddend()).getValue() & 0xfff; in applyFixup() 582 E.setTarget(getEntryForTarget(G, E.getTarget())); in visitEdge() [all …]
|
| H A D | loongarch.h | 179 uint64_t TargetAddress = E.getTarget().getAddress().getValue(); in applyFixup() 339 E.setTarget(getEntryForTarget(G, E.getTarget())); in visitEdge() 366 if (E.getKind() == Branch26PCRel && !E.getTarget().isDefined()) { in visitEdge() 372 E.setTarget(getEntryForTarget(G, E.getTarget())); in visitEdge()
|
| /openbsd-src/gnu/llvm/lldb/utils/lui/ |
| H A D | breakwin.py | 35 target = self.driver.getTarget() 46 target = self.driver.getTarget() 55 target = self.driver.getTarget() 62 target = self.driver.getTarget()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/ |
| H A D | SnippetFile.cpp | 135 TM.getTarget().createMCObjectFileInfo(Context, /*PIC=*/false)); in readSnippets() 145 TM.getTarget().createMCInstPrinter( in readSnippets() 149 TM.getTarget().createAsmTargetStreamer(Streamer, InstPrinterOStream, in readSnippets() 162 TM.getTarget().createMCAsmParser(*TM.getMCSubtargetInfo(), *AsmParser, in readSnippets()
|
| H A D | LlvmState.cpp | 96 TheTargetMachine->getTarget().createTargetMachine( in createTargetMachine() 133 TheTargetMachine->getTarget().createMCCodeEmitter( in canAssemble()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsMachineFunction.cpp | 40 auto &TM = static_cast<const MipsTargetMachine &>(MF.getTarget()); in getGlobalBaseRegClass() 80 static_cast<const MipsTargetMachine &>(MF.getTarget()).getABI(); in initGlobalBaseReg() 103 if (!MF.getTarget().isPositionIndependent()) { in initGlobalBaseReg() 160 static_cast<const MipsTargetMachine &>(MF.getTarget()).getABI().IsN64() in createEhDataRegsFI()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGGPUBuiltin.cpp | 174 assert(getTarget().getTriple().isNVPTX()); in EmitNVPTXDevicePrintfCallExpr() 180 assert(getTarget().getTriple().getArch() == llvm::Triple::amdgcn); in EmitAMDGPUDevicePrintfCallExpr() 211 assert(getTarget().getTriple().isNVPTX() || in EmitOpenMPDevicePrintfCallExpr() 212 getTarget().getTriple().isAMDGCN()); in EmitOpenMPDevicePrintfCallExpr()
|
| H A D | CGException.cpp | 73 getTarget().getCXXABI().isItaniumFamily()) { in getTerminateFn() 76 getTarget().getCXXABI().isMicrosoft()) { in getTerminateFn() 232 const llvm::Triple &T = CGM.getTarget().getTriple(); in get() 234 const TargetInfo &Target = CGM.getTarget(); in get() 345 const EHPersonality &CXX = getCXXPersonality(getTarget(), LangOpts); in SimplifyPersonality() 487 if (getTarget().getCXXABI().isMicrosoft()) in EmitStartEHSpec() 506 if (getTarget().getCXXABI() == TargetCXXABI::WebAssembly && in EmitStartEHSpec() 591 if (getTarget().getCXXABI().isMicrosoft()) in EmitEndEHSpec() 1790 if (ParentCGF.getTarget().getTriple().getArch() != llvm::Triple::x86) in VisitCallExpr() 1858 CGM.getTarget().getTriple().getArch() != llvm::Triple::x86) { in EmitCapturedLocals() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXRegisterInfo.cpp | 142 static_cast<const NVPTXTargetMachine &>(MF.getTarget()); in getFrameRegister() 149 static_cast<const NVPTXTargetMachine &>(MF.getTarget()); in getFrameLocalRegister()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86IndirectBranchTracking.cpp | 105 switch (MF.getTarget().getCodeModel()) { in needsPrologueENDBR() 125 static_cast<const X86TargetMachine *>(&MF.getTarget()); in runOnMachineFunction()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-jitlink/ |
| H A D | llvm-jitlink-elf.cpp | 42 auto &TargetSym = E->getTarget(); in getELFGOTTarget() 57 auto &GOTSym = E->getTarget(); in getELFStubTarget()
|
| H A D | llvm-jitlink-coff.cpp | 42 auto &TargetSym = E->getTarget(); in getCOFFGOTTarget() 57 auto &GOTSym = E->getTarget(); in getCOFFStubTarget()
|
| H A D | llvm-jitlink-macho.cpp | 44 auto &TargetSym = E->getTarget(); in getMachOGOTTarget() 59 auto &GOTSym = E->getTarget(); in getMachOStubTarget()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUMIRFormatter.cpp | 25 static_cast<const AMDGPUTargetMachine &>(MF.getTarget()); in parseCustomPseudoSourceValue()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyMCInstLower.cpp | 56 const TargetMachine &TM = MF.getTarget(); in GetGlobalAddressSymbol() 69 const TargetMachine &TM = MF.getTarget(); in GetGlobalAddressSymbol() 160 const TargetMachine &TM = MI->getMF()->getTarget(); in getFunctionReturns()
|