Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/
H A DTarget.cpp130 return unwrap(TD)->getStructLayout(STy)->getElementContainingOffset(Offset); in LLVMElementAtOffset()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DTypeMetadataUtils.cpp147 unsigned Op = SL->getElementContainingOffset(Offset); in getPointerAtOffset()
H A DModuleSummaryAnalysis.cpp676 unsigned Op = SL->getElementContainingOffset(Offset); in findFuncPointers()
H A DConstantFolding.cpp461 unsigned Index = SL->getElementContainingOffset(ByteOffset); in ReadDataFromGlobal()
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h641 unsigned getElementContainingOffset(uint64_t FixedOffset) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp2376 unsigned Elt = SL->getElementContainingOffset(IROffset); in getFPTypeAtOffset()
2487 unsigned FieldIdx = SL->getElementContainingOffset(IROffset); in GetINTEGERTypeAtOffset()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4105 unsigned Index = SL->getElementContainingOffset(0); in stripAggregateTypeWrapping()
4192 unsigned Index = SL->getElementContainingOffset(Offset); in getTypePartition()
4214 unsigned EndIndex = SL->getElementContainingOffset(EndOffset); in getTypePartition()