Home
last modified time | relevance | path

Searched refs:StartingOffset (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DAnalysis.h75 uint64_t StartingOffset = 0);
82 uint64_t StartingOffset = 0);
94 uint64_t StartingOffset = 0);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAnalysis.cpp87 uint64_t StartingOffset) { in ComputeValueVTs() argument
96 StartingOffset + SL->getElementOffset(EI - EB)); in ComputeValueVTs()
105 StartingOffset + i * EltSize); in ComputeValueVTs()
116 Offsets->push_back(StartingOffset); in ComputeValueVTs()
122 uint64_t StartingOffset) { in ComputeValueVTs() argument
124 StartingOffset); in ComputeValueVTs()
130 uint64_t StartingOffset) { in computeValueLLTs() argument
136 StartingOffset + SL->getElementOffset(I)); in computeValueLLTs()
145 StartingOffset + i * EltSize); in computeValueLLTs()
154 Offsets->push_back(StartingOffset * 8); in computeValueLLTs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFListTable.h279 uint64_t StartingOffset = Offset; in findList() local
284 ListMap[StartingOffset] = List; in findList()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp488 static void findFuncPointers(const Constant *I, uint64_t StartingOffset, in findFuncPointers() argument
497 VTableFuncs.push_back({Index.getOrInsertValueInfo(Fn), StartingOffset}); in findFuncPointers()
515 StartingOffset + Offset, M, Index, VTableFuncs); in findFuncPointers()
523 StartingOffset + i * EltSize, M, Index, VTableFuncs); in findFuncPointers()
/third_party/ntfs-3g/libntfs-3g/
Dwin32_io.c1021 (extent->StartingOffset. in ntfs_device_win32_open_volume_for_partition()
1103 StartingOffset.QuadPart; in ntfs_device_win32_find_partition()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp166 uint64_t StartingOffset = 0) { in ComputePTXValueVTs() argument
176 Offsets->push_back(StartingOffset + 0); in ComputePTXValueVTs()
177 Offsets->push_back(StartingOffset + 8); in ComputePTXValueVTs()
189 StartingOffset + SL->getElementOffset(ElementNum)); in ComputePTXValueVTs()
195 ComputeValueVTs(TLI, DL, Ty, TempVTs, &TempOffsets, StartingOffset); in ComputePTXValueVTs()