Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTypeMetadataUtils.cpp66 int64_t GEPOffset = M->getDataLayout().getIndexedOffsetInType( in findLoadCallsAtConstantOffset()
H A DConstantFolding.cpp939 DL.getIndexedOffsetInType( in SymbolicallyEvaluateGEP()
963 Offset += APInt(BitWidth, DL.getIndexedOffsetInType(SrcElemTy, NestedOps)); in SymbolicallyEvaluateGEP()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp893 int64_t Ofs = DL.getIndexedOffsetInType(Result.VTy, makeArrayRef(Idx, 2)); in computeFromLI()
1020 DL.getIndexedOffsetInType(GEP.getSourceElementType(), Indices); in computePolynomialFromPointer()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h580 int64_t getIndexedOffsetInType(Type *ElemTy, ArrayRef<Value *> Indices) const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp290 m_target_data.getIndexedOffsetInType(src_elem_ty, indices); in ResolveConstantValue()
1010 data_layout.getIndexedOffsetInType(src_elem_ty, const_indices); in Interpret()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp875 int64_t DataLayout::getIndexedOffsetInType(Type *ElemTy, in getIndexedOffsetInType() function in DataLayout
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1374 DL.getIndexedOffsetInType(Src->getType(), Indices)); in getOffsetFromIndices()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3348 unsigned Offset = DL.getIndexedOffsetInType(BaseTy, GEPIndices); in emitSplitOps()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp1221 DL.getIndexedOffsetInType( in updateImpl()