| /NextBSD/contrib/llvm/include/llvm/Object/ |
| HD | RelocVisitor.h | 277 int64_t Addend = getELFAddend(R); in visitELF_X86_64_64() local 281 int64_t Addend = getELFAddend(R); in visitELF_X86_64_PC32() local 286 int64_t Addend = getELFAddend(R); in visitELF_X86_64_32() local 291 int64_t Addend = getELFAddend(R); in visitELF_X86_64_32S() local 298 int64_t Addend = getELFAddend(R); in visitELF_PPC64_ADDR32() local 303 int64_t Addend = getELFAddend(R); in visitELF_PPC64_ADDR64() local 309 int64_t Addend = getELFAddend(R); in visitELF_PPC_ADDR32() local 322 int64_t Addend = getELFAddend(R); in visitELF_MIPS64_32() local 328 int64_t Addend = getELFAddend(R); in visitELF_MIPS64_64() local 335 int64_t Addend = getELFAddend(R); in visitELF_AARCH64_ABS32() local [all …]
|
| HD | MachO.h | 176 int64_t Addend; variable
|
| HD | ELFYAML.h | 135 int64_t Addend; member
|
| /NextBSD/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| HD | RuntimeDyldELF.cpp | 226 uint32_t Type, int64_t Addend, in resolveX86_64Relocation() 269 uint32_t Type, int32_t Addend) { in resolveX86Relocation() 291 uint32_t Type, int64_t Addend) { in resolveAArch64Relocation() 429 uint32_t Type, int32_t Addend) { in resolveARMRelocation() 479 uint32_t Type, int32_t Addend) { in resolveMIPSRelocation() 581 uint32_t Type, int64_t Addend, in resolveMIPS64Relocation() 612 uint32_t Type, int64_t Addend, in evaluateMIPS64Relocation() 828 int64_t Addend = *AddendOrErr; in findOPDEntrySection() local 889 uint32_t Type, int64_t Addend) { in resolvePPC64Relocation() 980 uint32_t Type, int64_t Addend) { in resolveSystemZRelocation() [all …]
|
| HD | RuntimeDyldImpl.h | 99 int64_t Addend; variable 148 int64_t Addend; variable
|
| /NextBSD/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| HD | HexagonMCCodeEmitter.h | 31 std::unique_ptr<unsigned> Addend; variable
|
| /NextBSD/sys/dev/pms/freebsd/driver/ini/src/ |
| HD | osapi.c | 652 sbit32 volatile *Addend in ostiAtomicIncrement() 662 sbit32 volatile *Addend in ostiAtomicDecrement() 722 sbit32 volatile *Addend in ostiInterlockedIncrement() 731 sbit32 volatile *Addend in ostiInterlockedDecrement()
|
| /NextBSD/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| HD | RuntimeDyldMachOAArch64.h | 39 int64_t Addend = 0; in decodeAddend() local 134 MachO::RelocationInfoType RelType, int64_t Addend) const { in encodeAddend()
|
| HD | RuntimeDyldMachOI386.h | 144 uint64_t Addend = readBytesUnaligned(LocalAddress, NumBytes); in processSECTDIFFRelocation() local 202 int64_t Addend = readBytesUnaligned(LocalAddress, NumBytes); in processI386ScatteredVANILLA() local
|
| HD | RuntimeDyldCOFFX86_64.h | 130 uint64_t Addend = 0; in processRelocationRef() local
|
| HD | RuntimeDyldMachOARM.h | 253 int64_t Addend = FullImmVal - (AddrA - AddrB); in processHALFSECTDIFFRelocation() local
|
| /NextBSD/sys/dev/pms/RefTisa/tisa/sassata/common/ |
| HD | tdsmcmnapi.c | 1096 sbit32 volatile *Addend in tdsmInterlockedIncrement() 1105 sbit32 volatile *Addend in tdsmInterlockedDecrement() 1148 sbit32 volatile *Addend in tdsmInterlockedIncrement() 1157 sbit32 volatile *Addend in tdsmInterlockedDecrement()
|
| /NextBSD/contrib/llvm/lib/Target/X86/MCTargetDesc/ |
| HD | X86ELFRelocationInfo.cpp | 41 int64_t Addend = *ELFRelocationRef(Rel).getAddend(); in createExprForRelocation() local
|
| /NextBSD/contrib/llvm/include/llvm/MC/ |
| HD | MCELFObjectWriter.h | 32 uint64_t Addend; // The addend to use. member
|
| /NextBSD/contrib/llvm/lib/MC/ |
| HD | MCExpr.cpp | 467 const MCSymbolRefExpr *&B, int64_t &Addend) { in AttemptToFoldSymbolOffsetDifference()
|
| HD | ELFObjectWriter.cpp | 682 uint64_t Addend = 0; in recordRelocation() local
|
| /NextBSD/contrib/llvm/lib/Target/AArch64/AsmParser/ |
| HD | AArch64AsmParser.cpp | 458 int64_t Addend; in isSymbolicUImm12Offset() local 682 int64_t Addend; in isAddSubImm() local 771 int64_t Addend; in isMovWSymbol() local 2062 int64_t Addend; in tryParseAdrpLabel() local 3487 int64_t Addend; in validateInstruction() local 4280 int64_t &Addend) { in classifySymbolRef()
|
| /NextBSD/contrib/llvm/tools/clang/utils/TableGen/ |
| HD | NeonEmitter.cpp | 632 unsigned Addend; in getNeonEnum() local 1628 unsigned Addend = 0; in emitDagShuffle() local
|
| /NextBSD/contrib/llvm/lib/Transforms/Scalar/ |
| HD | InductiveRangeCheckElimination.cpp | 816 const SCEV *Addend = SE.getNegativeSCEV(IndVarNext->getStepRecurrence(SE)); in parseLoopStructure() local
|
| /NextBSD/contrib/llvm/lib/Transforms/InstCombine/ |
| HD | InstCombineAddSub.cpp | 377 FAddend &Addend = Opnd0 ? Addend1 : Addend0; in drillValueDownOneStep() local
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGExprScalar.cpp | 2530 static Value* buildFMulAdd(llvm::BinaryOperator *MulOp, Value *Addend, in buildFMulAdd()
|
| HD | CGBuiltin.cpp | 4957 Value *Addend = Ops[0]; in EmitAArch64BuiltinExpr() local
|
| /NextBSD/contrib/llvm/tools/llvm-objdump/ |
| HD | MachODump.cpp | 6417 StringRef &Name, uint64_t &Addend) { in findUnwindRelocNameAddend() 6466 uint64_t Addend; in printUnwindRelocDest() local
|
| /NextBSD/contrib/llvm/lib/Analysis/ |
| HD | ScalarEvolution.cpp | 7197 APInt Addend = in isImpliedCondOperandsViaRanges() local
|