Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/
H A DTarget.cpp135 return unwrap(TD)->getStructLayout(STy)->getElementContainingOffset(Offset); in LLVMElementAtOffset()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTypeMetadataUtils.cpp143 unsigned Op = SL->getElementContainingOffset(Offset); in getPointerAtOffset()
H A DModuleSummaryAnalysis.cpp511 unsigned Op = SL->getElementContainingOffset(Offset); in findFuncPointers()
H A DConstantFolding.cpp474 unsigned Index = SL->getElementContainingOffset(ByteOffset); in ReadDataFromGlobal()
1041 unsigned ElIdx = SL.getElementContainingOffset(Offset.getZExtValue()); in SymbolicallyEvaluateGEP()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h623 unsigned getElementContainingOffset(uint64_t Offset) const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp82 unsigned StructLayout::getElementContainingOffset(uint64_t Offset) const { in getElementContainingOffset() function in StructLayout
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1524 unsigned Index = SL->getElementContainingOffset(StructOffset); in getNaturalGEPRecursively()
3645 unsigned Index = SL->getElementContainingOffset(0); in stripAggregateTypeWrapping()
3728 unsigned Index = SL->getElementContainingOffset(Offset); in getTypePartition()
3750 unsigned EndIndex = SL->getElementContainingOffset(EndOffset); in getTypePartition()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp528 unsigned ElIdx = SL.getElementContainingOffset(FullOffset); in expandAddToGEP()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1308 unsigned Elt = SL->getElementContainingOffset(Offset); in FindElementAtOffset()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp3383 unsigned Elt = SL->getElementContainingOffset(IROffset); in ContainsFloatAtOffset()
3471 unsigned FieldIdx = SL->getElementContainingOffset(IROffset); in GetINTEGERTypeAtOffset()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp225 uint64_t Idx = SL->getElementContainingOffset(Offset); in constructPointer()