Home
last modified time | relevance | path

Searched defs:NewOffset (Results 1 – 25 of 44) 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.h128 void setOffset(int32_t NewOffset) { in setOffset()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMakeCompressible.cpp405 int64_t NewOffset = MOImm.getImm() & compressedLDSTOffsetMask(Opcode); in updateOperands() local
H A DRISCVMergeBaseOffset.cpp496 int64_t NewOffset = Hi.getOperand(1).getOffset() + *CommonOffset; in foldIntoMemoryOps() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp251 void setOffset(const ConstantInt *NewOffset) { Offset = NewOffset; } in setOffset()
847 APInt NewOffset = Check.getOffsetValue() + OpRHS->getValue(); in parseRangeChecks() local
855 APInt NewOffset = Check.getOffsetValue() + OpRHS->getValue(); in parseRangeChecks() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonOptAddrMode.cpp446 int64_t NewOffset) { in usedInLoadStore()
621 int64_t NewOffset; in processAddBases() local
682 int64_t NewOffset) { in updateAddBases()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/LowLevel/
H A DDWARFUnwindTable.h145 void setOffset(int32_t NewOffset) { Offset = NewOffset; } in setOffset()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h331 void setOffset(int64_t NewOffset) { PtrInfo.Offset = NewOffset; } in setOffset()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp269 CharUnits NewOffset = ASTContext.toCharUnitsFromBits(RL.getFieldOffset(0)); in calculateOptimalPad() local
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchMergeBaseOffset.cpp698 int64_t NewOffset = Hi20.getOperand(1).getOffset() + *CommonOffset; in foldIntoMemoryOps() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp278 unsigned NewOffset = Replaces.getShiftedCodePosition(R.getOffset()); in insert() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp1113 int64_t NewOffset = OffsetOp->getImm() + Offset; in resolveFrameIndex() local
1156 int64_t NewOffset = Offset + getScratchInstrOffset(MI); in isFrameOffsetLegal() local
2927 int64_t NewOffset = Offset + OffsetOp->getImm(); in eliminateFrameIndex() local
3303 int64_t NewOffset = OldImm + Offset; in eliminateFrameIndex() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h221 void setOffset(uint64_t NewOffset) { Offset = NewOffset; } in setOffset()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp775 uint64_t NewOffset = InnerOffset->getZExtValue() - Offset; in shiftTBAAStruct() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PreLegalizerCombiner.cpp168 uint64_t NewOffset = MinOffset + CurrOffset; in matchFoldGlobalOffset() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp96 void setOffset(int64_t NewOffset) { in setOffset()
/freebsd/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp421 auto NewOffset = OffsetRemapping[OldOffset]; in writeNewOffsetsTo() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h597 void setOffset(orc::ExecutorAddrDiff NewOffset) { in setOffset()
1539 orc::ExecutorAddrDiff NewOffset, in transferDefinedSymbol()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp219 uint64_t NewOffset = alignTo(Offset, Alignment); in align() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1277 int64_t NewOffset = 0; in changeDependences() local
2986 int64_t NewOffset = in applyInstrChange() local
3742 int64_t NewOffset = in fixupRegisterOverlaps() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAArch64.cpp967 llvm::Value *NewOffset = nullptr; in EmitAAPCSVAArg() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp3205 int64_t NewOffset) -> bool { in canFoldIntoAddrMode()
3228 int64_t NewOffset = OldOffset + Disp; in canFoldIntoAddrMode() local
6412 int64_t NewOffset = Offset / Scale; in isAArch64FrameOffsetLegal() local
6451 int64_t NewOffset; in rewriteAArch64FrameIndex() local

12