/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 …]
|
D | MachO.h | 176 int64_t Addend; variable
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCCodeEmitter.h | 31 std::unique_ptr<unsigned> Addend; variable
|
/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 …]
|
D | RuntimeDyldImpl.h | 132 int64_t Addend; variable 181 int64_t Addend; variable
|
D | RuntimeDyldMachO.cpp | 70 int64_t Addend = readBytesUnaligned(LocalAddress, NumBytes); in processScatteredVANILLA() local
|
/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
|
D | RuntimeDyldCOFFI386.h | 62 uint64_t Addend = 0; in processRelocationRef() local
|
D | RuntimeDyldCOFFThumb.h | 61 uint64_t Addend = 0; in processRelocationRef() local
|
D | RuntimeDyldCOFFX86_64.h | 130 uint64_t Addend = 0; in processRelocationRef() local
|
D | RuntimeDyldMachOX86_64.h | 171 int64_t Addend = in processSubtractRelocation() local
|
D | RuntimeDyldMachOI386.h | 159 uint64_t Addend = readBytesUnaligned(LocalAddress, NumBytes); in processSECTDIFFRelocation() local
|
D | RuntimeDyldMachOARM.h | 276 int64_t Addend = FullImmVal - (AddrA - AddrB); in processHALFSECTDIFFRelocation() local
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | os.h | 228 #define InterlockedExchangeAdd(Addend, Value) __sync_fetch_and_add(Addend, Value) argument 232 #define InterlockedAdd(Addend, Value) __sync_add_and_fetch(Addend, Value) argument 233 #define InterlockedAdd64(Addend, Value) __sync_add_and_fetch(Addend, Value) argument
|
/external/swiftshader/third_party/subzero/src/ |
D | IceFixups.h | 67 void set_addend(RelocOffsetT Addend) { addend_ = Addend; } in set_addend()
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldImpl.h | 107 int64_t Addend; // Addend encoded in the instruction itself, if any. member
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | ELFObjectWriter.cpp | 400 int64_t Addend = 0; in RecordRelocation() local 1387 int64_t Addend) { in GetRelocType() 1538 int64_t Addend) { in GetRelocType() 1608 int64_t Addend) { in GetRelocType() 1654 int64_t Addend) { in GetRelocType() 1829 int64_t Addend) { in GetRelocType()
|
D | MCExpr.cpp | 295 int64_t &Addend) { in AttemptToFoldSymbolOffsetDifference()
|
/external/llvm/include/llvm/MC/ |
D | MCELFObjectWriter.h | 35 uint64_t Addend; // The addend to use. member
|
/external/llvm/include/llvm/ObjectYAML/ |
D | ELFYAML.h | 135 int64_t Addend; member
|
/external/llvm/lib/MC/ |
D | MCExpr.cpp | 451 const MCSymbolRefExpr *&B, int64_t &Addend) { in AttemptToFoldSymbolOffsetDifference()
|
/external/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 481 int64_t Addend; in isSymbolicUImm12Offset() local 714 int64_t Addend; in isAddSubImm() local 803 int64_t Addend; in isMovWSymbol() local 2139 int64_t Addend; in tryParseAdrpLabel() local 3574 int64_t Addend; in validateInstruction() local 4485 int64_t &Addend) { in classifySymbolRef()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ELFWriter.cpp | 785 int64_t Addend = 0; in EmitRelocations() local
|
/external/clang/utils/TableGen/ |
D | NeonEmitter.cpp | 635 unsigned Addend; in getNeonEnum() local 1630 unsigned Addend = 0; in emitDagShuffle() local
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APFloat.h | 949 opStatus fusedMultiplyAdd(const APFloat &Multiplicand, const APFloat &Addend, in fusedMultiplyAdd()
|