Home
last modified time | relevance | path

Searched refs:getResultElementType (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DOperator.cpp28 Type *GEPOperator::getResultElementType() const { in getResultElementType() function in llvm::GEPOperator
30 return I->getResultElementType(); in getResultElementType()
31 return cast<GetElementPtrConstantExpr>(this)->getResultElementType(); in getResultElementType()
H A DConstantsContext.h299 Type *getResultElementType() const;
H A DConstants.cpp2888 Type *GetElementPtrConstantExpr::getResultElementType() const { in getResultElementType() function in GetElementPtrConstantExpr
H A DVerifier.cpp3638 GEP.getResultElementType() == ElTy, in visitGetElementPtrInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp596 cast<GetElementPtrInst>(Basis.Ins)->getResultElementType())); in emitBump()
698 cast<GetElementPtrInst>(Basis.Ins)->getResultElementType(), in rewriteCandidateWithBasis()
702 cast<GetElementPtrInst>(Basis.Ins)->getResultElementType(), in rewriteCandidateWithBasis()
H A DNaryReassociate.cpp427 Type *ElementType = GEP->getResultElementType(); in tryReassociateGEPAtIndex()
455 Builder.CreateGEP(GEP->getResultElementType(), Candidate, RHS)); in tryReassociateGEPAtIndex()
H A DSeparateConstOffsetFromGEP.cpp992 if (!TTI.isLegalAddressingMode(GEP->getResultElementType(), in splitGEP()
1099 DL->getTypeAllocSize(GEP->getResultElementType())); in splitGEP()
1105 NewGEP = GetElementPtrInst::Create(GEP->getResultElementType(), NewGEP, in splitGEP()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUPerfHintAnalysis.cpp242 if (TLI->isLegalAddressingMode(*DL, AM, GEP->getResultElementType(), in visit()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DOperator.h506 Type *getResultElementType() const;
H A DInstructions.h1019 Type *getResultElementType() const {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp162 cast<GEPOperator>(CE)->getResultElementType(), DL); in isSimpleEnoughPointerToCommit()
H A DValueMapper.cpp966 TypeMapper->remapType(GEP->getResultElementType())); in remapInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp1022 unsigned ResultSize = DL.getTypeAllocSize(GEP.getResultElementType()); in computePolynomialFromPointer()
H A DCodeGenPrepare.cpp5898 GEP->getResultElementType(), in splitLargeGEPOffsets()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DVectorUtils.cpp140 TypeSize GEPAllocSize = DL.getTypeAllocSize(Gep->getResultElementType()); in getGEPInductionOperand()
H A DConstantFolding.cpp863 Type *ResElemTy = GEP->getResultElementType(); in SymbolicallyEvaluateGEP()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1534 if (GEP->getResultElementType() != Orig->getType()) in insertSpills()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1576 unsigned Scale = DL.getTypeAllocSize(GEP->getResultElementType()); in getGatherScatterOpCost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp344 SubInit = Constant::getNullValue(GEP->getResultElementType()); in CleanupConstantGlobalUsers()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1073 cast<llvm::GetElementPtrInst>(Addr)->getResultElementType(); in StartFunction()
H A DCGCall.cpp3437 cast<llvm::GetElementPtrInst>(SRet)->getResultElementType(); in EmitFunctionEpilog()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp413 Type *ElementType = TGEP->getResultElementType(); in foldSelectOpOp()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4396 DL.getTypeAllocSize(GEP->getResultElementType()), in getUniformBase()