/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Operator.cpp | 74 Type *GEPOperator::getResultElementType() const { in getResultElementType() function in llvm::GEPOperator 76 return I->getResultElementType(); in getResultElementType() 77 return cast<GetElementPtrConstantExpr>(this)->getResultElementType(); in getResultElementType()
|
H A D | ConstantsContext.h | 208 Type *getResultElementType() const;
|
H A D | Constants.cpp | 2768 Type *GetElementPtrConstantExpr::getResultElementType() const { in getResultElementType() function in GetElementPtrConstantExpr
|
H A D | Verifier.cpp | 4094 GEP.getResultElementType() == ElTy, in visitGetElementPtrInst()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DirectXIRPasses/ |
H A D | PointerTypeAnalysis.cpp | 35 if (!Inst->getResultElementType()->isPointerTy()) in classifyPointerType() 36 PointeeTy = Inst->getResultElementType(); in classifyPointerType()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | RelLookupTableConverter.cpp | 44 Load->getType() != GEP->getResultElementType()) in shouldConvertToRelLookupTable()
|
H A D | ValueMapper.cpp | 1041 TypeMapper->remapType(GEP->getResultElementType())); in remapInstruction()
|
/freebsd/contrib/llvm-project/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 | 986 if (!TTI.isLegalAddressingMode(GEP->getResultElementType(), in reorderGEP() 1047 if (!TTI.isLegalAddressingMode(GEP->getResultElementType(), in splitGEP()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFPreserveStaticOffset.cpp | 345 Type *ResultElementType = First->getResultElementType(); in foldGEPChainAsStructAccess() 363 ResultElementType = GEP->getResultElementType(); in foldGEPChainAsStructAccess()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPerfHintAnalysis.cpp | 263 if (TLI->isLegalAddressingMode(*DL, AM, GEP->getResultElementType(), in visit()
|
H A D | AMDGPULowerBufferFatPointers.cpp | 540 I.setResultElementType(TypeMap->remapType(I.getResultElementType())); in visitGetElementPtrInst()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Operator.h | 454 Type *getResultElementType() const;
|
H A D | Instructions.h | 976 Type *getResultElementType() const {
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopIdiomVectorize.cpp | 312 !GEPA->getResultElementType()->isIntegerTy(8) || in recognizeByteCompare() 313 !GEPB->getResultElementType()->isIntegerTy(8) || in recognizeByteCompare()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuilder.h | 80 return Address(GEP, GEP->getResultElementType(), in createConstGEP2_32()
|
H A D | CodeGenFunction.cpp | 1205 cast<llvm::GetElementPtrInst>(Addr)->getResultElementType(); in StartFunction()
|
H A D | CGCall.cpp | 3816 cast<llvm::GetElementPtrInst>(SRet)->getResultElementType(); in EmitFunctionEpilog()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | InterleavedLoadCombinePass.cpp | 1026 unsigned ResultSize = DL.getTypeAllocSize(GEP.getResultElementType()); in computePolynomialFromPointer()
|
H A D | CodeGenPrepare.cpp | 6341 GEP->getResultElementType(), in splitLargeGEPOffsets()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVEmitIntrinsics.cpp | 424 Ty = Ref->getResultElementType(); in deduceElementTypeHelper()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LoopAccessAnalysis.cpp | 2809 TypeSize GEPAllocSize = DL.getTypeAllocSize(Gep->getResultElementType()); in getGEPInductionOperand()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.cpp | 1667 unsigned Scale = DL.getTypeAllocSize(GEP->getResultElementType()); in getGatherScatterOpCost()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 2461 if (Src->getResultElementType() != GEP.getSourceElementType()) in visitGEPOfGEP()
|
H A D | InstCombineCompares.cpp | 114 if (LI->isVolatile() || LI->getType() != GEP->getResultElementType() || in foldCmpLoadFromIndexedGlobal()
|