| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | Relocations.h | 54 bool pcrel = false; member 66 Reloc(uint8_t type, bool pcrel, uint8_t length, uint32_t offset, in Reloc() 68 : type(type), pcrel(pcrel), length(length), offset(offset), in Reloc()
|
| H A D | ICF.cpp | 112 if (ra.pcrel != rb.pcrel) in equalsConstant()
|
| H A D | Writer.cpp | 734 if (!r.pcrel) { in scanRelocations()
|
| H A D | InputFiles.cpp | 583 r.pcrel = relInfo.r_pcrel; in parseRelocations()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachORelocation.h | 46 MachORelocation(uint32_t addr, uint32_t index, bool pcrel, uint8_t len, 49 r_address(addr), r_symbolnum(index), r_pcrel(pcrel), r_length(len), in r_address()
|
| /freebsd/contrib/llvm-project/lld/MachO/Arch/ |
| H A D | ARM64Common.cpp | 73 if (r.pcrel) in relocateOne() 80 assert(r.pcrel); in relocateOne() 86 assert(!r.pcrel); in relocateOne()
|
| H A D | X86_64.cpp | 98 if (r.pcrel) { in relocateOne()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArch.td | 82 // Expand la.global as la.pcrel 84 : SubtargetFeature<"la-global-with-pcrel", "HasLaGlobalWithPcrel", "true", 85 "Expand la.global as la.pcrel">; 89 "Expand la.global as la.pcrel">;
|
| H A D | LoongArchInstrInfo.td | 1732 "la.pcrel", "$dst, $src">; 1739 "la.pcrel", "$dst, $tmp, $src">, 1789 // la.local = la.pcrel 1790 // With feature "+la-global-with-pcrel": 1791 // la = la.global = la.pcrel 1796 // With features "+la-global-with-pcrel,+la-global-with-abs"(disorder): 1797 // la = la.global = la.pcrel 1811 // "la-global-with-pcrel" takes effect when bose "la-global-with-pcrel" and
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/ |
| H A D | X86Disassembler.cpp | 2010 uint64_t pcrel = 0; in translateImmediate() local 2013 pcrel = insn.startLocation + insn.length; in translateImmediate() 2089 mcInst, immediate + pcrel, insn.startLocation, isBranch, in translateImmediate() 2165 uint64_t pcrel = 0; in translateRMMemory() local 2227 pcrel = insn.startLocation + insn.length; in translateRMMemory() 2228 Dis->tryAddingPcLoadReferenceComment(insn.displacement + pcrel, in translateRMMemory() 2295 mcInst, insn.displacement + pcrel, insn.startLocation, false, in translateRMMemory()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrControl.td | 323 // the 32-bit pcrel field that we have.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMScheduleA57.td | 379 "LDRcp", "(t2|t)?LDRConstPool", "LDRLIT_ga_(pcrel|abs)", 383 (instregex "t2LDRS?(B|H)?(pcrel|T|i8|i12|pci|pci_pic|s)?$")>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430InstrInfo.td | 118 // Short jump targets have OtherVT type and are printed as pcrel imm values.
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Options.td | 506 defm pcrel_optimize : BB<"pcrel-optimize",
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 5387 def mno_pcrel: Flag<["-"], "mno-pcrel">, Group<m_ppc_Features_Group>;
|