/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
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()
|
/external/llvm/lib/IR/ |
D | Operator.cpp | 9 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/ |
D | GetElementPtrTypeIterator.h | 100 GEPOp->getSourceElementType(), in gep_type_begin() 111 GEPOp.getSourceElementType(), in gep_type_begin()
|
D | Operator.h | 403 Type *getSourceElementType() const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | GetElementPtrTypeIterator.h | 131 GEPOp->getSourceElementType(), in gep_type_begin() 142 GEPOp.getSourceElementType(), in gep_type_begin()
|
D | Operator.h | 475 Type *getSourceElementType() const;
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXFavorNonGenericAddrSpaces.cpp | 167 GEP->getSourceElementType(), Cast->getOperand(0), Indices, in hoistAddrSpaceCastFromGEP() 179 GEP->getSourceElementType(), cast<Constant>(Cast->getOperand(0)), in hoistAddrSpaceCastFromGEP()
|
D | NVPTXGenericToNVVM.cpp | 339 cast<GEPOperator>(C)->getSourceElementType(), in remapConstantExpr() 343 cast<GEPOperator>(C)->getSourceElementType(), in remapConstantExpr()
|
D | NVPTXInferAddressSpaces.cpp | 319 GEP->getSourceElementType(), NewPointerOperands[0], in cloneInstructionWithNewAddressSpace()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTXGenericToNVVM.cpp | 289 cast<GEPOperator>(C)->getSourceElementType(), in remapConstantExpr() 293 cast<GEPOperator>(C)->getSourceElementType(), in remapConstantExpr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | TypeMetadataUtils.cpp | 56 GEP->getSourceElementType(), Indices); in findLoadCallsAtConstantOffset()
|
D | PHITransAddr.cpp | 230 if (Value *V = SimplifyGEPInst(GEP->getSourceElementType(), in PHITranslateSubExpr() 408 GEP->getSourceElementType(), GEPOps[0], makeArrayRef(GEPOps).slice(1), in InsertPHITranslatedSubExpr()
|
D | BasicAliasAnalysis.cpp | 473 if (!GEPOp->getSourceElementType()->isSized()) { in DecomposeGEPExpression() 1051 GEP1->getSourceElementType(), IntermediateIndices))) in aliasSameBasePointerGEPs() 1057 GEP1->getSourceElementType(), IntermediateIndices); in aliasSameBasePointerGEPs()
|
D | ConstantFolding.cpp | 797 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/ |
D | TypeMetadataUtils.cpp | 56 GEP->getSourceElementType(), Indices); in findLoadCallsAtConstantOffset()
|
D | PHITransAddr.cpp | 232 if (Value *V = SimplifyGEPInst(GEP->getSourceElementType(), in PHITranslateSubExpr() 411 GEP->getSourceElementType(), GEPOps[0], makeArrayRef(GEPOps).slice(1), in InsertPHITranslatedSubExpr()
|
D | BasicAliasAnalysis.cpp | 403 if (!GEPOp->getSourceElementType()->isSized()) { in DecomposeGEPExpression() 870 GEP1->getSourceElementType(), IntermediateIndices))) in aliasSameBasePointerGEPs() 876 GEP1->getSourceElementType(), IntermediateIndices); in aliasSameBasePointerGEPs()
|
/external/llvm/lib/Transforms/Scalar/ |
D | NaryReassociate.cpp | 307 return TTI->getGEPCost(GEP->getSourceElementType(), GEP->getPointerOperand(), in isGEPFoldable() 390 GEP->getSourceElementType(), SE->getSCEV(GEP->getPointerOperand()), in tryReassociateGEPAtIndex()
|
D | StraightLineStrengthReduce.cpp | 242 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/ |
D | XCoreLowerThreadLocal.cpp | 86 cast<GEPOperator>(CE)->getSourceElementType(), CEOps[0], in createReplacementInstr()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 86 cast<GEPOperator>(CE)->getSourceElementType(), CEOps[0], in createReplacementInstr()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 1333 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/ |
D | FunctionComparator.cpp | 681 if (int Res = cmpTypes(GEPL->getSourceElementType(), in cmpGEPs() 682 GEPR->getSourceElementType())) in cmpGEPs()
|
D | ValueMapper.cpp | 472 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/ |
D | NaryReassociate.cpp | 303 return TTI->getGEPCost(GEP->getSourceElementType(), GEP->getPointerOperand(), in isGEPFoldable()
|