| /llvm-project-15.0.7/llvm/lib/Target/DirectX/ |
| H A D | PointerTypeAnalysis.cpp | 28 if (!Inst->getResultElementType()->isOpaquePointerTy()) in classifyPointerType() 29 PointeeTy = Inst->getResultElementType(); in classifyPointerType()
|
| H A D | DXILPrepare.cpp | 159 GEP->getResultElementType())) in runOnModule()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Operator.cpp | 53 Type *GEPOperator::getResultElementType() const { in getResultElementType() function in llvm::GEPOperator 55 return I->getResultElementType(); in getResultElementType() 56 return cast<GetElementPtrConstantExpr>(this)->getResultElementType(); in getResultElementType()
|
| H A D | ConstantsContext.h | 232 Type *getResultElementType() const;
|
| H A D | ConstantFold.cpp | 1963 if (PointeeTy != GEP->getResultElementType()) in foldGEPOfGEP()
|
| H A D | Constants.cpp | 2835 Type *GetElementPtrConstantExpr::getResultElementType() const { in getResultElementType() function in GetElementPtrConstantExpr
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | RelLookupTableConverter.cpp | 44 Load->getType() != GEP->getResultElementType()) in shouldConvertToRelLookupTable()
|
| H A D | ValueMapper.cpp | 985 TypeMapper->remapType(GEP->getResultElementType())); in remapInstruction()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | NaryReassociate.cpp | 431 Type *ElementType = GEP->getResultElementType(); in tryReassociateGEPAtIndex() 459 Builder.CreateGEP(GEP->getResultElementType(), Candidate, RHS)); in tryReassociateGEPAtIndex()
|
| H A D | SeparateConstOffsetFromGEP.cpp | 991 if (!TTI.isLegalAddressingMode(GEP->getResultElementType(), in splitGEP() 1098 DL->getTypeAllocSize(GEP->getResultElementType())); in splitGEP() 1104 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()
|
| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | LoopGenerators.cpp | 249 Type *ElemTy = cast<GetElementPtrInst>(Address)->getResultElementType(); in extractValuesFromStruct()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Operator.h | 432 Type *getResultElementType() const;
|
| H A D | Instructions.h | 1009 Type *getResultElementType() const {
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPerfHintAnalysis.cpp | 263 if (TLI->isLegalAddressingMode(*DL, AM, GEP->getResultElementType(), in visit()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGBuilder.h | 306 return Address(GEP, GEP->getResultElementType(),
|
| H A D | CodeGenFunction.cpp | 1106 cast<llvm::GetElementPtrInst>(Addr)->getResultElementType(); in StartFunction()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | InterleavedLoadCombinePass.cpp | 1020 unsigned ResultSize = DL.getTypeAllocSize(GEP.getResultElementType()); in computePolynomialFromPointer()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineSelect.cpp | 421 Type *ElementType = TGEP->getResultElementType(); in foldSelectOpOp() 2928 Type *ElementType = Gep->getResultElementType(); in visitSelectInst()
|
| H A D | InstructionCombining.cpp | 1979 if (Src->getResultElementType() == GEP.getSourceElementType() && in visitGEPOfGEP() 2097 if (Src->getResultElementType() != GEP.getSourceElementType()) in visitGEPOfGEP()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 1602 if (GEP->getResultElementType() != Orig->getType()) in insertSpills()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.cpp | 1641 unsigned Scale = DL.getTypeAllocSize(GEP->getResultElementType()); in getGatherScatterOpCost()
|
| /llvm-project-15.0.7/polly/lib/Analysis/ |
| H A D | ScopBuilder.cpp | 1456 if (!GEP || DL.getTypeAllocSize(GEP->getResultElementType()) != in buildAccessMultiDimFixed()
|