/external/llvm/include/llvm/Object/ |
D | RelocVisitor.h | 284 int64_t Addend = getELFAddend(R); in visitELF_X86_64_64() local 288 int64_t Addend = getELFAddend(R); in visitELF_X86_64_PC32() local 293 int64_t Addend = getELFAddend(R); in visitELF_X86_64_32() local 298 int64_t Addend = getELFAddend(R); in visitELF_X86_64_32S() local 305 int64_t Addend = getELFAddend(R); in visitELF_PPC64_ADDR32() local 310 int64_t Addend = getELFAddend(R); in visitELF_PPC64_ADDR64() local 316 int64_t Addend = getELFAddend(R); in visitELF_PPC_ADDR32() local 323 int64_t Addend = getELFAddend(R); in visitELF_Lanai_32() local 336 int64_t Addend = getELFAddend(R); in visitELF_MIPS64_32() local 342 int64_t Addend = getELFAddend(R); in visitELF_MIPS64_64() local [all …]
|
/external/llvm-project/llvm/lib/Object/ |
D | RelocationResolver.cpp | 43 uint64_t LocData, int64_t Addend) { in resolveX86_64() 75 uint64_t /*LocData*/, int64_t Addend) { in resolveAArch64() 125 uint64_t /*LocData*/, int64_t Addend) { in resolveMips64() 151 uint64_t /*LocData*/, int64_t Addend) { in resolveMSP430() 175 uint64_t /*LocData*/, int64_t Addend) { in resolvePPC64() 201 uint64_t /*LocData*/, int64_t Addend) { in resolveSystemZ() 225 uint64_t /*LocData*/, int64_t Addend) { in resolveSparc64() 248 uint64_t /*LocData*/, int64_t Addend) { in resolveAmdgpu() 294 uint64_t /*LocData*/, int64_t Addend) { in resolvePPC32() 336 uint64_t /*LocData*/, int64_t Addend) { in resolveAVR() [all …]
|
/external/llvm-project/clang/test/CodeGen/ |
D | ms-intrinsics-other.c | 143 LONG test_InterlockedIncrement(LONG volatile *Addend) { in test_InterlockedIncrement() 152 LONG test_InterlockedDecrement(LONG volatile *Addend) { in test_InterlockedDecrement() 210 LONG test_InterlockedAdd(LONG volatile *Addend, LONG Value) { in test_InterlockedAdd() 365 LONG test_InterlockedIncrement_acq(LONG volatile *Addend) { in test_InterlockedIncrement_acq() 374 LONG test_InterlockedIncrement_rel(LONG volatile *Addend) { in test_InterlockedIncrement_rel() 383 LONG test_InterlockedIncrement_nf(LONG volatile *Addend) { in test_InterlockedIncrement_nf() 392 LONG test_InterlockedDecrement_acq(LONG volatile *Addend) { in test_InterlockedDecrement_acq() 401 LONG test_InterlockedDecrement_rel(LONG volatile *Addend) { in test_InterlockedDecrement_rel() 410 LONG test_InterlockedDecrement_nf(LONG volatile *Addend) { in test_InterlockedDecrement_nf()
|
D | ms-intrinsics.c | 490 short test_InterlockedIncrement16(short volatile *Addend) { in test_InterlockedIncrement16() 500 long test_InterlockedIncrement(long volatile *Addend) { in test_InterlockedIncrement() 510 short test_InterlockedDecrement16(short volatile *Addend) { in test_InterlockedDecrement16() 519 long test_InterlockedDecrement(long volatile *Addend) { in test_InterlockedDecrement() 606 __int64 test_InterlockedIncrement64(__int64 volatile *Addend) { in test_InterlockedIncrement64() 615 __int64 test_InterlockedDecrement64(__int64 volatile *Addend) { in test_InterlockedDecrement64() 1242 short test_InterlockedIncrement16_acq(short volatile *Addend) { in test_InterlockedIncrement16_acq() 1251 short test_InterlockedIncrement16_rel(short volatile *Addend) { in test_InterlockedIncrement16_rel() 1260 short test_InterlockedIncrement16_nf(short volatile *Addend) { in test_InterlockedIncrement16_nf() 1269 long test_InterlockedIncrement_acq(long volatile *Addend) { in test_InterlockedIncrement_acq() [all …]
|
D | arm64-microsoft-intrinsics.c | 7 long test_InterlockedAdd(long volatile *Addend, long Value) { in test_InterlockedAdd() 11 long test_InterlockedAdd_constant(long volatile *Addend) { in test_InterlockedAdd_constant()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldELFMips.cpp | 31 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()
|
D | RuntimeDyldMachOAArch64.h | 38 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
|
D | RuntimeDyldCOFFX86_64.h | 50 void write32BitOffset(uint8_t *Target, int64_t Addend, uint64_t Delta) { in write32BitOffset() 145 uint64_t Offset, uint64_t RelType, uint64_t Addend, in generateRelocationStub() 210 uint64_t Addend = 0; in processRelocationRef() local
|
D | RuntimeDyldCOFFAArch64.h | 100 uint64_t Offset, uint64_t RelType, uint64_t Addend, in generateRelocationStub() 167 uint64_t Addend = 0; in processRelocationRef() local
|
D | RuntimeDyldCOFFI386.h | 61 uint64_t Addend = 0; in processRelocationRef() local
|
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldELFMips.cpp | 31 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()
|
D | RuntimeDyldMachOAArch64.h | 38 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
|
D | RuntimeDyldCOFFX86_64.h | 50 void write32BitOffset(uint8_t *Target, int64_t Addend, uint64_t Delta) { in write32BitOffset() 145 uint64_t Offset, uint64_t RelType, uint64_t Addend, in generateRelocationStub() 210 uint64_t Addend = 0; in processRelocationRef() local
|
D | RuntimeDyldCOFFAArch64.h | 101 uint64_t Offset, uint64_t RelType, uint64_t Addend, in generateRelocationStub() 168 uint64_t Addend = 0; in processRelocationRef() local
|
D | RuntimeDyldCOFFI386.h | 79 uint64_t Addend = 0; in processRelocationRef() local
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 228 uint32_t Type, int64_t Addend, in resolveX86_64Relocation() 283 uint32_t Type, int32_t Addend) { in resolveX86Relocation() 308 uint32_t Type, int64_t Addend) { in resolveAArch64Relocation() 447 uint32_t Type, int32_t Addend) { in resolveARMRelocation() 498 uint32_t Type, int32_t Addend) { in resolveMIPSRelocation() 601 uint32_t Type, int64_t Addend, in resolveMIPS64Relocation() 633 uint32_t Type, int64_t Addend, in evaluateMIPS64Relocation() 855 int64_t Addend; in findOPDEntrySection() local 929 uint32_t Type, int64_t Addend) { in resolvePPC32Relocation() 949 uint32_t Type, int64_t Addend) { in resolvePPC64Relocation() [all …]
|
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 268 uint32_t Type, int64_t Addend, in resolveX86_64Relocation() 341 uint32_t Type, int32_t Addend) { in resolveX86Relocation() 369 uint32_t Type, int64_t Addend) { in resolveAArch64Relocation() 496 uint32_t Type, int32_t Addend) { in resolveARMRelocation() 646 int64_t Addend; in findOPDEntrySection() local 720 uint32_t Type, int64_t Addend) { in resolvePPC32Relocation() 740 uint32_t Type, int64_t Addend) { in resolvePPC64Relocation() 834 uint32_t Type, int64_t Addend) { in resolveSystemZRelocation() 888 uint32_t Type, int64_t Addend) { in resolveBPFRelocation() 943 uint32_t Type, int64_t Addend, in resolveRelocation() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 268 uint32_t Type, int64_t Addend, in resolveX86_64Relocation() 341 uint32_t Type, int32_t Addend) { in resolveX86Relocation() 369 uint32_t Type, int64_t Addend) { in resolveAArch64Relocation() 489 uint32_t Type, int32_t Addend) { in resolveARMRelocation() 639 int64_t Addend; in findOPDEntrySection() local 713 uint32_t Type, int64_t Addend) { in resolvePPC32Relocation() 733 uint32_t Type, int64_t Addend) { in resolvePPC64Relocation() 827 uint32_t Type, int64_t Addend) { in resolveSystemZRelocation() 881 uint32_t Type, int64_t Addend) { in resolveBPFRelocation() 936 uint32_t Type, int64_t Addend, in resolveRelocation() [all …]
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCCodeEmitter.h | 31 std::unique_ptr<unsigned> Addend; variable
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOAArch64.h | 39 int64_t Addend = 0; in decodeAddend() local 134 MachO::RelocationInfoType RelType, int64_t Addend) const { in encodeAddend() 440 int64_t Addend = in processSubtractRelocation() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCCodeEmitter.h | 40 unsigned Addend = 0; member
|
/external/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCCodeEmitter.h | 40 unsigned Addend = 0; member
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | os.h | 274 #define InterlockedExchangeAdd(Addend, Value) __sync_fetch_and_add(Addend, Value) argument 278 #define InterlockedAdd(Addend, Value) __sync_add_and_fetch(Addend, Value) argument 279 #define InterlockedAdd64(Addend, Value) __sync_add_and_fetch(Addend, Value) argument
|
/external/llvm-project/lld/include/lld/Core/ |
D | Reference.h | 78 typedef int64_t Addend; typedef
|
/external/swiftshader/third_party/subzero/src/ |
D | IceFixups.h | 67 void set_addend(RelocOffsetT Addend) { addend_ = Addend; } in set_addend()
|