Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DEditedSource.cpp148 FileOffset EndOffs = BeginOffs.getWithOffset(Len); in commitInsertFromRange()
156 FileOffset E = B.getWithOffset(FA.RemoveLen); in commitInsertFromRange()
173 FileOffset E = B.getWithOffset(FA.RemoveLen); in commitInsertFromRange()
202 FileOffset EndOffs = BeginOffs.getWithOffset(Len); in commitRemove()
210 FileOffset E = B.getWithOffset(FA.RemoveLen); in commitRemove()
228 FileOffset E = B.getWithOffset(FA.RemoveLen); in commitRemove()
253 FileOffset E = B.getWithOffset(FA.RemoveLen); in commitRemove()
420 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
431 CurEnd.getWithOffset(act.RemoveLen); in applyRewrites()
440 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
[all …]
H A DCommit.cpp147 FileOffset OuterEnd = OuterBegin.getWithOffset(OuterLen); in replaceWithInner()
148 FileOffset InnerEnd = InnerBegin.getWithOffset(InnerLen); in replaceWithInner()
286 Offs > act.Offset && Offs < act.Offset.getWithOffset(act.Length)) in canInsertInOffset()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp242 DstPtrInfo = DstPtrInfo.getWithOffset(NumRegs * VTSize); in EmitTargetCodeForMemcpy()
243 SrcPtrInfo = SrcPtrInfo.getWithOffset(NumRegs * VTSize); in EmitTargetCodeForMemcpy()
267 SrcPtrInfo.getWithOffset(SrcOff)); in EmitTargetCodeForMemcpy()
283 DstPtrInfo.getWithOffset(DstOff)); in EmitTargetCodeForMemcpy()
H A DARMISelLowering.cpp5731 Ld->getPointerInfo().getWithOffset(4), in expandf64Toi32()
15158 LD->getPointerInfo().getWithOffset(4), in PerformVMOVRRDCombine()
16794 Ch, DL, Extract, NewPtr, St->getPointerInfo().getWithOffset(NewOffset), in PerformSplittingToNarrowingStores()
16835 Ch, DL, Extract, NewPtr, St->getPointerInfo().getWithOffset(NewOffset), in PerformSplittingMVETruncToNarrowingStores()
16925 OffsetPtr, St->getPointerInfo().getWithOffset(4), in PerformSTORECombine()
17929 LD->getPointerInfo().getWithOffset(NewOffset), NewFromVT, in PerformSplittingToWideningLoad()
18833 LD->getPointerInfo().getWithOffset(NewOffset), NewFromVT, in PerformSplittingMVEEXTToWideningLoad()
/freebsd/contrib/llvm-project/clang/include/clang/Edit/
H A DFileOffset.h31 FileOffset getWithOffset(unsigned offset) const { in getWithOffset() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp203 /* CI */ nullptr, DstPtrInfo.getWithOffset(Offset))); in emitConstantSizeRepstos()
318 DstPtrInfo.getWithOffset(Offset), SrcPtrInfo.getWithOffset(Offset))); in emitConstantSizeRepmov()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp42 static uintptr_t getWithOffset(uintptr_t Base, ptrdiff_t Offset) { in getWithOffset() function
130 return getWithOffset(CurrentAddress, Distance * XCOFF::SymbolTableEntrySize); in getAdvancedSymbolEntryAddress()
137 getWithOffset(AuxEntryAddress, SymbolAuxTypeOffset)); in getSymbolAuxType()
719 DRI.p = getWithOffset(getSectionHeaderTableAddress(), in section_end()
805 DRI.p = getWithOffset(getSectionHeaderTableAddress(), in getSectionByNum()
901 return getWithOffset(reinterpret_cast<uintptr_t>(SymbolTblPtr), in getEndOfSymbolTableAddress()
1023 uintptr_t RelocAddr = getWithOffset(reinterpret_cast<uintptr_t>(FileHeader), in relocations()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp129 DstPtrInfo = DstPtrInfo.getWithOffset(Size1); in EmitTargetCodeForMemset()
145 DstPtrInfo.getWithOffset(1), Align(1)); in EmitTargetCodeForMemset()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp183 PtrInfo.getWithOffset(IncrementSize), NOutAlign); in ExpandRes_BITCAST()
269 LD->getPointerInfo().getWithOffset(IncrementSize), in ExpandRes_NormalLoad()
503 Chain, dl, Hi, Ptr, St->getPointerInfo().getWithOffset(IncrementSize), in ExpandOp_NormalStore()
H A DLegalizeDAG.cpp477 ST->getPointerInfo().getWithOffset(4), in OptimizeFloatStore()
591 ST->getPointerInfo().getWithOffset(IncrementSize), in LegalizeStoreOps()
610 ST->getPointerInfo().getWithOffset(IncrementSize), in LegalizeStoreOps()
808 LD->getPointerInfo().getWithOffset(IncrementSize), in LegalizeLoadOps()
837 LD->getPointerInfo().getWithOffset(IncrementSize), in LegalizeLoadOps()
1613 PtrInfo.getWithOffset(Offset), MemVT)); in ExpandVectorBuildThroughStack()
1616 Idx, PtrInfo.getWithOffset(Offset))); in ExpandVectorBuildThroughStack()
H A DTargetLowering.cpp4921 Lod->getPointerInfo().getWithOffset(bestOffset), in SimplifySetCC()
10187 LD->getPointerInfo().getWithOffset(Idx * Stride), SrcEltVT, in scalarizeVectorLoad()
10267 Chain, SL, Elt, Ptr, ST->getPointerInfo().getWithOffset(Idx * Stride), in scalarizeVectorStore()
10333 RegVT, dl, Chain, Ptr, LD->getPointerInfo().getWithOffset(Offset), in expandUnalignedLoad()
10351 LD->getPointerInfo().getWithOffset(Offset), MemVT, LD->getBaseAlign(), in expandUnalignedLoad()
10399 LD->getPointerInfo().getWithOffset(IncrementSize), in expandUnalignedLoad()
10409 LD->getPointerInfo().getWithOffset(IncrementSize), in expandUnalignedLoad()
10489 ST->getPointerInfo().getWithOffset(Offset), in expandUnalignedStore()
10511 ST->getPointerInfo().getWithOffset(Offset), LoadMemVT, in expandUnalignedStore()
10549 ST->getPointerInfo().getWithOffset(IncrementSize), NewStoredVT, Alignment, in expandUnalignedStore()
[all …]
H A DLegalizeVectorTypes.cpp1422 MPI = N->getPointerInfo().getWithOffset(IncrementSize); in IncrementPointer()
2208 MPI = LD->getPointerInfo().getWithOffset( in SplitVecRes_VP_LOAD()
2372 MPI = MLD->getPointerInfo().getWithOffset( in SplitVecRes_MLOAD()
3993 MPI = N->getPointerInfo().getWithOffset( in SplitVecOp_VP_STORE()
4144 MPI = N->getPointerInfo().getWithOffset( in SplitVecOp_MSTORE()
8130 LD->getPointerInfo().getWithOffset(Offset), LdEltVT, in GenWidenVectorExtLoads()
H A DSelectionDAG.cpp8494 DstPtrInfo.getWithOffset(DstOff), Alignment, MMOFlags, NewAAInfo); in getMemcpyLoadsAndStores()
8509 SrcPtrInfo.getWithOffset(SrcOff).isDereferenceable(VTSize, C, DL); in getMemcpyLoadsAndStores()
8519 SrcPtrInfo.getWithOffset(SrcOff), VT, in getMemcpyLoadsAndStores()
8526 DstPtrInfo.getWithOffset(DstOff), VT, Alignment, MMOFlags, NewAAInfo); in getMemcpyLoadsAndStores()
8655 SrcPtrInfo.getWithOffset(SrcOff).isDereferenceable(VTSize, C, DL); in getMemmoveLoadsAndStores()
8663 SrcPtrInfo.getWithOffset(SrcOff), *SrcAlign, SrcMMOFlags, NewAAInfo); in getMemmoveLoadsAndStores()
8678 DstPtrInfo.getWithOffset(DstOff), Alignment, MMOFlags, NewAAInfo); in getMemmoveLoadsAndStores()
8810 DstPtrInfo.getWithOffset(DstOff), Alignment, in getMemsetStores()
H A DLegalizeIntegerTypes.cpp4323 N->getPointerInfo().getWithOffset(IncrementSize), NEVT, in ExpandIntRes_LOAD()
4348 N->getPointerInfo().getWithOffset(IncrementSize), in ExpandIntRes_LOAD()
5869 N->getPointerInfo().getWithOffset(IncrementSize), in ExpandIntOp_STORE()
5905 N->getPointerInfo().getWithOffset(IncrementSize), in ExpandIntOp_STORE()
H A DDAGCombiner.cpp11317 RHS->getPointerInfo().getWithOffset(PtrOff), NewAlign, in visitFunnelShift()
13962 BasePtr, LN0->getPointerInfo().getWithOffset(Offset), in CombineExtLoad()
15541 LN0->getPointerInfo().getWithOffset(PtrOff), in reduceLoadWidth()
15546 LN0->getPointerInfo().getWithOffset(PtrOff), ExtVT, in reduceLoadWidth()
20425 Origin->getPointerInfo().getWithOffset(Offset), getAlign(), in loadSlice()
20863 St->getPointerInfo().getWithOffset(StOffset), VT, in ShrinkLoadReplaceStoreWithStore()
20870 St->getPointerInfo().getWithOffset(StOffset), in ShrinkLoadReplaceStoreWithStore()
21010 LD->getPointerInfo().getWithOffset(PtrOff), NewAlign, in ReduceLoadOpStoreWidth()
21016 ST->getPointerInfo().getWithOffset(PtrOff), NewAlign); in ReduceLoadOpStoreWidth()
22395 ST->getPointerInfo().getWithOffset(4), in replaceStoreOfFPConstant()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h82 MachinePointerInfo getWithOffset(int64_t O) const { in getWithOffset() function
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp418 LD->getPointerInfo().getWithOffset(2), MVT::i16, in LowerLOAD()
475 Chain, dl, High, HighAddr, ST->getPointerInfo().getWithOffset(2), in LowerSTORE()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp583 PtrInfo.getWithOffset(Offset), MMO->getFlags(), Ty, Alignment, in getMachineMemOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2935 LdNode->getPointerInfo().getWithOffset(8), in LowerF128Load()
3003 StNode->getPointerInfo().getWithOffset(8), in LowerF128Store()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5685 MPI.getWithOffset(TOCAnchorOffset), Alignment, MMOFlags); in prepareDescriptorIndirectCall()
5692 MPI.getWithOffset(EnvPtrOffset), Alignment, MMOFlags); in prepareDescriptorIndirectCall()
8471 MPI = MPI.getWithOffset(Subtarget.isLittleEndian() ? 0 : 4); in LowerFP_TO_INTForReuse()
12092 LN->getPointerInfo().getWithOffset(Idx * 16), in LowerVectorLoad()
12282 SN->getPointerInfo().getWithOffset(Idx * 16), in LowerVectorStore()
16934 LD->getPointerInfo().getWithOffset(4), in PerformDAGCombine()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp1885 MachinePointerInfo PInfo = BasePtrInfo.getWithOffset(RegOffset); in buildSpillLoadStore()
H A DAMDGPUISelLowering.cpp1862 HiPtr, SrcValue.getWithOffset(LoMemVT.getStoreSize()), in SplitVectorLoad()
1953 DAG.getTruncStore(Chain, SL, Hi, HiPtr, SrcValue.getWithOffset(Size), in SplitVectorStore()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2054 MMO->getPointerInfo().getWithOffset(OffsetBytes), in selectVaStartAAPCS()
2089 MMO->getPointerInfo().getWithOffset(OffsetBytes), in selectVaStartAAPCS()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp94 Hi = CurDAG->getStore(Chain, DL, Hi, OffsetSlot, MPI.getWithOffset(4), in PreprocessISelDAG()
H A DRISCVISelLowering.cpp5774 Ld->getPointerInfo().getWithOffset(Offset), in lowerVECTOR_SHUFFLE()
5778 Ld->getPointerInfo().getWithOffset(Offset), SVT, in lowerVECTOR_SHUFFLE()
7901 MVT::i32, DL, Chain, BasePtr, Load->getPointerInfo().getWithOffset(4), in LowerOperation()
7969 Store->getPointerInfo().getWithOffset(4), in LowerOperation()
21347 MPI.getWithOffset(4), MachineMemOperand::MOLoad, 4, Align(8)); in emitSplitF64Pseudo()
21381 MPI.getWithOffset(4), MachineMemOperand::MOStore, 4, Align(8)); in emitBuildPairF64Pseudo()

12