Home
last modified time | relevance | path

Searched refs:getIndexedType (Results 1 – 25 of 92) sorted by relevance

1234

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DGetElementPtrTypeIterator.h69 Type *getIndexedType() const { in getIndexedType() function
78 Type *Ty = getIndexedType();
DInstructions.h962 static Type *getIndexedType(Type *Ty, ArrayRef<Value *> IdxList);
963 static Type *getIndexedType(Type *Ty, ArrayRef<Constant *> IdxList);
964 static Type *getIndexedType(Type *Ty, ArrayRef<uint64_t> IdxList);
1009 Type *PtrTy = PointerType::get(checkGEPType(getIndexedType(ElTy, IdxList)),
1082 ResultElementType(getIndexedType(PointeeType, IdxList)) {
1096 ResultElementType(getIndexedType(PointeeType, IdxList)) {
2709 static Type *getIndexedType(Type *Agg, ArrayRef<unsigned> Idxs);
2754 : UnaryInstruction(checkGEPType(getIndexedType(Agg->getType(), Idxs)),
2763 : UnaryInstruction(checkGEPType(getIndexedType(Agg->getType(), Idxs)),
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DOperator.cpp60 DL.getTypeAllocSize(GTI.getIndexedType())); in accumulateConstantOffset()
/external/llvm/lib/IR/
DOperator.cpp46 DL.getTypeAllocSize(GTI.getIndexedType())); in accumulateConstantOffset()
DDataLayout.cpp750 Result += arrayIdx * getTypeAllocSize(GTI.getIndexedType()); in getIndexedOffsetInType()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/Utils/
DLocal.h48 uint64_t Size = DL.getTypeAllocSize(GTI.getIndexedType()) & PtrSizeMask;
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DGetElementPtrTypeIterator.h57 Type *getIndexedType() const { in getIndexedType() function
/external/llvm/include/llvm/IR/
DGetElementPtrTypeIterator.h64 Type *getIndexedType() const { in getIndexedType() function
DInstructions.h951 static Type *getIndexedType(Type *Ty, ArrayRef<Value *> IdxList);
952 static Type *getIndexedType(Type *Ty, ArrayRef<Constant *> IdxList);
953 static Type *getIndexedType(Type *Ty, ArrayRef<uint64_t> IdxList);
990 Type *PtrTy = PointerType::get(checkGEPType(getIndexedType(ElTy, IdxList)),
1063 ResultElementType(getIndexedType(PointeeType, IdxList)) {
1076 ResultElementType(getIndexedType(PointeeType, IdxList)) {
2275 static Type *getIndexedType(Type *Agg, ArrayRef<unsigned> Idxs);
2319 : UnaryInstruction(checkGEPType(getIndexedType(Agg->getType(), Idxs)),
2327 : UnaryInstruction(checkGEPType(getIndexedType(Agg->getType(), Idxs)),
/external/swiftshader/third_party/LLVM/lib/Analysis/
DValueTracking.cpp572 Type *IndexedTy = GTI.getIndexedType(); in ComputeMaskedBits()
1380 Type *IndexedType = ExtractValueInst::getIndexedType(From->getType(), in BuildSubAggregate()
1404 assert(ExtractValueInst::getIndexedType(V->getType(), idx_range) in FindInsertedValue()
1409 return UndefValue::get(ExtractValueInst::getIndexedType(PTy, in FindInsertedValue()
1412 return Constant::getNullValue(ExtractValueInst::getIndexedType(PTy, in FindInsertedValue()
1509 uint64_t Size = TD.getTypeAllocSize(GTI.getIndexedType()); in GetPointerBaseWithConstantOffset()
/external/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp752 ConstantOffset * DL->getTypeAllocSize(GTI.getIndexedType()); in accumulateByteOffset()
798 DL->getTypeAllocSize(GTI.getIndexedType())); in lowerToSingleIndexGEPs()
859 DL->getTypeAllocSize(GTI.getIndexedType())); in lowerToArithmetics()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp798 ConstantOffset * DL->getTypeAllocSize(GTI.getIndexedType()); in accumulateByteOffset()
844 DL->getTypeAllocSize(GTI.getIndexedType())); in lowerToSingleIndexGEPs()
905 DL->getTypeAllocSize(GTI.getIndexedType())); in lowerToArithmetics()
DNaryReassociate.cpp316 GTI.getIndexedType())) { in tryReassociateGEP()
/external/swiftshader/third_party/LLVM/include/llvm/
DInstructions.h775 static Type *getIndexedType(Type *Ptr, ArrayRef<Value *> IdxList);
776 static Type *getIndexedType(Type *Ptr, ArrayRef<Constant *> IdxList);
777 static Type *getIndexedType(Type *Ptr, ArrayRef<uint64_t> IdxList);
851 getIndexedType(Ptr->getType(), IdxList)),
865 getIndexedType(Ptr->getType(), IdxList)),
1733 static Type *getIndexedType(Type *Agg, ArrayRef<unsigned> Idxs);
1775 : UnaryInstruction(checkGEPType(getIndexedType(Agg->getType(), Idxs)),
1783 : UnaryInstruction(checkGEPType(getIndexedType(Agg->getType(), Idxs)),
/external/llvm/include/llvm/Transforms/Utils/
DLocal.h206 uint64_t Size = DL.getTypeAllocSize(GTI.getIndexedType()) & PtrSizeMask;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp504 DL.getTypeAllocSize(GTI.getIndexedType()) * CIdx->getSExtValue(); in DecomposeGEPExpression()
510 uint64_t Scale = DL.getTypeAllocSize(GTI.getIndexedType()); in DecomposeGEPExpression()
1050 if (!isa<ArrayType>(GetElementPtrInst::getIndexedType( in aliasSameBasePointerGEPs()
1056 auto *Ty = GetElementPtrInst::getIndexedType( in aliasSameBasePointerGEPs()
DVectorUtils.cpp116 if (DL.getTypeAllocSize(GEPTI.getIndexedType()) != GEPAllocSize) in getGEPInductionOperand()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h724 TargetType = GTI.getIndexedType(); in getGEPCost()
737 int64_t ElementSize = DL.getTypeAllocSize(GTI.getIndexedType()); in getGEPCost()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DAddrModeMatcher.cpp231 uint64_t TypeSize = TD->getTypeAllocSize(GTI.getIndexedType()); in MatchOperationAddr()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantFold.cpp892 return UndefValue::get(ExtractValueInst::getIndexedType(Agg->getType(), in ConstantFoldExtractValueInstruction()
897 Constant::getNullValue(ExtractValueInst::getIndexedType(Agg->getType(), in ConstantFoldExtractValueInstruction()
1801 CE2->getOperand(i), GTI.getIndexedType())) { in evaluateICmpRelation()
2180 Type *Ty = GetElementPtrInst::getIndexedType(Ptr, Idxs); in ConstantFoldGetElementPtrImpl()
2194 Type *Ty = GetElementPtrInst::getIndexedType(Ptr, Idxs); in ConstantFoldGetElementPtrImpl()
DVerifier.cpp1304 GetElementPtrInst::getIndexedType(GEP.getOperand(0)->getType(), Idxs); in visitGetElementPtrInst()
1405 Assert1(ExtractValueInst::getIndexedType(EVI.getAggregateOperand()->getType(), in visitExtractValueInst()
1414 Assert1(ExtractValueInst::getIndexedType(IVI.getAggregateOperand()->getType(), in visitInsertValueInst()
DInstructions.cpp1386 Type *GetElementPtrInst::getIndexedType(Type *Ptr, ArrayRef<Value *> IdxList) { in getIndexedType() function in GetElementPtrInst
1390 Type *GetElementPtrInst::getIndexedType(Type *Ptr, in getIndexedType() function in GetElementPtrInst
1395 Type *GetElementPtrInst::getIndexedType(Type *Ptr, ArrayRef<uint64_t> IdxList) { in getIndexedType() function in GetElementPtrInst
1615 assert(ExtractValueInst::getIndexedType(Agg->getType(), Idxs) == in init()
1660 Type *ExtractValueInst::getIndexedType(Type *Agg, in getIndexedType() function in ExtractValueInst
/external/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h462 int64_t ElementSize = DL.getTypeAllocSize(GTI.getIndexedType()); in getGEPCost()
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.cpp2118 if (!ExtractValueInst::getIndexedType(Val->getType(), Indices)) in ParseValID()
2137 if (!ExtractValueInst::getIndexedType(Val0->getType(), Indices)) in ParseValID()
2306 if (!GetElementPtrInst::getIndexedType(Elts[0]->getType(), Indices)) in ParseValID()
3927 if (!GetElementPtrInst::getIndexedType(Ptr->getType(), Indices)) in ParseGetElementPtr()
3948 if (!ExtractValueInst::getIndexedType(Val->getType(), Indices)) in ParseExtractValue()
3969 if (!ExtractValueInst::getIndexedType(Val0->getType(), Indices)) in ParseInsertValue()
/external/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp869 if (!isa<ArrayType>(GetElementPtrInst::getIndexedType( in aliasSameBasePointerGEPs()
875 auto *Ty = GetElementPtrInst::getIndexedType( in aliasSameBasePointerGEPs()

1234