Home
last modified time | relevance | path

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

123

/external/clang/lib/Edit/
DEditedSource.cpp134 FileOffset EndOffs = BeginOffs.getWithOffset(Len); in commitInsertFromRange()
142 FileOffset E = B.getWithOffset(FA.RemoveLen); in commitInsertFromRange()
159 FileOffset E = B.getWithOffset(FA.RemoveLen); in commitInsertFromRange()
188 FileOffset EndOffs = BeginOffs.getWithOffset(Len); in commitRemove()
196 FileOffset E = B.getWithOffset(FA.RemoveLen); in commitRemove()
214 FileOffset E = B.getWithOffset(FA.RemoveLen); in commitRemove()
239 FileOffset E = B.getWithOffset(FA.RemoveLen); in commitRemove()
402 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
413 CurEnd.getWithOffset(act.RemoveLen); in applyRewrites()
421 CurEnd = CurOffs.getWithOffset(CurLen); in applyRewrites()
[all …]
DCommit.cpp143 FileOffset OuterEnd = OuterBegin.getWithOffset(OuterLen); in replaceWithInner()
144 FileOffset InnerEnd = InnerBegin.getWithOffset(InnerLen); in replaceWithInner()
285 Offs > act.Offset && Offs < act.Offset.getWithOffset(act.Length)) in canInsertInOffset()
/external/llvm-project/llvm/unittests/CodeGen/
DSelectionDAGAddressAnalysisTest.cpp109 PtrInfo.getWithOffset(Offset)); in TEST_F()
139 PtrInfo.getWithOffset(Offset0)); in TEST_F()
141 PtrInfo.getWithOffset(Offset1)); in TEST_F()
173 PtrInfo.getWithOffset(Offset0)); in TEST_F()
175 PtrInfo.getWithOffset(Offset1)); in TEST_F()
202 PtrInfo.getWithOffset(Offset)); in TEST_F()
243 PtrInfo.getWithOffset(Offset0)); in TEST_F()
245 PtrInfo.getWithOffset(Offset1)); in TEST_F()
286 PtrInfo.getWithOffset(Offset0)); in TEST_F()
288 PtrInfo.getWithOffset(Offset1)); in TEST_F()
[all …]
/external/llvm-project/clang/lib/Edit/
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 …]
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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.cpp190 DstPtrInfo = DstPtrInfo.getWithOffset(NumRegs * VTSize); in EmitTargetCodeForMemcpy()
191 SrcPtrInfo = SrcPtrInfo.getWithOffset(NumRegs * VTSize); in EmitTargetCodeForMemcpy()
215 SrcPtrInfo.getWithOffset(SrcOff)); in EmitTargetCodeForMemcpy()
232 DstPtrInfo.getWithOffset(DstOff)); in EmitTargetCodeForMemcpy()
/external/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.cpp191 DstPtrInfo = DstPtrInfo.getWithOffset(NumRegs * VTSize); in EmitTargetCodeForMemcpy()
192 SrcPtrInfo = SrcPtrInfo.getWithOffset(NumRegs * VTSize); in EmitTargetCodeForMemcpy()
215 SrcPtrInfo.getWithOffset(SrcOff), in EmitTargetCodeForMemcpy()
239 DstPtrInfo.getWithOffset(DstOff), false, false, 0); in EmitTargetCodeForMemcpy()
/external/llvm-project/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.cpp190 DstPtrInfo = DstPtrInfo.getWithOffset(NumRegs * VTSize); in EmitTargetCodeForMemcpy()
191 SrcPtrInfo = SrcPtrInfo.getWithOffset(NumRegs * VTSize); in EmitTargetCodeForMemcpy()
215 SrcPtrInfo.getWithOffset(SrcOff)); in EmitTargetCodeForMemcpy()
232 DstPtrInfo.getWithOffset(DstOff)); in EmitTargetCodeForMemcpy()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DXCOFFObjectFile.cpp33 static uintptr_t getWithOffset(uintptr_t Base, ptrdiff_t Offset) { in getWithOffset() function
383 DRI.p = getWithOffset(getSectionHeaderTableAddress(), in section_end()
436 DRI.p = getWithOffset(getSectionHeaderTableAddress(), in getSectionByNum()
509 return getWithOffset(reinterpret_cast<uintptr_t>(SymbolTblPtr), in getEndOfSymbolTableAddress()
603 uintptr_t RelocAddr = getWithOffset(reinterpret_cast<uintptr_t>(FileHeader), in relocations()
732 uintptr_t AuxAddr = getWithOffset( in getXCOFFCsectAuxEnt32()
/external/llvm/lib/Target/X86/
DX86SelectionDAGInfo.cpp189 DstPtrInfo.getWithOffset(Offset)); in EmitTargetCodeForMemset()
278 DstPtrInfo.getWithOffset(Offset), in EmitTargetCodeForMemcpy()
279 SrcPtrInfo.getWithOffset(Offset))); in EmitTargetCodeForMemcpy()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86SelectionDAGInfo.cpp178 DstPtrInfo.getWithOffset(Offset)); in EmitTargetCodeForMemset()
288 DstPtrInfo.getWithOffset(Offset), SrcPtrInfo.getWithOffset(Offset))); in emitConstantSizeRepmov()
/external/llvm-project/clang/include/clang/Edit/
DFileOffset.h31 FileOffset getWithOffset(unsigned offset) const { in getWithOffset() function
/external/clang/include/clang/Edit/
DFileOffset.h31 FileOffset getWithOffset(unsigned offset) const { in getWithOffset() function
/external/llvm-project/llvm/lib/Target/X86/
DX86SelectionDAGInfo.cpp181 isVolatile, false, DstPtrInfo.getWithOffset(Offset)); in EmitTargetCodeForMemset()
291 DstPtrInfo.getWithOffset(Offset), SrcPtrInfo.getWithOffset(Offset))); in emitConstantSizeRepmov()
/external/llvm-project/llvm/lib/Object/
DXCOFFObjectFile.cpp40 static uintptr_t getWithOffset(uintptr_t Base, ptrdiff_t Offset) { in getWithOffset() function
430 DRI.p = getWithOffset(getSectionHeaderTableAddress(), in section_end()
483 DRI.p = getWithOffset(getSectionHeaderTableAddress(), in getSectionByNum()
556 return getWithOffset(reinterpret_cast<uintptr_t>(SymbolTblPtr), in getEndOfSymbolTableAddress()
650 uintptr_t RelocAddr = getWithOffset(reinterpret_cast<uintptr_t>(FileHeader), in relocations()
784 uintptr_t AuxAddr = getWithOffset( in getXCOFFCsectAuxEnt32()
/external/llvm/include/llvm/CodeGen/
DMachineMemOperand.h53 MachinePointerInfo getWithOffset(int64_t O) const { in getWithOffset() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.cpp105 DstPtrInfo = DstPtrInfo.getWithOffset(Size1); in EmitTargetCodeForMemset()
119 DAG.getStore(Chain, DL, Byte, Dst2, DstPtrInfo.getWithOffset(1), in EmitTargetCodeForMemset()
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.cpp105 DstPtrInfo = DstPtrInfo.getWithOffset(Size1); in EmitTargetCodeForMemset()
121 DstPtrInfo.getWithOffset(1), Align(1)); in EmitTargetCodeForMemset()
/external/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.cpp107 DstPtrInfo = DstPtrInfo.getWithOffset(Size1); in EmitTargetCodeForMemset()
122 DstPtrInfo.getWithOffset(1), in EmitTargetCodeForMemset()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypesGeneric.cpp188 PtrInfo.getWithOffset(IncrementSize), false, in ExpandRes_BITCAST()
282 LD->getPointerInfo().getWithOffset(IncrementSize), in ExpandRes_NormalLoad()
500 St->getPointerInfo().getWithOffset(IncrementSize), in ExpandOp_NormalStore()
DTargetLowering.cpp1557 Lod->getPointerInfo().getWithOffset(bestOffset), in SimplifySetCC()
3171 Chain, BasePTR, LD->getPointerInfo().getWithOffset(Idx * Stride), in scalarizeVectorLoad()
3233 ST->getPointerInfo().getWithOffset(Idx * Stride), MemSclVT, in scalarizeVectorStore()
3297 LD->getPointerInfo().getWithOffset(Offset), in expandUnalignedLoad()
3316 LD->getPointerInfo().getWithOffset(Offset), in expandUnalignedLoad()
3369 LD->getPointerInfo().getWithOffset(IncrementSize), in expandUnalignedLoad()
3381 LD->getPointerInfo().getWithOffset(IncrementSize), in expandUnalignedLoad()
3464 ST->getPointerInfo().getWithOffset(Offset), in expandUnalignedStore()
3487 .getWithOffset(Offset), in expandUnalignedStore()
3525 ST->getPointerInfo().getWithOffset(IncrementSize), NewStoredVT, in expandUnalignedStore()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypesGeneric.cpp176 PtrInfo.getWithOffset(IncrementSize), in ExpandRes_BITCAST()
266 LD->getPointerInfo().getWithOffset(IncrementSize), in ExpandRes_NormalLoad()
482 St->getPointerInfo().getWithOffset(IncrementSize), in ExpandOp_NormalStore()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineMemOperand.h78 MachinePointerInfo getWithOffset(int64_t O) const { in getWithOffset() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineMemOperand.h79 MachinePointerInfo getWithOffset(int64_t O) const { in getWithOffset() function

123