/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | GetElementPtrTypeIterator.h | 68 Type *getIndexedType() const { in getIndexedType() function 77 Type *Ty = getIndexedType();
|
D | Instructions.h | 1013 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/ |
D | Operator.cpp | 59 DL.getTypeAllocSize(GTI.getIndexedType())); in accumulateConstantOffset()
|
D | DataLayout.cpp | 827 Result += arrayIdx * getTypeAllocSize(GTI.getIndexedType()); in getIndexedOffsetInType()
|
D | Instructions.cpp | 1640 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
|
D | Constants.cpp | 2090 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()
|
D | ConstantFold.cpp | 1773 CE2->getOperand(i), GTI.getIndexedType())) { in evaluateICmpRelation() 2218 Type *Ty = GetElementPtrInst::getIndexedType(PointeeTy, Idxs); in ConstantFoldGetElementPtr()
|
D | Verifier.cpp | 3315 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/ |
D | Local.h | 48 uint64_t Size = DL.getTypeAllocSize(GTI.getIndexedType()) & PtrSizeMask;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | SeparateConstOffsetFromGEP.cpp | 798 ConstantOffset * DL->getTypeAllocSize(GTI.getIndexedType()); in accumulateByteOffset() 844 DL->getTypeAllocSize(GTI.getIndexedType())); in lowerToSingleIndexGEPs() 905 DL->getTypeAllocSize(GTI.getIndexedType())); in lowerToArithmetics()
|
D | NaryReassociate.cpp | 316 GTI.getIndexedType())) { in tryReassociateGEP()
|
D | StraightLineStrengthReduce.cpp | 540 uint64_t ElementSize = DL->getTypeAllocSize(GTI.getIndexedType()); in allocateCandidatesAndFindBasisForGEP()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | BasicAliasAnalysis.cpp | 560 (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()
|
D | ValueTracking.cpp | 1397 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()
|
D | VectorUtils.cpp | 142 if (DL.getTypeAllocSize(GEPTI.getIndexedType()) != GEPAllocSize) in getGEPInductionOperand()
|
D | InlineCost.cpp | 697 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/ |
D | TargetTransformInfoImpl.h | 770 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/ |
D | Execution.cpp | 1075 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/ |
D | ArgumentPromotion.cpp | 199 Params.push_back(GetElementPtrInst::getIndexedType( in doPromotion()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoadStoreVectorizer.cpp | 430 uint64_t Stride = DL.getTypeAllocSize(GTIA.getIndexedType()); in lookThroughComplexAddresses()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 3355 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/ |
D | WebAssemblyFastISel.cpp | 278 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/ |
D | InstCombineLoadStoreAlloca.cpp | 878 GetElementPtrInst::getIndexedType(GEPI->getSourceElementType(), Ops); in canReplaceGEPIdxWithZero()
|
D | InstCombineCompares.cpp | 445 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/ |
D | MipsFastISel.cpp | 500 uint64_t S = DL.getTypeAllocSize(GTI.getIndexedType()); in computeAddress()
|