/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | BinaryStreamReader.cpp | 156 return skip(NewOffset - Offset); in padToAlignment() local 113 uint64_t NewOffset = getOffset(); readWideString() local
|
H A D | BinaryStreamWriter.cpp | 96 uint64_t NewOffset = alignTo(Offset, Align); in padToAlignment() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCOptAddrMode.cpp | 356 int64_t NewOffset = Incr.getImm(); in canFixPastUses() local 374 unsigned NewBase, int64_t NewOffset) { in fixPastUses() 453 MachineOperand &NewOffset) { in changeToAddrMode()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | InfoStream.cpp | 46 uint32_t NewOffset = Reader.getOffset(); in reload() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | AliasAnalysis.h | 132 void setOffset(int32_t NewOffset) { in setOffset()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVMakeCompressible.cpp | 374 int64_t NewOffset = MOImm.getImm() & compressedLDSTOffsetMask(Opcode); in updateOperands() local
|
H A D | RISCVMergeBaseOffset.cpp | 474 int64_t NewOffset = Hi.getOperand(1).getOffset() + *CommonOffset; in foldIntoMemoryOps() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | GuardWidening.cpp | 252 void setOffset(const ConstantInt *NewOffset) { Offset = NewOffset; } in setOffset() 848 APInt NewOffset = Check.getOffsetValue() + OpRHS->getValue(); in parseRangeChecks() local 856 APInt NewOffset = Check.getOffsetValue() + OpRHS->getValue(); in parseRangeChecks() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineMemOperand.h | 327 void setOffset(int64_t NewOffset) { PtrInfo.Offset = NewOffset; } in setOffset()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | PaddingChecker.cpp | 271 CharUnits NewOffset = ASTContext.toCharUnitsFromBits(RL.getFieldOffset(0)); in calculateOptimalPad() local
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/ |
H A D | AtomicChange.cpp | 280 unsigned NewOffset = Replaces.getShiftedCodePosition(R.getOffset()); in insert() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIRegisterInfo.cpp | 900 int64_t NewOffset = OffsetOp->getImm() + Offset; in resolveFrameIndex() local 931 int64_t NewOffset = Offset + getScratchInstrOffset(MI); in isFrameOffsetLegal() local 2289 int64_t NewOffset = Offset + OffsetOp->getImm(); in eliminateFrameIndex() local 2578 int64_t NewOffset = OldImm + Offset; in eliminateFrameIndex() local
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldImpl.h | 226 void setOffset(uint64_t NewOffset) { Offset = NewOffset; } in setOffset()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TypeBasedAliasAnalysis.cpp | 772 uint64_t NewOffset = InnerOffset->getZExtValue() - Offset; in shiftTBAAStruct() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugFrame.h | 146 void setOffset(int32_t NewOffset) { Offset = NewOffset; } in setOffset()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | AArch64.cpp | 634 llvm::Value *NewOffset = nullptr; in EmitAAPCSVAArg() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64PreLegalizerCombiner.cpp | 169 uint64_t NewOffset = MinOffset + CurrOffset; in matchFoldGlobalOffset() local
|
H A D | AArch64LegalizerInfo.cpp | 1720 int64_t NewOffset; in matchLDPSTPAddrMode() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLink.h | 570 void setOffset(orc::ExecutorAddrDiff NewOffset) { in setOffset() 1411 orc::ExecutorAddrDiff NewOffset, in transferDefinedSymbol()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFastISel.cpp | 102 void setOffset(int64_t NewOffset) { in setOffset()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachinePipeliner.cpp | 1023 int64_t NewOffset = 0; in changeDependences() local 2690 int64_t NewOffset = in applyInstrChange() local 3378 int64_t NewOffset = in fixupRegisterOverlaps() local
|
/freebsd/contrib/llvm-project/llvm/lib/DWP/ |
H A D | DWP.cpp | 424 auto NewOffset = OffsetRemapping[OldOffset]; in writeNewOffsetsTo() local
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | ELFObjectWriter.cpp | 205 uint64_t NewOffset = alignTo(Offset, Alignment); in align() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrInfo.cpp | 2925 int64_t NewOffset) -> bool { in canFoldIntoAddrMode() 2948 int64_t NewOffset = OldOffset + Disp; in canFoldIntoAddrMode() local 5743 int64_t NewOffset = Offset / Scale; in isAArch64FrameOffsetLegal() local 5782 int64_t NewOffset; in rewriteAArch64FrameIndex() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | IntervalMap.h | 2058 IdxPair NewOffset = distribute(Nodes, Elements, NodeT::Capacity, in overflow() local [all...] |