| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Operator.cpp | 60 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 D | ConstantsContext.h | 230 Type *getResultElementType() const;
|
| H A D | ConstantFold.cpp | 1966 if (PointeeTy != GEP->getResultElementType()) in foldGEPOfGEP()
|
| H A D | Constants.cpp | 2828 Type *GetElementPtrConstantExpr::getResultElementType() const { in getResultElementType() function in GetElementPtrConstantExpr
|
| H A D | Verifier.cpp | 3802 GEP.getResultElementType() == ElTy, in visitGetElementPtrInst()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DirectXIRPasses/ |
| H A D | PointerTypeAnalysis.cpp | 33 if (!Inst->getResultElementType()->isOpaquePointerTy()) in classifyPointerType() 34 PointeeTy = Inst->getResultElementType(); in classifyPointerType()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/ |
| H A D | DXILPrepare.cpp | 159 GEP->getResultElementType())) in runOnModule()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | RelLookupTableConverter.cpp | 44 Load->getType() != GEP->getResultElementType()) in shouldConvertToRelLookupTable()
|
| H A D | ValueMapper.cpp | 984 TypeMapper->remapType(GEP->getResultElementType())); in remapInstruction()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | NaryReassociate.cpp | 432 Type *ElementType = GEP->getResultElementType(); in tryReassociateGEPAtIndex() 460 Builder.CreateGEP(GEP->getResultElementType(), Candidate, RHS)); in tryReassociateGEPAtIndex()
|
| H A D | SeparateConstOffsetFromGEP.cpp | 995 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 D | StraightLineStrengthReduce.cpp | 595 cast<GetElementPtrInst>(Basis.Ins)->getResultElementType())); in emitBump() 693 cast<GetElementPtrInst>(Basis.Ins)->getResultElementType(), in rewriteCandidateWithBasis()
|
| H A D | ConstraintElimination.cpp | 266 unsigned Scale = DL.getTypeAllocSize(InnerGEP->getResultElementType()); in decomposeGEP()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Operator.h | 436 Type *getResultElementType() const;
|
| H A D | Instructions.h | 1020 Type *getResultElementType() const {
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPerfHintAnalysis.cpp | 263 if (TLI->isLegalAddressingMode(*DL, AM, GEP->getResultElementType(), in visit()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGBuilder.h | 306 return Address(GEP, GEP->getResultElementType(),
|
| H A D | CodeGenFunction.cpp | 1125 cast<llvm::GetElementPtrInst>(Addr)->getResultElementType(); in StartFunction()
|
| H A D | CGCall.cpp | 3572 cast<llvm::GetElementPtrInst>(SRet)->getResultElementType(); in EmitFunctionEpilog()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | InterleavedLoadCombinePass.cpp | 1020 unsigned ResultSize = DL.getTypeAllocSize(GEP.getResultElementType()); in computePolynomialFromPointer()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | VectorUtils.cpp | 155 TypeSize GEPAllocSize = DL.getTypeAllocSize(Gep->getResultElementType()); in getGEPInductionOperand()
|
| H A D | ConstantFolding.cpp | 886 Type *ResElemTy = GEP->getResultElementType(); in SymbolicallyEvaluateGEP()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineSelect.cpp | 445 Type *ElementType = TGEP->getResultElementType(); in foldSelectOpOp() 3249 Type *ElementType = Gep->getResultElementType(); in visitSelectInst()
|
| H A D | InstructionCombining.cpp | 1994 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 D | ARMTargetTransformInfo.cpp | 1651 unsigned Scale = DL.getTypeAllocSize(GEP->getResultElementType()); in getGatherScatterOpCost()
|