| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | Operator.cpp | 22 Type *GEPOperator::getSourceElementType() const { in getSourceElementType() function in llvm::GEPOperator 24 return I->getSourceElementType(); in getSourceElementType() 25 return cast<GetElementPtrConstantExpr>(this)->getSourceElementType(); in getSourceElementType()
|
| D | ConstantsContext.h | 251 Type *getSourceElementType() const;
|
| D | Constants.cpp | 1331 SrcTy ? SrcTy : GEPO->getSourceElementType(), Ops[0], Ops.slice(1), in getWithOperands() 2490 Type *GetElementPtrConstantExpr::getSourceElementType() const { in getSourceElementType() function in GetElementPtrConstantExpr 3089 return GetElementPtrInst::CreateInBounds(GO->getSourceElementType(), in getAsInstruction() 3091 return GetElementPtrInst::Create(GO->getSourceElementType(), Ops[0], in getAsInstruction()
|
| D | ConstantFold.cpp | 648 Type *Ty = GEPO->getSourceElementType(); in ConstantFoldCastInstruction() 2320 cast<GEPOperator>(CE)->getSourceElementType(), CE->getOperand(0), in ConstantFoldGetElementPtr()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| D | GetElementPtrTypeIterator.h | 130 GEPOp->getSourceElementType(), in gep_type_begin() 141 GEPOp.getSourceElementType(), in gep_type_begin()
|
| D | Operator.h | 502 Type *getSourceElementType() const;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
| D | NVPTXGenericToNVVM.cpp | 288 cast<GEPOperator>(C)->getSourceElementType(), in remapConstantExpr() 292 cast<GEPOperator>(C)->getSourceElementType(), in remapConstantExpr()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | PHITransAddr.cpp | 229 if (Value *V = SimplifyGEPInst(GEP->getSourceElementType(), in PHITranslateSubExpr() 407 GEP->getSourceElementType(), GEPOps[0], makeArrayRef(GEPOps).slice(1), in InsertPHITranslatedSubExpr()
|
| D | TypeMetadataUtils.cpp | 65 GEP->getSourceElementType(), Indices); in findLoadCallsAtConstantOffset()
|
| D | BasicAliasAnalysis.cpp | 529 if (!GEPOp->getSourceElementType()->isSized()) { in DecomposeGEPExpression() 1139 GEP1->getSourceElementType(), IntermediateIndices))) in aliasSameBasePointerGEPs() 1145 GEP1->getSourceElementType(), IntermediateIndices); in aliasSameBasePointerGEPs()
|
| D | ConstantFolding.cpp | 828 Type *SrcElemTy = GEP->getSourceElementType(); in SymbolicallyEvaluateGEP() 894 SrcElemTy = GEP->getSourceElementType(); in SymbolicallyEvaluateGEP() 990 if (SrcElemTy == InnermostGEP->getSourceElementType() && in SymbolicallyEvaluateGEP() 1036 return ConstantExpr::getGetElementPtr(GEP->getSourceElementType(), Ops[0], in ConstantFoldInstOperandsImpl()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
| D | ArgumentPromotion.cpp | 174 SrcTy = cast<GetElementPtrInst>(UI)->getSourceElementType(); in doPromotion() 645 if (!UpdateBaseTy(GEP->getSourceElementType())) in isSafeToPromoteArgument() 691 if (!UpdateBaseTy(GEP->getSourceElementType())) in isSafeToPromoteArgument()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
| D | XCoreLowerThreadLocal.cpp | 86 cast<GEPOperator>(CE)->getSourceElementType(), CEOps[0], in createReplacementInstr()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| D | FunctionComparator.cpp | 678 if (int Res = cmpTypes(GEPL->getSourceElementType(), in cmpGEPs() 679 GEPR->getSourceElementType())) in cmpGEPs()
|
| D | ValueMapper.cpp | 471 NewSrcTy = TypeMapper->remapType(GEPO->getSourceElementType()); in mapValue() 920 TypeMapper->remapType(GEP->getSourceElementType())); in remapInstruction()
|
| D | Evaluator.cpp | 440 ConstantExpr::getGetElementPtr(GEP->getSourceElementType(), P, GEPOps, in EvaluateBlock()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| D | NaryReassociate.cpp | 303 return TTI->getGEPCost(GEP->getSourceElementType(), GEP->getPointerOperand(), in isGEPFoldable()
|
| D | StraightLineStrengthReduce.cpp | 278 return TTI->getGEPCost(GEP->getSourceElementType(), GEP->getPointerOperand(), in isGEPFoldable()
|
| D | InferAddressSpaces.cpp | 486 GEP->getSourceElementType(), NewPointerOperands[0], in cloneInstructionWithNewAddressSpace()
|
| D | Scalarizer.cpp | 654 Res[I] = Builder.CreateGEP(GEPI.getSourceElementType(), Base[I], Indices, in visitGetElementPtrInst()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
| D | InstructionCombining.cpp | 1664 Type *GEPEltType = GEP.getSourceElementType(); in visitGetElementPtrInst() 1791 CurTy = Op1->getSourceElementType(); in visitGetElementPtrInst() 1953 Src->getSourceElementType(), Src->getOperand(0), Indices, in visitGetElementPtrInst() 1955 : GetElementPtrInst::Create(Src->getSourceElementType(), in visitGetElementPtrInst() 2297 GEP.getSourceElementType(), PtrOp, makeArrayRef(Ops).slice(1), in visitGetElementPtrInst()
|
| D | InstCombinePHI.cpp | 490 GetElementPtrInst::Create(FirstInst->getSourceElementType(), Base, in FoldPHIArgGEPIntoPHI()
|
| D | InstCombineLoadStoreAlloca.cpp | 878 GetElementPtrInst::getIndexedType(GEPI->getSourceElementType(), Ops); in canReplaceGEPIdxWithZero()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| D | TargetTransformInfoImpl.h | 874 return static_cast<T *>(this)->getGEPCost(GEP->getSourceElementType(), in getUserCost()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | InterleavedLoadCombinePass.cpp | 1019 DL.getIndexedOffsetInType(GEP.getSourceElementType(), Indices); in computePolynomialFromPointer()
|