Home
last modified time | relevance | path

Searched refs:getWithOffset (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/clang/lib/Edit/
H A DEditedSource.cpp150 FileOffset EndOffs = BeginOffs.getWithOffset(Len); in commitInsertFromRange()
158 FileOffset E = B.getWithOffset(FA.RemoveLen); in commitInsertFromRange()
175 FileOffset E = B.getWithOffset(FA.RemoveLen); in commitInsertFromRange()
204 FileOffset EndOffs = BeginOffs.getWithOffset(Len); in commitRemove()
212 FileOffset E = B.getWithOffset(FA.RemoveLen); in commitRemove()
230 FileOffset E = B.getWithOffset(FA.RemoveLen); in commitRemove()
255 FileOffset E = B.getWithOffset(FA.RemoveLen); in commitRemove()
422 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
433 CurEnd.getWithOffset(act.RemoveLen); in applyRewrites()
442 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
[all …]
H A DCommit.cpp148 FileOffset OuterEnd = OuterBegin.getWithOffset(OuterLen); in replaceWithInner()
149 FileOffset InnerEnd = InnerBegin.getWithOffset(InnerLen); in replaceWithInner()
287 Offs > act.Offset && Offs < act.Offset.getWithOffset(act.Length)) in canInsertInOffset()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp238 DstPtrInfo = DstPtrInfo.getWithOffset(NumRegs * VTSize); in EmitTargetCodeForMemcpy()
239 SrcPtrInfo = SrcPtrInfo.getWithOffset(NumRegs * VTSize); in EmitTargetCodeForMemcpy()
263 SrcPtrInfo.getWithOffset(SrcOff)); in EmitTargetCodeForMemcpy()
280 DstPtrInfo.getWithOffset(DstOff)); in EmitTargetCodeForMemcpy()
H A DARMISelLowering.cpp5527 Ld->getPointerInfo().getWithOffset(4), NewAlign, in expandf64Toi32()
14294 LD->getPointerInfo().getWithOffset(4), in PerformVMOVRRDCombine()
15687 Ch, DL, Extract, NewPtr, St->getPointerInfo().getWithOffset(NewOffset), in PerformSplittingToNarrowingStores()
15728 Ch, DL, Extract, NewPtr, St->getPointerInfo().getWithOffset(NewOffset), in PerformSplittingMVETruncToNarrowingStores()
15816 OffsetPtr, St->getPointerInfo().getWithOffset(4), in PerformSTORECombine()
16676 LD->getPointerInfo().getWithOffset(NewOffset), NewFromVT, in PerformSplittingToWideningLoad()
17538 LD->getPointerInfo().getWithOffset(NewOffset), NewFromVT, in PerformSplittingMVEEXTToWideningLoad()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp41 static uintptr_t getWithOffset(uintptr_t Base, ptrdiff_t Offset) { in getWithOffset() function
89 return getWithOffset(CurrentAddress, Distance * XCOFF::SymbolTableEntrySize); in getAdvancedSymbolEntryAddress()
96 getWithOffset(AuxEntryAddress, SymbolAuxTypeOffset)); in getSymbolAuxType()
431 DRI.p = getWithOffset(getSectionHeaderTableAddress(), in section_end()
500 DRI.p = getWithOffset(getSectionHeaderTableAddress(), in getSectionByNum()
580 return getWithOffset(reinterpret_cast<uintptr_t>(SymbolTblPtr), in getEndOfSymbolTableAddress()
678 uintptr_t RelocAddr = getWithOffset(reinterpret_cast<uintptr_t>(FileHeader), in relocations()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Edit/
H A DFileOffset.h31 FileOffset getWithOffset(unsigned offset) const { in getWithOffset() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp177 isVolatile, false, DstPtrInfo.getWithOffset(Offset)); in EmitTargetCodeForMemset()
287 DstPtrInfo.getWithOffset(Offset), SrcPtrInfo.getWithOffset(Offset))); in emitConstantSizeRepmov()
H A DX86ISelLowering.cpp8447 LD->getPointerInfo().getWithOffset(StartOffset)); in LowerAsSplatVectorLoad()
20571 OffsetSlot, MPI.getWithOffset(4), SlotAlign); in LowerUINT_TO_FP()
24339 Store->getPointerInfo().getWithOffset(HalfOffset), in splitVectorStore()
24373 Store->getPointerInfo().getWithOffset(Offset), in scalarizeVectorStore()
37825 LN->getPointerInfo().getWithOffset(Offset), in combineTargetShuffle()
45788 Ld->getPointerInfo().getWithOffset(HalfOffset), in combineLoad()
45950 ML->getPointerInfo().getWithOffset(Offset), in reduceMaskedLoadToScalarLoad()
46086 MS->getPointerInfo().getWithOffset(Offset), in reduceMaskedStoreToScalarStore()
46209 St->getPointerInfo().getWithOffset(4), in combineStore()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp106 DstPtrInfo = DstPtrInfo.getWithOffset(Size1); in EmitTargetCodeForMemset()
122 DstPtrInfo.getWithOffset(1), Align(1)); in EmitTargetCodeForMemset()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp183 PtrInfo.getWithOffset(IncrementSize), NOutAlign); in ExpandRes_BITCAST()
272 NVT, dl, Chain, Ptr, LD->getPointerInfo().getWithOffset(IncrementSize), in ExpandRes_NormalLoad()
487 Chain, dl, Hi, Ptr, St->getPointerInfo().getWithOffset(IncrementSize), in ExpandOp_NormalStore()
H A DLegalizeDAG.cpp479 ST->getPointerInfo().getWithOffset(4), in OptimizeFloatStore()
592 ST->getPointerInfo().getWithOffset(IncrementSize), in LegalizeStoreOps()
611 ST->getPointerInfo().getWithOffset(IncrementSize), in LegalizeStoreOps()
801 LD->getPointerInfo().getWithOffset(IncrementSize), in LegalizeLoadOps()
829 LD->getPointerInfo().getWithOffset(IncrementSize), in LegalizeLoadOps()
1472 PtrInfo.getWithOffset(Offset), MemVT)); in ExpandVectorBuildThroughStack()
1475 Idx, PtrInfo.getWithOffset(Offset))); in ExpandVectorBuildThroughStack()
H A DTargetLowering.cpp3714 Lod->getPointerInfo().getWithOffset(bestOffset), in SimplifySetCC()
7395 LD->getPointerInfo().getWithOffset(Idx * Stride), in scalarizeVectorLoad()
7478 Chain, SL, Elt, Ptr, ST->getPointerInfo().getWithOffset(Idx * Stride), in scalarizeVectorStore()
7544 RegVT, dl, Chain, Ptr, LD->getPointerInfo().getWithOffset(Offset), in expandUnalignedLoad()
7563 LD->getPointerInfo().getWithOffset(Offset), MemVT, in expandUnalignedLoad()
7612 LD->getPointerInfo().getWithOffset(IncrementSize), in expandUnalignedLoad()
7622 LD->getPointerInfo().getWithOffset(IncrementSize), in expandUnalignedLoad()
7704 ST->getPointerInfo().getWithOffset(Offset), in expandUnalignedStore()
7726 ST->getPointerInfo().getWithOffset(Offset), LoadMemVT, in expandUnalignedStore()
7757 ST->getPointerInfo().getWithOffset(IncrementSize), NewStoredVT, Alignment, in expandUnalignedStore()
H A DSelectionDAG.cpp6502 DstPtrInfo.getWithOffset(DstOff), Alignment, MMOFlags, NewAAInfo); in getMemcpyLoadsAndStores()
6517 SrcPtrInfo.getWithOffset(SrcOff).isDereferenceable(VTSize, C, DL); in getMemcpyLoadsAndStores()
6525 SrcPtrInfo.getWithOffset(SrcOff), VT, in getMemcpyLoadsAndStores()
6532 DstPtrInfo.getWithOffset(DstOff), VT, Alignment, MMOFlags, NewAAInfo); in getMemcpyLoadsAndStores()
6652 SrcPtrInfo.getWithOffset(SrcOff).isDereferenceable(VTSize, C, DL); in getMemmoveLoadsAndStores()
6660 SrcPtrInfo.getWithOffset(SrcOff), *SrcAlign, SrcMMOFlags, NewAAInfo); in getMemmoveLoadsAndStores()
6675 DstPtrInfo.getWithOffset(DstOff), Alignment, MMOFlags, NewAAInfo); in getMemmoveLoadsAndStores()
6780 DstPtrInfo.getWithOffset(DstOff), Alignment, in getMemsetStores()
H A DLegalizeVectorTypes.cpp1110 MPI = N->getPointerInfo().getWithOffset(IncrementSize); in IncrementPointer()
1793 MPI = MLD->getPointerInfo().getWithOffset( in SplitVecRes_MLOAD()
2636 MPI = N->getPointerInfo().getWithOffset( in SplitVecOp_MSTORE()
5437 LD->getPointerInfo().getWithOffset(Offset), LdEltVT, in GenWidenVectorExtLoads()
H A DLegalizeIntegerTypes.cpp3264 N->getPointerInfo().getWithOffset(IncrementSize), NEVT, in ExpandIntRes_LOAD()
3289 N->getPointerInfo().getWithOffset(IncrementSize), in ExpandIntRes_LOAD()
4606 N->getPointerInfo().getWithOffset(IncrementSize), in ExpandIntOp_STORE()
4642 N->getPointerInfo().getWithOffset(IncrementSize), in ExpandIntOp_STORE()
H A DDAGCombiner.cpp9058 RHS->getPointerInfo().getWithOffset(PtrOff), NewAlign, in visitFunnelShift()
10632 LN0->getPointerInfo().getWithOffset(Offset), SplitSrcVT, Align, in CombineExtLoad()
11953 LN0->getPointerInfo().getWithOffset(PtrOff), NewAlign, in ReduceLoadWidth()
11957 LN0->getPointerInfo().getWithOffset(PtrOff), ExtVT, in ReduceLoadWidth()
16206 Origin->getPointerInfo().getWithOffset(Offset), getAlign(), in loadSlice()
16634 St->getPointerInfo().getWithOffset(StOffset), in ShrinkLoadReplaceStoreWithStore()
16743 LD->getPointerInfo().getWithOffset(PtrOff), NewAlign, in ReduceLoadOpStoreWidth()
16750 ST->getPointerInfo().getWithOffset(PtrOff), NewAlign); in ReduceLoadOpStoreWidth()
17990 ST->getPointerInfo().getWithOffset(4), in replaceStoreOfFPConstant()
18349 St0, DL, Hi, Ptr, ST->getPointerInfo().getWithOffset(HalfValBitSize / 8), in splitMergedValStore()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h80 MachinePointerInfo getWithOffset(int64_t O) const { in getWithOffset() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp453 LD->getPointerInfo().getWithOffset(2), MVT::i16, in LowerLOAD()
510 Chain, dl, High, HighAddr, ST->getPointerInfo().getWithOffset(2), in LowerSTORE()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp480 PtrInfo.getWithOffset(Offset), MMO->getFlags(), Ty, Alignment, in getMachineMemOperand()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp81 Hi = CurDAG->getStore(Chain, DL, Hi, OffsetSlot, MPI.getWithOffset(4), in PreprocessISelDAG()
H A DRISCVISelLowering.cpp1882 Ld->getPointerInfo().getWithOffset(Offset), in lowerVECTOR_SHUFFLE()
1887 Ld->getPointerInfo().getWithOffset(Offset), SVT, in lowerVECTOR_SHUFFLE()
6752 MPI.getWithOffset(4), MachineMemOperand::MOLoad, 4, Align(8)); in emitSplitF64Pseudo()
6784 MPI.getWithOffset(4), MachineMemOperand::MOStore, 4, Align(8)); in emitBuildPairF64Pseudo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2752 LdNode->getPointerInfo().getWithOffset(8), in LowerF128Load()
2820 StNode->getPointerInfo().getWithOffset(8), in LowerF128Store()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp1243 MachinePointerInfo PInfo = BasePtrInfo.getWithOffset(RemRegOffset); in buildSpillLoadStore()
H A DAMDGPUISelLowering.cpp1611 HiPtr, SrcValue.getWithOffset(LoMemVT.getStoreSize()), in SplitVectorLoad()
1702 DAG.getTruncStore(Chain, SL, Hi, HiPtr, SrcValue.getWithOffset(Size), in SplitVectorStore()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5385 MPI.getWithOffset(TOCAnchorOffset), Alignment, MMOFlags); in prepareDescriptorIndirectCall()
5392 MPI.getWithOffset(EnvPtrOffset), Alignment, MMOFlags); in prepareDescriptorIndirectCall()
8067 MPI = MPI.getWithOffset(Subtarget.isLittleEndian() ? 0 : 4); in LowerFP_TO_INTForReuse()
10608 LN->getPointerInfo().getWithOffset(Idx * 16), in LowerVectorLoad()
10660 SN->getPointerInfo().getWithOffset(Idx * 16), in LowerVectorStore()
14966 LD->getPointerInfo().getWithOffset(4), in PerformDAGCombine()

12