Home
last modified time | relevance | path

Searched refs:getElementContainingOffset (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTarget.cpp133 return unwrap(TD)->getStructLayout(STy)->getElementContainingOffset(Offset); in LLVMElementAtOffset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTypeMetadataUtils.cpp145 unsigned Op = SL->getElementContainingOffset(Offset); in getPointerAtOffset()
DModuleSummaryAnalysis.cpp513 unsigned Op = SL->getElementContainingOffset(Offset); in findFuncPointers()
DConstantFolding.cpp426 unsigned Index = SL->getElementContainingOffset(ByteOffset); in ReadDataFromGlobal()
972 unsigned ElIdx = SL.getElementContainingOffset(Offset.getZExtValue()); in SymbolicallyEvaluateGEP()
DScalarEvolutionExpander.cpp477 unsigned ElIdx = SL.getElementContainingOffset(FullOffset); in expandAddToGEP()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h605 unsigned getElementContainingOffset(uint64_t Offset) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDataLayout.cpp80 unsigned StructLayout::getElementContainingOffset(uint64_t Offset) const { in getElementContainingOffset() function in StructLayout
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSROA.cpp1518 unsigned Index = SL->getElementContainingOffset(StructOffset); in getNaturalGEPRecursively()
3480 unsigned Index = SL->getElementContainingOffset(0); in stripAggregateTypeWrapping()
3552 unsigned Index = SL->getElementContainingOffset(Offset); in getTypePartition()
3574 unsigned EndIndex = SL->getElementContainingOffset(EndOffset); in getTypePartition()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1161 unsigned Elt = SL->getElementContainingOffset(Offset); in FindElementAtOffset()