Home
last modified time | relevance | path

Searched defs:NewOffset (Results 1 – 25 of 41) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DBinaryStreamReader.cpp156 return skip(NewOffset - Offset); in padToAlignment() local
113 uint64_t NewOffset = getOffset(); readWideString() local
H A DBinaryStreamWriter.cpp96 uint64_t NewOffset = alignTo(Offset, Align); in padToAlignment() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCOptAddrMode.cpp356 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 DInfoStream.cpp46 uint32_t NewOffset = Reader.getOffset(); in reload() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h132 void setOffset(int32_t NewOffset) { in setOffset()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMakeCompressible.cpp374 int64_t NewOffset = MOImm.getImm() & compressedLDSTOffsetMask(Opcode); in updateOperands() local
H A DRISCVMergeBaseOffset.cpp474 int64_t NewOffset = Hi.getOperand(1).getOffset() + *CommonOffset; in foldIntoMemoryOps() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp252 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 DMachineMemOperand.h327 void setOffset(int64_t NewOffset) { PtrInfo.Offset = NewOffset; } in setOffset()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp271 CharUnits NewOffset = ASTContext.toCharUnitsFromBits(RL.getFieldOffset(0)); in calculateOptimalPad() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp280 unsigned NewOffset = Replaces.getShiftedCodePosition(R.getOffset()); in insert() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp900 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 DRuntimeDyldImpl.h226 void setOffset(uint64_t NewOffset) { Offset = NewOffset; } in setOffset()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp772 uint64_t NewOffset = InnerOffset->getZExtValue() - Offset; in shiftTBAAStruct() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h146 void setOffset(int32_t NewOffset) { Offset = NewOffset; } in setOffset()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAArch64.cpp634 llvm::Value *NewOffset = nullptr; in EmitAAPCSVAArg() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PreLegalizerCombiner.cpp169 uint64_t NewOffset = MinOffset + CurrOffset; in matchFoldGlobalOffset() local
H A DAArch64LegalizerInfo.cpp1720 int64_t NewOffset; in matchLDPSTPAddrMode() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h570 void setOffset(orc::ExecutorAddrDiff NewOffset) { in setOffset()
1411 orc::ExecutorAddrDiff NewOffset, in transferDefinedSymbol()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp102 void setOffset(int64_t NewOffset) { in setOffset()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1023 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 DDWP.cpp424 auto NewOffset = OffsetRemapping[OldOffset]; in writeNewOffsetsTo() local
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp205 uint64_t NewOffset = alignTo(Offset, Alignment); in align() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp2925 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 DIntervalMap.h2058 IdxPair NewOffset = distribute(Nodes, Elements, NodeT::Capacity, in overflow() local
[all...]

12