Home
last modified time | relevance | path

Searched refs:getSourceElementType (Results 1 – 25 of 78) sorted by relevance

1234

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DOperator.cpp23 Type *GEPOperator::getSourceElementType() const { in getSourceElementType() function in llvm::GEPOperator
25 return I->getSourceElementType(); in getSourceElementType()
26 return cast<GetElementPtrConstantExpr>(this)->getSourceElementType(); in getSourceElementType()
/external/llvm/lib/IR/
DOperator.cpp9 Type *GEPOperator::getSourceElementType() const { in getSourceElementType() function in llvm::GEPOperator
11 return I->getSourceElementType(); in getSourceElementType()
12 return cast<GetElementPtrConstantExpr>(this)->getSourceElementType(); in getSourceElementType()
/external/llvm/include/llvm/IR/
DGetElementPtrTypeIterator.h100 GEPOp->getSourceElementType(), in gep_type_begin()
111 GEPOp.getSourceElementType(), in gep_type_begin()
DOperator.h403 Type *getSourceElementType() const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DGetElementPtrTypeIterator.h131 GEPOp->getSourceElementType(), in gep_type_begin()
142 GEPOp.getSourceElementType(), in gep_type_begin()
DOperator.h475 Type *getSourceElementType() const;
/external/llvm/lib/Target/NVPTX/
DNVPTXFavorNonGenericAddrSpaces.cpp167 GEP->getSourceElementType(), Cast->getOperand(0), Indices, in hoistAddrSpaceCastFromGEP()
179 GEP->getSourceElementType(), cast<Constant>(Cast->getOperand(0)), in hoistAddrSpaceCastFromGEP()
DNVPTXGenericToNVVM.cpp339 cast<GEPOperator>(C)->getSourceElementType(), in remapConstantExpr()
343 cast<GEPOperator>(C)->getSourceElementType(), in remapConstantExpr()
DNVPTXInferAddressSpaces.cpp319 GEP->getSourceElementType(), NewPointerOperands[0], in cloneInstructionWithNewAddressSpace()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXGenericToNVVM.cpp289 cast<GEPOperator>(C)->getSourceElementType(), in remapConstantExpr()
293 cast<GEPOperator>(C)->getSourceElementType(), in remapConstantExpr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DTypeMetadataUtils.cpp56 GEP->getSourceElementType(), Indices); in findLoadCallsAtConstantOffset()
DPHITransAddr.cpp230 if (Value *V = SimplifyGEPInst(GEP->getSourceElementType(), in PHITranslateSubExpr()
408 GEP->getSourceElementType(), GEPOps[0], makeArrayRef(GEPOps).slice(1), in InsertPHITranslatedSubExpr()
DBasicAliasAnalysis.cpp473 if (!GEPOp->getSourceElementType()->isSized()) { in DecomposeGEPExpression()
1051 GEP1->getSourceElementType(), IntermediateIndices))) in aliasSameBasePointerGEPs()
1057 GEP1->getSourceElementType(), IntermediateIndices); in aliasSameBasePointerGEPs()
DConstantFolding.cpp797 Type *SrcElemTy = GEP->getSourceElementType(); in SymbolicallyEvaluateGEP()
863 SrcElemTy = GEP->getSourceElementType(); in SymbolicallyEvaluateGEP()
959 if (SrcElemTy == InnermostGEP->getSourceElementType() && in SymbolicallyEvaluateGEP()
1010 return ConstantExpr::getGetElementPtr(GEP->getSourceElementType(), Ops[0], in ConstantFoldInstOperandsImpl()
/external/llvm/lib/Analysis/
DTypeMetadataUtils.cpp56 GEP->getSourceElementType(), Indices); in findLoadCallsAtConstantOffset()
DPHITransAddr.cpp232 if (Value *V = SimplifyGEPInst(GEP->getSourceElementType(), in PHITranslateSubExpr()
411 GEP->getSourceElementType(), GEPOps[0], makeArrayRef(GEPOps).slice(1), in InsertPHITranslatedSubExpr()
DBasicAliasAnalysis.cpp403 if (!GEPOp->getSourceElementType()->isSized()) { in DecomposeGEPExpression()
870 GEP1->getSourceElementType(), IntermediateIndices))) in aliasSameBasePointerGEPs()
876 GEP1->getSourceElementType(), IntermediateIndices); in aliasSameBasePointerGEPs()
/external/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp307 return TTI->getGEPCost(GEP->getSourceElementType(), GEP->getPointerOperand(), in isGEPFoldable()
390 GEP->getSourceElementType(), SE->getSCEV(GEP->getPointerOperand()), in tryReassociateGEPAtIndex()
DStraightLineStrengthReduce.cpp242 return TTI->getGEPCost(GEP->getSourceElementType(), GEP->getPointerOperand(), in isGEPFoldable()
502 const SCEV *BaseExpr = SE->getGEPExpr(GEP->getSourceElementType(), in allocateCandidatesAndFindBasisForGEP()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp86 cast<GEPOperator>(CE)->getSourceElementType(), CEOps[0], in createReplacementInstr()
/external/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp86 cast<GEPOperator>(CE)->getSourceElementType(), CEOps[0], in createReplacementInstr()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1333 if (Value *V = SimplifyGEPInst(GEP.getSourceElementType(), Ops, DL, TLI, DT, AC)) in visitGetElementPtrInst()
1435 CurTy = Op1->getSourceElementType(); in visitGetElementPtrInst()
1554 Src->getSourceElementType(), Src->getOperand(0), Indices, in visitGetElementPtrInst()
1556 : GetElementPtrInst::Create(Src->getSourceElementType(), in visitGetElementPtrInst()
1565 Type *Ty = GEP.getSourceElementType(); in visitGetElementPtrInst()
1629 dyn_cast<ArrayType>(GEP.getSourceElementType())) { in visitGetElementPtrInst()
1686 Type *ResElTy = GEP.getSourceElementType(); in visitGetElementPtrInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp681 if (int Res = cmpTypes(GEPL->getSourceElementType(), in cmpGEPs()
682 GEPR->getSourceElementType())) in cmpGEPs()
DValueMapper.cpp472 NewSrcTy = TypeMapper->remapType(GEPO->getSourceElementType()); in mapValue()
923 TypeMapper->remapType(GEP->getSourceElementType())); in remapInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp303 return TTI->getGEPCost(GEP->getSourceElementType(), GEP->getPointerOperand(), in isGEPFoldable()

1234