/external/llvm/lib/Analysis/ |
D | TypeMetadataUtils.cpp | 55 int64_t GEPOffset = M->getDataLayout().getIndexedOffsetInType( in findLoadCallsAtConstantOffset()
|
D | ConstantFolding.cpp | 789 DL.getIndexedOffsetInType( in SymbolicallyEvaluateGEP() 810 Offset += APInt(BitWidth, DL.getIndexedOffsetInType(SrcElemTy, NestedOps)); in SymbolicallyEvaluateGEP()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | TypeMetadataUtils.cpp | 65 int64_t GEPOffset = M->getDataLayout().getIndexedOffsetInType( in findLoadCallsAtConstantOffset()
|
D | ConstantFolding.cpp | 914 DL.getIndexedOffsetInType( in SymbolicallyEvaluateGEP() 938 Offset += APInt(BitWidth, DL.getIndexedOffsetInType(SrcElemTy, NestedOps)); in SymbolicallyEvaluateGEP()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | TypeMetadataUtils.cpp | 64 int64_t GEPOffset = M->getDataLayout().getIndexedOffsetInType( in findLoadCallsAtConstantOffset()
|
D | ConstantFolding.cpp | 871 DL.getIndexedOffsetInType( in SymbolicallyEvaluateGEP() 895 Offset += APInt(BitWidth, DL.getIndexedOffsetInType(SrcElemTy, NestedOps)); in SymbolicallyEvaluateGEP()
|
/external/llvm/include/llvm/IR/ |
D | DataLayout.h | 443 int64_t getIndexedOffsetInType(Type *ElemTy, ArrayRef<Value *> Indices) const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DataLayout.h | 555 int64_t getIndexedOffsetInType(Type *ElemTy, ArrayRef<Value *> Indices) const;
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | DataLayout.h | 582 int64_t getIndexedOffsetInType(Type *ElemTy, ArrayRef<Value *> Indices) const;
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | InterleavedLoadCombinePass.cpp | 892 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/ |
D | InterleavedLoadCombinePass.cpp | 892 int64_t Ofs = DL.getIndexedOffsetInType(Result.VTy, makeArrayRef(Idx, 2)); in computeFromLI() 1019 DL.getIndexedOffsetInType(GEP.getSourceElementType(), Indices); in computePolynomialFromPointer()
|
/external/llvm/lib/IR/ |
D | DataLayout.cpp | 726 int64_t DataLayout::getIndexedOffsetInType(Type *ElemTy, in getIndexedOffsetInType() function in DataLayout
|
/external/llvm-project/lldb/source/Expression/ |
D | IRInterpreter.cpp | 290 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/ |
D | DataLayout.cpp | 806 int64_t DataLayout::getIndexedOffsetInType(Type *ElemTy, in getIndexedOffsetInType() function in DataLayout
|
/external/llvm-project/llvm/lib/IR/ |
D | DataLayout.cpp | 873 int64_t DataLayout::getIndexedOffsetInType(Type *ElemTy, in getIndexedOffsetInType() function in DataLayout
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 212 Asm->getDataLayout().getIndexedOffsetInType(Ptr->getValueType(), in getOrCreateGlobalVariableDIE()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | IRTranslator.cpp | 968 DL.getIndexedOffsetInType(Src->getType(), Indices)); in getOffsetFromIndices()
|
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
D | IRTranslator.cpp | 1369 DL.getIndexedOffsetInType(Src->getType(), Indices)); in getOffsetFromIndices()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 3308 unsigned Offset = DL.getIndexedOffsetInType(BaseTy, GEPIndices); in emitSplitOps()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 3338 unsigned Offset = DL.getIndexedOffsetInType(BaseTy, GEPIndices); in emitSplitOps()
|