Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGetElementPtrTypeIterator.h68 Type *getIndexedType() const { in getIndexedType() function
77 Type *Ty = getIndexedType();
DInstructions.h1013 static Type *getIndexedType(Type *Ty, ArrayRef<Value *> IdxList);
1014 static Type *getIndexedType(Type *Ty, ArrayRef<Constant *> IdxList);
1015 static Type *getIndexedType(Type *Ty, ArrayRef<uint64_t> IdxList);
1055 Type *PtrTy = PointerType::get(checkGEPType(getIndexedType(ElTy, IdxList)),
1128 ResultElementType(getIndexedType(PointeeType, IdxList)) {
1142 ResultElementType(getIndexedType(PointeeType, IdxList)) {
2343 static Type *getIndexedType(Type *Agg, ArrayRef<unsigned> Idxs);
2388 : UnaryInstruction(checkGEPType(getIndexedType(Agg->getType(), Idxs)),
2397 : UnaryInstruction(checkGEPType(getIndexedType(Agg->getType(), Idxs)),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DOperator.cpp59 DL.getTypeAllocSize(GTI.getIndexedType())); in accumulateConstantOffset()
DDataLayout.cpp827 Result += arrayIdx * getTypeAllocSize(GTI.getIndexedType()); in getIndexedOffsetInType()
DInstructions.cpp1640 Type *GetElementPtrInst::getIndexedType(Type *Ty, ArrayRef<Value *> IdxList) { in getIndexedType() function in GetElementPtrInst
1644 Type *GetElementPtrInst::getIndexedType(Type *Ty, in getIndexedType() function in GetElementPtrInst
1649 Type *GetElementPtrInst::getIndexedType(Type *Ty, ArrayRef<uint64_t> IdxList) { in getIndexedType() function in GetElementPtrInst
2109 assert(ExtractValueInst::getIndexedType(Agg->getType(), Idxs) == in init()
2154 Type *ExtractValueInst::getIndexedType(Type *Agg, in getIndexedType() function in ExtractValueInst
DConstants.cpp2090 Type *DestTy = GetElementPtrInst::getIndexedType(Ty, Idxs); in getGetElementPtr()
2257 assert(ExtractValueInst::getIndexedType(Agg->getType(), in getInsertValue()
2280 Type *ReqTy = ExtractValueInst::getIndexedType(Agg->getType(), Idxs); in getExtractValue()
2483 ResElementTy(GetElementPtrInst::getIndexedType(SrcElementTy, IdxList)) { in GetElementPtrConstantExpr()
DConstantFold.cpp1773 CE2->getOperand(i), GTI.getIndexedType())) { in evaluateICmpRelation()
2218 Type *Ty = GetElementPtrInst::getIndexedType(PointeeTy, Idxs); in ConstantFoldGetElementPtr()
DVerifier.cpp3315 GetElementPtrInst::getIndexedType(GEP.getSourceElementType(), Idxs); in visitGetElementPtrInst()
3593 Assert(ExtractValueInst::getIndexedType(EVI.getAggregateOperand()->getType(), in visitExtractValueInst()
3601 Assert(ExtractValueInst::getIndexedType(IVI.getAggregateOperand()->getType(), in visitInsertValueInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/Utils/
DLocal.h48 uint64_t Size = DL.getTypeAllocSize(GTI.getIndexedType()) & PtrSizeMask;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.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()
DStraightLineStrengthReduce.cpp540 uint64_t ElementSize = DL->getTypeAllocSize(GTI.getIndexedType()); in allocateCandidatesAndFindBasisForGEP()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp560 (DL.getTypeAllocSize(GTI.getIndexedType()) * in DecomposeGEPExpression()
568 APInt Scale(MaxPointerSize, DL.getTypeAllocSize(GTI.getIndexedType())); in DecomposeGEPExpression()
1138 if (!isa<ArrayType>(GetElementPtrInst::getIndexedType( in aliasSameBasePointerGEPs()
1144 auto *Ty = GetElementPtrInst::getIndexedType( in aliasSameBasePointerGEPs()
DValueTracking.cpp1397 Type *IndexedTy = GTI.getIndexedType(); in computeKnownBitsFromOperator()
1963 if (Q.DL.getTypeAllocSize(GTI.getIndexedType()) == 0) in isGEPKnownNonNull()
3517 Type *IndexedType = ExtractValueInst::getIndexedType(From->getType(), in BuildSubAggregate()
3541 assert(ExtractValueInst::getIndexedType(V->getType(), idx_range) && in FindInsertedValue()
5915 uint64_t Size = DL.getTypeAllocSize(GTI.getIndexedType()); in getOffsetFromIndex()
DVectorUtils.cpp142 if (DL.getTypeAllocSize(GEPTI.getIndexedType()) != GEPAllocSize) in getGEPInductionOperand()
DInlineCost.cpp697 APInt TypeSize(IntPtrWidth, DL.getTypeAllocSize(GTI.getIndexedType())); in accumulateGEPOffset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h770 TargetType = GTI.getIndexedType(); in getGEPCost()
783 int64_t ElementSize = DL.getTypeAllocSize(GTI.getIndexedType()); in getGEPCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1075 Total += getDataLayout().getTypeAllocSize(I.getIndexedType()) * Idx; in executeGEPOperation()
1947 Type *IndexedType = ExtractValueInst::getIndexedType(Agg->getType(), I.getIndices()); in visitExtractValueInst()
1993 Type *IndexedType = ExtractValueInst::getIndexedType(Agg->getType(), I.getIndices()); in visitInsertValueInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp199 Params.push_back(GetElementPtrInst::getIndexedType( in doPromotion()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp430 uint64_t Stride = DL.getTypeAllocSize(GTIA.getIndexedType()); in lookThroughComplexAddresses()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp3355 if (!ExtractValueInst::getIndexedType(Val->getType(), Indices)) in ParseValID()
3375 ExtractValueInst::getIndexedType(Val0->getType(), Indices); in ParseValID()
3612 if (!GetElementPtrInst::getIndexedType(Ty, Indices)) in ParseValID()
7252 if (!GetElementPtrInst::getIndexedType(Ty, Indices)) in ParseGetElementPtr()
7273 if (!ExtractValueInst::getIndexedType(Val->getType(), Indices)) in ParseExtractValue()
7294 Type *IndexedType = ExtractValueInst::getIndexedType(Val0->getType(), Indices); in ParseInsertValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp278 uint64_t S = DL.getTypeAllocSize(GTI.getIndexedType()); in computeAddress()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp878 GetElementPtrInst::getIndexedType(GEPI->getSourceElementType(), Ops); in canReplaceGEPIdxWithZero()
DInstCombineCompares.cpp445 uint64_t Size = DL.getTypeAllocSize(GTI.getIndexedType()); in evaluateGEPOffsetExpression()
461 uint64_t VariableScale = DL.getTypeAllocSize(GTI.getIndexedType()); in evaluateGEPOffsetExpression()
475 uint64_t Size = DL.getTypeAllocSize(GTI.getIndexedType()); in evaluateGEPOffsetExpression()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsFastISel.cpp500 uint64_t S = DL.getTypeAllocSize(GTI.getIndexedType()); in computeAddress()

12