Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DTypeMetadataUtils.cpp55 int64_t GEPOffset = M->getDataLayout().getIndexedOffsetInType( in findLoadCallsAtConstantOffset()
DConstantFolding.cpp789 DL.getIndexedOffsetInType( in SymbolicallyEvaluateGEP()
810 Offset += APInt(BitWidth, DL.getIndexedOffsetInType(SrcElemTy, NestedOps)); in SymbolicallyEvaluateGEP()
/external/llvm-project/llvm/lib/Analysis/
DTypeMetadataUtils.cpp65 int64_t GEPOffset = M->getDataLayout().getIndexedOffsetInType( in findLoadCallsAtConstantOffset()
DConstantFolding.cpp914 DL.getIndexedOffsetInType( in SymbolicallyEvaluateGEP()
938 Offset += APInt(BitWidth, DL.getIndexedOffsetInType(SrcElemTy, NestedOps)); in SymbolicallyEvaluateGEP()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTypeMetadataUtils.cpp64 int64_t GEPOffset = M->getDataLayout().getIndexedOffsetInType( in findLoadCallsAtConstantOffset()
DConstantFolding.cpp871 DL.getIndexedOffsetInType( in SymbolicallyEvaluateGEP()
895 Offset += APInt(BitWidth, DL.getIndexedOffsetInType(SrcElemTy, NestedOps)); in SymbolicallyEvaluateGEP()
/external/llvm/include/llvm/IR/
DDataLayout.h443 int64_t getIndexedOffsetInType(Type *ElemTy, ArrayRef<Value *> Indices) const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h555 int64_t getIndexedOffsetInType(Type *ElemTy, ArrayRef<Value *> Indices) const;
/external/llvm-project/llvm/include/llvm/IR/
DDataLayout.h582 int64_t getIndexedOffsetInType(Type *ElemTy, ArrayRef<Value *> Indices) const;
/external/llvm-project/llvm/lib/CodeGen/
DInterleavedLoadCombinePass.cpp892 int64_t Ofs = DL.getIndexedOffsetInType(Result.VTy, makeArrayRef(Idx, 2)); in computeFromLI()
1019 DL.getIndexedOffsetInType(GEP.getSourceElementType(), Indices); in computePolynomialFromPointer()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DInterleavedLoadCombinePass.cpp892 int64_t Ofs = DL.getIndexedOffsetInType(Result.VTy, makeArrayRef(Idx, 2)); in computeFromLI()
1019 DL.getIndexedOffsetInType(GEP.getSourceElementType(), Indices); in computePolynomialFromPointer()
/external/llvm/lib/IR/
DDataLayout.cpp726 int64_t DataLayout::getIndexedOffsetInType(Type *ElemTy, in getIndexedOffsetInType() function in DataLayout
/external/llvm-project/lldb/source/Expression/
DIRInterpreter.cpp290 m_target_data.getIndexedOffsetInType(src_elem_ty, indices); in ResolveConstantValue()
1010 data_layout.getIndexedOffsetInType(src_elem_ty, const_indices); in Interpret()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDataLayout.cpp806 int64_t DataLayout::getIndexedOffsetInType(Type *ElemTy, in getIndexedOffsetInType() function in DataLayout
/external/llvm-project/llvm/lib/IR/
DDataLayout.cpp873 int64_t DataLayout::getIndexedOffsetInType(Type *ElemTy, in getIndexedOffsetInType() function in DataLayout
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp212 Asm->getDataLayout().getIndexedOffsetInType(Ptr->getValueType(), in getOrCreateGlobalVariableDIE()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp968 DL.getIndexedOffsetInType(Src->getType(), Indices)); in getOffsetFromIndices()
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp1369 DL.getIndexedOffsetInType(Src->getType(), Indices)); in getOffsetFromIndices()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSROA.cpp3308 unsigned Offset = DL.getIndexedOffsetInType(BaseTy, GEPIndices); in emitSplitOps()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DSROA.cpp3338 unsigned Offset = DL.getIndexedOffsetInType(BaseTy, GEPIndices); in emitSplitOps()