| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Operator.cpp | 23 Type *GEPOperator::getSourceElementType() const { in getSourceElementType() function in llvm::GEPOperator 25 return I->getSourceElementType(); in getSourceElementType() 26 return cast<GetElementPtrConstantExpr>(this)->getSourceElementType(); in getSourceElementType()
|
| H A D | ConstantsContext.h | 252 Type *getSourceElementType() const;
|
| H A D | Constants.cpp | 1249 SrcTy ? SrcTy : GEPO->getSourceElementType(), Ops[0], Ops.slice(1), in getWithOperands() 2410 Type *GetElementPtrConstantExpr::getSourceElementType() const { in getSourceElementType() function in GetElementPtrConstantExpr 3009 return GetElementPtrInst::CreateInBounds(GO->getSourceElementType(), in getAsInstruction() 3011 return GetElementPtrInst::Create(GO->getSourceElementType(), Ops[0], in getAsInstruction()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | GetElementPtrTypeIterator.h | 131 GEPOp->getSourceElementType(), in gep_type_begin() 142 GEPOp.getSourceElementType(), in gep_type_begin()
|
| H A D | Operator.h | 482 Type *getSourceElementType() const;
|
| /freebsd-12.1/contrib/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXGenericToNVVM.cpp | 289 cast<GEPOperator>(C)->getSourceElementType(), in remapConstantExpr() 293 cast<GEPOperator>(C)->getSourceElementType(), in remapConstantExpr()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | PHITransAddr.cpp | 230 if (Value *V = SimplifyGEPInst(GEP->getSourceElementType(), in PHITranslateSubExpr() 408 GEP->getSourceElementType(), GEPOps[0], makeArrayRef(GEPOps).slice(1), in InsertPHITranslatedSubExpr()
|
| H A D | TypeMetadataUtils.cpp | 66 GEP->getSourceElementType(), Indices); in findLoadCallsAtConstantOffset()
|
| H A D | BasicAliasAnalysis.cpp | 490 if (!GEPOp->getSourceElementType()->isSized()) { in DecomposeGEPExpression() 1097 GEP1->getSourceElementType(), IntermediateIndices))) in aliasSameBasePointerGEPs() 1103 GEP1->getSourceElementType(), IntermediateIndices); in aliasSameBasePointerGEPs()
|
| H A D | ConstantFolding.cpp | 808 Type *SrcElemTy = GEP->getSourceElementType(); in SymbolicallyEvaluateGEP() 874 SrcElemTy = GEP->getSourceElementType(); in SymbolicallyEvaluateGEP() 970 if (SrcElemTy == InnermostGEP->getSourceElementType() && in SymbolicallyEvaluateGEP() 1014 return ConstantExpr::getGetElementPtr(GEP->getSourceElementType(), Ops[0], in ConstantFoldInstOperandsImpl()
|
| /freebsd-12.1/contrib/llvm/lib/Target/XCore/ |
| H A D | XCoreLowerThreadLocal.cpp | 86 cast<GEPOperator>(CE)->getSourceElementType(), CEOps[0], in createReplacementInstr()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | FunctionComparator.cpp | 677 if (int Res = cmpTypes(GEPL->getSourceElementType(), in cmpGEPs() 678 GEPR->getSourceElementType())) in cmpGEPs()
|
| H A D | ValueMapper.cpp | 472 NewSrcTy = TypeMapper->remapType(GEPO->getSourceElementType()); in mapValue() 923 TypeMapper->remapType(GEP->getSourceElementType())); in remapInstruction()
|
| H A D | Evaluator.cpp | 414 ConstantExpr::getGetElementPtr(GEP->getSourceElementType(), P, GEPOps, in EvaluateBlock()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | NaryReassociate.cpp | 303 return TTI->getGEPCost(GEP->getSourceElementType(), GEP->getPointerOperand(), in isGEPFoldable()
|
| H A D | StraightLineStrengthReduce.cpp | 278 return TTI->getGEPCost(GEP->getSourceElementType(), GEP->getPointerOperand(), in isGEPFoldable()
|
| H A D | InferAddressSpaces.cpp | 488 GEP->getSourceElementType(), NewPointerOperands[0], in cloneInstructionWithNewAddressSpace()
|
| H A D | Scalarizer.cpp | 597 Res[I] = Builder.CreateGEP(GEPI.getSourceElementType(), Base[I], Indices, in visitGetElementPtrInst()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstructionCombining.cpp | 1557 Type *GEPEltType = GEP.getSourceElementType(); in visitGetElementPtrInst() 1664 CurTy = Op1->getSourceElementType(); in visitGetElementPtrInst() 1825 Src->getSourceElementType(), Src->getOperand(0), Indices, in visitGetElementPtrInst() 1827 : GetElementPtrInst::Create(Src->getSourceElementType(), in visitGetElementPtrInst()
|
| H A D | InstCombinePHI.cpp | 479 GetElementPtrInst::Create(FirstInst->getSourceElementType(), Base, in FoldPHIArgGEPIntoPHI()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | IRInterpreter.cpp | 286 cast<GEPOperator>(constant_expr)->getSourceElementType(); in ResolveConstantValue() 1041 Type *src_elem_ty = gep_inst->getSourceElementType(); in Interpret()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfoImpl.h | 800 return static_cast<T *>(this)->getGEPCost(GEP->getSourceElementType(), in getUserCost()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | InterleavedLoadCombinePass.cpp | 1018 DL.getIndexedOffsetInType(GEP.getSourceElementType(), Indices); in computePolynomialFromPointer()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | EfficiencySanitizer.cpp | 739 Type *SourceTy = GepInst->getSourceElementType(); in instrumentGetElementPtr()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/IPO/ |
| H A D | ArgumentPromotion.cpp | 172 SrcTy = cast<GetElementPtrInst>(UI)->getSourceElementType(); in doPromotion()
|