| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | GetElementPtrTypeIterator.h | 102 Type *getIndexedType() const { in getIndexedType() function 113 Type *Ty = getIndexedType(); 156 Type *ElemTy = getIndexedType(); in getSequentialElementStride()
|
| H A D | Instructions.h | 1040 static Type *getIndexedType(Type *Ty, ArrayRef<Value *> IdxList); 1041 static Type *getIndexedType(Type *Ty, ArrayRef<Constant *> IdxList); 1042 static Type *getIndexedType(Type *Ty, ArrayRef<uint64_t> IdxList); 1162 ResultElementType(getIndexedType(PointeeType, IdxList)) { 1174 ResultElementType(getIndexedType(PointeeType, IdxList)) { 2509 static Type *getIndexedType(Type *Agg, ArrayRef<unsigned> Idxs); 2554 : UnaryInstruction(checkGEPType(getIndexedType(Agg->getType(), Idxs)), 2563 : UnaryInstruction(checkGEPType(getIndexedType(Agg->getType(), Idxs)),
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | Analysis.cpp | 499 ExtractValueInst::getIndexedType(SubTypes.back(), Path.back()); in advanceToNextLeafType() 507 DeeperType = ExtractValueInst::getIndexedType(DeeperType, 0); in advanceToNextLeafType() 528 while (Type *FirstInner = ExtractValueInst::getIndexedType(Next, 0)) { in firstRealType() 541 while (ExtractValueInst::getIndexedType(SubTypes.back(), Path.back()) in firstRealType() 559 } while (ExtractValueInst::getIndexedType(SubTypes.back(), Path.back()) in nextRealType() 755 ExtractValueInst::getIndexedType(RetSubTypes.back(), RetPath.back()); in returnTypeIsEligibleForTailCall()
|
| H A D | CodeGenPrepare.cpp | 5825 auto *SecondTy = GetElementPtrInst::getIndexedType( in optimizeGatherScatterInst() 5839 SourceTy = GetElementPtrInst::getIndexedType( in optimizeGatherScatterInst()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Operator.cpp | 136 bool ScalableType = GTI.getIndexedType()->isScalableTy(); in accumulateConstantOffset() 195 bool ScalableType = GTI.getIndexedType()->isScalableTy(); in collectOffset()
|
| H A D | Instructions.cpp | 1765 Type *GetElementPtrInst::getIndexedType(Type *Ty, ArrayRef<Value *> IdxList) { in getIndexedType() function in GetElementPtrInst 1769 Type *GetElementPtrInst::getIndexedType(Type *Ty, in getIndexedType() function in GetElementPtrInst 1774 Type *GetElementPtrInst::getIndexedType(Type *Ty, ArrayRef<uint64_t> IdxList) { in getIndexedType() function in GetElementPtrInst 2731 assert(ExtractValueInst::getIndexedType(Agg->getType(), Idxs) == in init() 2776 Type *ExtractValueInst::getIndexedType(Type *Agg, in getIndexedType() function in ExtractValueInst
|
| H A D | Constants.cpp | 2277 assert(GetElementPtrInst::getIndexedType(Ty, Idxs) && in getGetElementPtr() 2616 ResElementTy(GetElementPtrInst::getIndexedType(SrcElementTy, IdxList)) { in GetElementPtrConstantExpr()
|
| H A D | ConstantFold.cpp | 1589 Prev = Ty, Ty = (++GEPIter).getIndexedType(), ++i) { in ConstantFoldGetElementPtr()
|
| H A D | Verifier.cpp | 3956 GetElementPtrInst::getIndexedType(GEP.getSourceElementType(), Idxs); in visitGetElementPtrInst() 4217 Check(ExtractValueInst::getIndexedType(EVI.getAggregateOperand()->getType(), in visitExtractValueInst() 4225 Check(ExtractValueInst::getIndexedType(IVI.getAggregateOperand()->getType(), in visitInsertValueInst()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/FuzzMutate/ |
| H A D | Operations.cpp | 279 Type *Indexed = ExtractValueInst::getIndexedType(Cur[0]->getType(), in validInsertValueIndex() 290 while (Type *Indexed = ExtractValueInst::getIndexedType(BaseTy, I)) { in validInsertValueIndex()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SeparateConstOffsetFromGEP.cpp | 834 if (GTI.getIndexedType()->isScalableTy()) in accumulateByteOffset() 1021 if (GTI.getIndexedType()->isScalableTy()) in splitGEP()
|
| H A D | NaryReassociate.cpp | 344 GTI.getIndexedType())) { in tryReassociateGEP()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfoImpl.h | 1044 TargetType = GTI.getIndexedType(); in getGEPCost()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
| H A D | Execution.cpp | 1941 Type *IndexedType = ExtractValueInst::getIndexedType(Agg->getType(), I.getIndices()); in visitExtractValueInst() 1988 Type *IndexedType = ExtractValueInst::getIndexedType(Agg->getType(), I.getIndices()); in visitInsertValueInst()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstructionCombining.cpp | 2154 Type *BaseType = GTI.getIndexedType(); in visitGEPOfGEP() 2159 BaseType = GTI.getIndexedType(); in visitGEPOfGEP() 2436 Type *EltTy = GTI.getIndexedType(); in visitGetElementPtrInst()
|
| H A D | InstCombineLoadStoreAlloca.cpp | 928 Type *AllocTy = GetElementPtrInst::getIndexedType(SourceElementType, Ops); in canReplaceGEPIdxWithZero()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 4142 if (!GetElementPtrInst::getIndexedType(Ty, Indices)) in parseValID() 8054 if (!GetElementPtrInst::getIndexedType(Ty, Indices)) in parseGetElementPtr() 8075 if (!ExtractValueInst::getIndexedType(Val->getType(), Indices)) in parseExtractValue() 8096 Type *IndexedType = ExtractValueInst::getIndexedType(Val0->getType(), Indices); in parseInsertValue()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopAccessAnalysis.cpp | 2749 ? DL.getTypeAllocSize(GEPTI.getIndexedType()) in getGEPInductionOperand()
|
| H A D | ValueTracking.cpp | 1191 Type *IndexedTy = GTI.getIndexedType(); in computeKnownBitsFromOperator() 5504 Type *IndexedType = ExtractValueInst::getIndexedType(From->getType(), in BuildSubAggregate() 5528 assert(ExtractValueInst::getIndexedType(V->getType(), idx_range) && in FindInsertedValue()
|
| H A D | ConstantFolding.cpp | 835 !isa<StructType>(GetElementPtrInst::getIndexedType( in CastGEPIndices()
|
| H A D | InstructionSimplify.cpp | 4965 Type *LastType = GetElementPtrInst::getIndexedType(SrcTy, Indices); in simplifyGEPInst()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 14811 Type *IdxTy = GTI.getIndexedType(); in isExtFreeImpl()
|