Home
last modified time | relevance | path

Searched defs:Addend (Results 1 – 25 of 85) sorted by relevance

1234

/llvm-project/llvm/lib/Object/
H A DRelocationResolver.cpp57 resolveX86_64(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t Addend) resolveX86_64() argument
90 resolveAArch64(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t,int64_t Addend) resolveAArch64() argument
142 resolveMips64(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t,int64_t Addend) resolveMips64() argument
168 resolveMSP430(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t,int64_t Addend) resolveMSP430() argument
192 resolvePPC64(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t,int64_t Addend) resolvePPC64() argument
218 resolveSystemZ(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t,int64_t Addend) resolveSystemZ() argument
242 resolveSparc64(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t,int64_t Addend) resolveSparc64() argument
278 resolveAmdgpu(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t,int64_t Addend) resolveAmdgpu() argument
324 resolvePPC32(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t,int64_t Addend) resolvePPC32() argument
345 resolveARM(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t Addend) resolveARM() argument
371 resolveAVR(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t,int64_t Addend) resolveAVR() argument
387 resolveLanai(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t,int64_t Addend) resolveLanai() argument
424 resolveSparc32(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t Addend) resolveSparc32() argument
435 resolveHexagon(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t,int64_t Addend) resolveHexagon() argument
467 resolveRISCV(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t Addend) resolveRISCV() argument
522 resolveCSKY(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t Addend) resolveCSKY() argument
558 resolveLoongArch(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t Addend) resolveLoongArch() argument
751 resolveWasm64(uint64_t Type,uint64_t Offset,uint64_t S,uint64_t LocData,int64_t Addend) resolveWasm64() argument
873 int64_t Addend = 0; resolveRelocation() local
[all...]
/llvm-project/clang/test/CodeGen/
H A Dms-intrinsics-other.c168 LONG test_InterlockedIncrement(LONG volatile *Addend) { in test_InterlockedIncrement() argument
177 LONG test_InterlockedDecrement(LONG volatile *Addend) { in test_InterlockedDecrement() argument
235 LONG test_InterlockedAdd(LONG volatile *Addend, LONG Value) { in test_InterlockedAdd() argument
244 test_InterlockedAdd64(__int64 volatile * Addend,__int64 Value) test_InterlockedAdd64() argument
399 test_InterlockedIncrement_acq(LONG volatile * Addend) test_InterlockedIncrement_acq() argument
408 test_InterlockedIncrement_rel(LONG volatile * Addend) test_InterlockedIncrement_rel() argument
417 test_InterlockedIncrement_nf(LONG volatile * Addend) test_InterlockedIncrement_nf() argument
426 test_InterlockedDecrement_acq(LONG volatile * Addend) test_InterlockedDecrement_acq() argument
435 test_InterlockedDecrement_rel(LONG volatile * Addend) test_InterlockedDecrement_rel() argument
444 test_InterlockedDecrement_nf(LONG volatile * Addend) test_InterlockedDecrement_nf() argument
[all...]
H A Dms-intrinsics.c485 test_InterlockedIncrement16(short volatile * Addend) test_InterlockedIncrement16() argument
495 test_InterlockedIncrement(long volatile * Addend) test_InterlockedIncrement() argument
505 test_InterlockedDecrement16(short volatile * Addend) test_InterlockedDecrement16() argument
514 test_InterlockedDecrement(long volatile * Addend) test_InterlockedDecrement() argument
601 test_InterlockedIncrement64(__int64 volatile * Addend) test_InterlockedIncrement64() argument
610 test_InterlockedDecrement64(__int64 volatile * Addend) test_InterlockedDecrement64() argument
1237 test_InterlockedIncrement16_acq(short volatile * Addend) test_InterlockedIncrement16_acq() argument
1246 test_InterlockedIncrement16_rel(short volatile * Addend) test_InterlockedIncrement16_rel() argument
1255 test_InterlockedIncrement16_nf(short volatile * Addend) test_InterlockedIncrement16_nf() argument
1264 test_InterlockedIncrement_acq(long volatile * Addend) test_InterlockedIncrement_acq() argument
1273 test_InterlockedIncrement_rel(long volatile * Addend) test_InterlockedIncrement_rel() argument
1282 test_InterlockedIncrement_nf(long volatile * Addend) test_InterlockedIncrement_nf() argument
1291 test_InterlockedIncrement64_acq(__int64 volatile * Addend) test_InterlockedIncrement64_acq() argument
1300 test_InterlockedIncrement64_rel(__int64 volatile * Addend) test_InterlockedIncrement64_rel() argument
1309 test_InterlockedIncrement64_nf(__int64 volatile * Addend) test_InterlockedIncrement64_nf() argument
1318 test_InterlockedDecrement16_acq(short volatile * Addend) test_InterlockedDecrement16_acq() argument
1327 test_InterlockedDecrement16_rel(short volatile * Addend) test_InterlockedDecrement16_rel() argument
1336 test_InterlockedDecrement16_nf(short volatile * Addend) test_InterlockedDecrement16_nf() argument
1345 test_InterlockedDecrement_acq(long volatile * Addend) test_InterlockedDecrement_acq() argument
1354 test_InterlockedDecrement_rel(long volatile * Addend) test_InterlockedDecrement_rel() argument
1363 test_InterlockedDecrement_nf(long volatile * Addend) test_InterlockedDecrement_nf() argument
1372 test_InterlockedDecrement64_acq(__int64 volatile * Addend) test_InterlockedDecrement64_acq() argument
1381 test_InterlockedDecrement64_rel(__int64 volatile * Addend) test_InterlockedDecrement64_rel() argument
1390 test_InterlockedDecrement64_nf(__int64 volatile * Addend) test_InterlockedDecrement64_nf() argument
[all...]
H A Darm64-microsoft-intrinsics.c10 long test_InterlockedAdd(long volatile *Addend, long Value) { in test_InterlockedAdd() argument
14 long test_InterlockedAdd_constant(long volatile *Addend) { in test_InterlockedAdd_constant() argument
24 __int64 test_InterlockedAdd64(__int64 volatile *Addend, __int64 Value) { in test_InterlockedAdd64() argument
28 __int64 test_InterlockedAdd64_constant(__int64 volatile *Addend) { in test_InterlockedAdd64_constant() argument
[all...]
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.cpp31 uint64_t Addend) { in evaluateRelocation()
110 int64_t Addend, uint64_t SymOffset, SID SectionID) { in evaluateMIPS64Relocation()
267 int64_t Addend, uint64_t SymOffset, SID SectionID) { in resolveMIPSN32Relocation()
276 int64_t Addend, uint64_t SymOffset, SID SectionID) { in resolveMIPSN64Relocation()
306 int32_t Addend) { in resolveMIPSO32Relocation()
H A DRuntimeDyldMachOAArch64.h38 int64_t Addend = 0; in decodeAddend() local
156 MachO::RelocationInfoType RelType, int64_t Addend) const { in encodeAddend()
316 if (auto Addend = decodeAddend(RE)) in processRelocationRef() local
499 int64_t Addend = in processSubtractRelocation() local
H A DRuntimeDyldCOFFX86_64.h50 void write32BitOffset(uint8_t *Target, int64_t Addend, uint64_t Delta) { in write32BitOffset()
152 uint64_t Offset, uint64_t RelType, uint64_t Addend, in generateRelocationStub()
217 uint64_t Addend = 0; in processRelocationRef() local
H A DRuntimeDyldCOFFAArch64.h102 generateRelocationStub(unsigned SectionID,StringRef TargetName,uint64_t Offset,uint64_t RelType,uint64_t Addend,StubMap & Stubs) generateRelocationStub() argument
169 uint64_t Addend = 0; processRelocationRef() local
[all...]
H A DRuntimeDyldCOFFI386.h79 uint64_t Addend = 0; in processRelocationRef() local
H A DRuntimeDyldCOFFThumb.h105 uint64_t Addend = 0; in processRelocationRef() local
[all...]
H A DRuntimeDyldMachOX86_64.h169 int64_t Addend = in processSubtractRelocation() local
/llvm-project/bolt/lib/Target/X86/
H A DX86MCSymbolizer.cpp42 auto addOperand = [&](const MCSymbol *Symbol, uint64_t Addend) { in tryAddingSymbolicOperand()
156 uint64_t Addend = Relocation->Addend; in tryAddingSymbolicOperand() local
184 const int64_t Addend = R.Value + InstrAddr - GOTSymBD->getAddress(); in handleGOTPC64() local
/llvm-project/llvm/tools/dsymutil/
H A DRelocationMap.h58 yaml::Hex64 Addend; variable
64 ValidReloc(uint64_t Offset, uint32_t Size, uint64_t Addend, in ValidReloc()
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp262 resolveX86_64Relocation(const SectionEntry & Section,uint64_t Offset,uint64_t Value,uint32_t Type,int64_t Addend,uint64_t SymOffset) resolveX86_64Relocation() argument
380 resolveX86Relocation(const SectionEntry & Section,uint64_t Offset,uint32_t Value,uint32_t Type,int32_t Addend) resolveX86Relocation() argument
408 resolveAArch64Relocation(const SectionEntry & Section,uint64_t Offset,uint64_t Value,uint32_t Type,int64_t Addend) resolveAArch64Relocation() argument
594 resolveARMRelocation(const SectionEntry & Section,uint64_t Offset,uint32_t Value,uint32_t Type,int32_t Addend) resolveARMRelocation() argument
744 int64_t Addend; findOPDEntrySection() local
818 resolvePPC32Relocation(const SectionEntry & Section,uint64_t Offset,uint64_t Value,uint32_t Type,int64_t Addend) resolvePPC32Relocation() argument
838 resolvePPC64Relocation(const SectionEntry & Section,uint64_t Offset,uint64_t Value,uint32_t Type,int64_t Addend) resolvePPC64Relocation() argument
932 resolveSystemZRelocation(const SectionEntry & Section,uint64_t Offset,uint64_t Value,uint32_t Type,int64_t Addend) resolveSystemZRelocation() argument
986 resolveBPFRelocation(const SectionEntry & Section,uint64_t Offset,uint64_t Value,uint32_t Type,int64_t Addend) resolveBPFRelocation() argument
1044 resolveRelocation(const SectionEntry & Section,uint64_t Offset,uint64_t Value,uint32_t Type,int64_t Addend,uint64_t SymOffset,SID SectionID) resolveRelocation() argument
1231 int64_t Addend = 0; processRelocationRef() local
1397 uint32_t Addend = (Opcode & 0x03ffffff) << 2; processRelocationRef() local
1437 int64_t Addend = (Opcode & 0x0000ffff) << 16; processRelocationRef() local
1441 int64_t Addend = Value.Addend + SignExtend32<16>(Opcode & 0x0000ffff); processRelocationRef() local
1900 processX86_64GOTTPOFFRelocation(unsigned SectionID,uint64_t Offset,RelocationValueRef Value,int64_t Addend) processX86_64GOTTPOFFRelocation() argument
2018 processX86_64TLSRelocation(unsigned SectionID,uint64_t Offset,uint64_t RelType,RelocationValueRef Value,int64_t Addend,const RelocationRef & GetAddrRelocation) processX86_64TLSRelocation() argument
[all...]
/llvm-project/llvm/include/llvm/MC/
H A DMCELFExtras.h27 uint OffsetMask = 8, Offset = 0, Addend = 0; in encodeCrel() local
H A DMCELFObjectWriter.h34 uint64_t Addend; // The addend to use. global() member
/llvm-project/bolt/lib/Passes/
H A DFixRelaxationPass.cpp51 const int64_t Addend = BC.MIB->getTargetAddend(Add); in runOnFunction() local
H A DADRRelaxationPass.cpp70 int64_t Addend = BC.MIB->getTargetAddend(Inst); runOnFunction() local
/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCodeEmitter.h40 unsigned Addend = 0; member
/llvm-project/bolt/include/bolt/Core/
H A DRelocation.h47 uint64_t Addend; member
/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp191 uint64_t Addend; parsePairRelocation() local
308 uint64_t Addend = 0; addRelocations() local
[all...]
H A DMachO_x86_64.cpp182 uint64_t Addend; parsePairRelocation() local
295 uint64_t Addend = 0; addRelocations() local
[all...]
H A DEHFrameSupportImpl.h60 EdgeTarget(const Edge &E) : Target(&E.getTarget()), Addend(E.getAddend()) {} member
H A DELF_loongarch.cpp115 int64_t Addend = Rel.r_addend; addSingleRelocation() local
/llvm-project/llvm/include/llvm/Object/
H A DMachO.h253 int64_t Addend = 0; variable
295 uint64_t Addend; member
363 int64_t Addend = 0; variable

1234