Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DOperator.cpp60 Type *GEPOperator::getResultElementType() const { in getResultElementType() function in llvm::GEPOperator
62 return I->getResultElementType(); in getResultElementType()
63 return cast<GetElementPtrConstantExpr>(this)->getResultElementType(); in getResultElementType()
H A DConstantsContext.h230 Type *getResultElementType() const;
H A DConstantFold.cpp1966 if (PointeeTy != GEP->getResultElementType()) in foldGEPOfGEP()
H A DConstants.cpp2828 Type *GetElementPtrConstantExpr::getResultElementType() const { in getResultElementType() function in GetElementPtrConstantExpr
H A DVerifier.cpp3802 GEP.getResultElementType() == ElTy, in visitGetElementPtrInst()
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DirectXIRPasses/
H A DPointerTypeAnalysis.cpp33 if (!Inst->getResultElementType()->isOpaquePointerTy()) in classifyPointerType()
34 PointeeTy = Inst->getResultElementType(); in classifyPointerType()
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/
H A DDXILPrepare.cpp159 GEP->getResultElementType())) in runOnModule()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DRelLookupTableConverter.cpp44 Load->getType() != GEP->getResultElementType()) in shouldConvertToRelLookupTable()
H A DValueMapper.cpp984 TypeMapper->remapType(GEP->getResultElementType())); in remapInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp432 Type *ElementType = GEP->getResultElementType(); in tryReassociateGEPAtIndex()
460 Builder.CreateGEP(GEP->getResultElementType(), Candidate, RHS)); in tryReassociateGEPAtIndex()
H A DSeparateConstOffsetFromGEP.cpp995 if (!TTI.isLegalAddressingMode(GEP->getResultElementType(), in splitGEP()
1106 DL->getTypeAllocSize(GEP->getResultElementType())); in splitGEP()
1112 NewGEP = GetElementPtrInst::Create(GEP->getResultElementType(), NewGEP, in splitGEP()
H A DStraightLineStrengthReduce.cpp595 cast<GetElementPtrInst>(Basis.Ins)->getResultElementType())); in emitBump()
693 cast<GetElementPtrInst>(Basis.Ins)->getResultElementType(), in rewriteCandidateWithBasis()
H A DConstraintElimination.cpp266 unsigned Scale = DL.getTypeAllocSize(InnerGEP->getResultElementType()); in decomposeGEP()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DOperator.h436 Type *getResultElementType() const;
H A DInstructions.h1020 Type *getResultElementType() const {
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUPerfHintAnalysis.cpp263 if (TLI->isLegalAddressingMode(*DL, AM, GEP->getResultElementType(), in visit()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGBuilder.h306 return Address(GEP, GEP->getResultElementType(),
H A DCodeGenFunction.cpp1125 cast<llvm::GetElementPtrInst>(Addr)->getResultElementType(); in StartFunction()
H A DCGCall.cpp3572 cast<llvm::GetElementPtrInst>(SRet)->getResultElementType(); in EmitFunctionEpilog()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp1020 unsigned ResultSize = DL.getTypeAllocSize(GEP.getResultElementType()); in computePolynomialFromPointer()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DVectorUtils.cpp155 TypeSize GEPAllocSize = DL.getTypeAllocSize(Gep->getResultElementType()); in getGEPInductionOperand()
H A DConstantFolding.cpp886 Type *ResElemTy = GEP->getResultElementType(); in SymbolicallyEvaluateGEP()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp445 Type *ElementType = TGEP->getResultElementType(); in foldSelectOpOp()
3249 Type *ElementType = Gep->getResultElementType(); in visitSelectInst()
H A DInstructionCombining.cpp1994 if (Src->getResultElementType() == GEP.getSourceElementType() && in visitGEPOfGEP()
2112 if (Src->getResultElementType() != GEP.getSourceElementType()) in visitGEPOfGEP()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1651 unsigned Scale = DL.getTypeAllocSize(GEP->getResultElementType()); in getGatherScatterOpCost()

12