Home
last modified time | relevance | path

Searched defs:newOffset (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lld/wasm/
H A DOutputSections.h36 void setOffset(size_t newOffset) { offset = newOffset; } in setOffset()
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonOptAddrMode.cpp441 int64_t newOffset = OffsetOp.getImm() + AddMI->getOperand(2).getImm(); processAddUses() local
/llvm-project/mlir/lib/Dialect/Tensor/IR/
H A DTensorTilingInterfaceImpl.cpp652 OpFoldResult newOffset = hasLowPad bubbleUpPadSlice() local
/llvm-project/lld/ELF/
H A DThunks.cpp502 setOffset(uint64_t newOffset) setOffset() argument