Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/
HDTarget.cpp131 return unwrap(TD)->getStructLayout(STy)->getElementContainingOffset(Offset); in LLVMElementAtOffset()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDGlobalSplit.cpp93 SL->getElementContainingOffset(SrcInRange.getLower().getZExtValue()); in splitGlobal()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDTypeMetadataUtils.cpp161 unsigned Op = SL->getElementContainingOffset(Offset); in getPointerAtOffset()
HDModuleSummaryAnalysis.cpp719 unsigned Op = SL->getElementContainingOffset(Offset); in findFuncPointers()
HDConstantFolding.cpp461 unsigned Index = SL->getElementContainingOffset(ByteOffset); in ReadDataFromGlobal()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDDataLayout.cpp92 unsigned StructLayout::getElementContainingOffset(uint64_t FixedOffset) const { in getElementContainingOffset() function in StructLayout
988 unsigned Index = SL->getElementContainingOffset(IntOffset); in getGEPIndexForOffset()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDDataLayout.h641 unsigned getElementContainingOffset(uint64_t FixedOffset) const;
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/Targets/
HDX86.cpp2394 unsigned Elt = SL->getElementContainingOffset(IROffset); in getFPTypeAtOffset()
2505 unsigned FieldIdx = SL->getElementContainingOffset(IROffset); in GetINTEGERTypeAtOffset()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDSROA.cpp4146 unsigned Index = SL->getElementContainingOffset(0); in stripAggregateTypeWrapping()
4233 unsigned Index = SL->getElementContainingOffset(Offset); in getTypePartition()
4255 unsigned EndIndex = SL->getElementContainingOffset(EndOffset); in getTypePartition()