Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTarget.cpp131 return unwrap(TD)->getStructLayout(STy)->getElementContainingOffset(Offset); in LLVMElementAtOffset()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalSplit.cpp93 SL->getElementContainingOffset(SrcInRange.getLower().getZExtValue()); in splitGlobal()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTypeMetadataUtils.cpp161 unsigned Op = SL->getElementContainingOffset(Offset); in getPointerAtOffset()
H A DModuleSummaryAnalysis.cpp719 unsigned Op = SL->getElementContainingOffset(Offset); in findFuncPointers()
H A DConstantFolding.cpp461 unsigned Index = SL->getElementContainingOffset(ByteOffset); in ReadDataFromGlobal()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp92 unsigned StructLayout::getElementContainingOffset(uint64_t FixedOffset) const { in getElementContainingOffset() function in StructLayout
988 unsigned Index = SL->getElementContainingOffset(IntOffset); in getGEPIndexForOffset()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h641 unsigned getElementContainingOffset(uint64_t FixedOffset) const;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp2394 unsigned Elt = SL->getElementContainingOffset(IROffset); in getFPTypeAtOffset()
2505 unsigned FieldIdx = SL->getElementContainingOffset(IROffset); in GetINTEGERTypeAtOffset()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4146 unsigned Index = SL->getElementContainingOffset(0); in stripAggregateTypeWrapping()
4233 unsigned Index = SL->getElementContainingOffset(Offset); in getTypePartition()
4255 unsigned EndIndex = SL->getElementContainingOffset(EndOffset); in getTypePartition()