Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/
H A DTarget.cpp134 return unwrap(TD)->getStructLayout(STy)->getElementContainingOffset(Offset); in LLVMElementAtOffset()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDataLayout.h549 unsigned getElementContainingOffset(uint64_t Offset) const;
/freebsd-12.1/contrib/llvm/lib/IR/
H A DDataLayout.cpp84 unsigned StructLayout::getElementContainingOffset(uint64_t Offset) const { in getElementContainingOffset() function in StructLayout
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1492 unsigned Index = SL->getElementContainingOffset(StructOffset); in getNaturalGEPRecursively()
3415 unsigned Index = SL->getElementContainingOffset(0); in stripAggregateTypeWrapping()
3487 unsigned Index = SL->getElementContainingOffset(Offset); in getTypePartition()
3509 unsigned EndIndex = SL->getElementContainingOffset(EndOffset); in getTypePartition()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DConstantFolding.cpp421 unsigned Index = SL->getElementContainingOffset(ByteOffset); in ReadDataFromGlobal()
952 unsigned ElIdx = SL.getElementContainingOffset(Offset.getZExtValue()); in SymbolicallyEvaluateGEP()
H A DScalarEvolutionExpander.cpp473 unsigned ElIdx = SL.getElementContainingOffset(FullOffset); in expandAddToGEP()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp724 unsigned Op = SL->getElementContainingOffset(Offset); in getPointerAtOffset()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1089 unsigned Elt = SL->getElementContainingOffset(Offset); in FindElementAtOffset()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp3091 unsigned Elt = SL->getElementContainingOffset(IROffset); in ContainsFloatAtOffset()
3178 unsigned FieldIdx = SL->getElementContainingOffset(IROffset); in GetINTEGERTypeAtOffset()