| /freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/ |
| D | Operator.cpp | 28 Type *GEPOperator::getResultElementType() const { in getResultElementType() function in llvm::GEPOperator 30 return I->getResultElementType(); in getResultElementType() 31 return cast<GetElementPtrConstantExpr>(this)->getResultElementType(); in getResultElementType()
|
| D | ConstantsContext.h | 293 Type *getResultElementType() const;
|
| D | ConstantFold.cpp | 2111 if (PointeeTy != GEP->getResultElementType()) in foldGEPOfGEP()
|
| D | Constants.cpp | 2890 Type *GetElementPtrConstantExpr::getResultElementType() const { in getResultElementType() function in GetElementPtrConstantExpr
|
| D | Verifier.cpp | 3604 GEP.getResultElementType() == ElTy, in visitGetElementPtrInst()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| D | StraightLineStrengthReduce.cpp | 596 cast<GetElementPtrInst>(Basis.Ins)->getResultElementType())); in emitBump() 698 cast<GetElementPtrInst>(Basis.Ins)->getResultElementType(), in rewriteCandidateWithBasis() 702 cast<GetElementPtrInst>(Basis.Ins)->getResultElementType(), in rewriteCandidateWithBasis()
|
| D | NaryReassociate.cpp | 427 Type *ElementType = GEP->getResultElementType(); in tryReassociateGEPAtIndex() 455 Builder.CreateGEP(GEP->getResultElementType(), Candidate, RHS)); in tryReassociateGEPAtIndex()
|
| D | SeparateConstOffsetFromGEP.cpp | 992 if (!TTI.isLegalAddressingMode(GEP->getResultElementType(), in splitGEP() 1099 DL->getTypeAllocSize(GEP->getResultElementType())); in splitGEP() 1105 NewGEP = GetElementPtrInst::Create(GEP->getResultElementType(), NewGEP, in splitGEP()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUPerfHintAnalysis.cpp | 246 if (TLI->isLegalAddressingMode(*DL, AM, GEP->getResultElementType(), in visit()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| D | Operator.h | 515 Type *getResultElementType() const;
|
| D | Instructions.h | 1026 Type *getResultElementType() const {
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| D | Evaluator.cpp | 162 cast<GEPOperator>(CE)->getResultElementType(), DL); in isSimpleEnoughPointerToCommit()
|
| D | ValueMapper.cpp | 966 TypeMapper->remapType(GEP->getResultElementType())); in remapInstruction()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | InterleavedLoadCombinePass.cpp | 1023 unsigned ResultSize = DL.getTypeAllocSize(GEP.getResultElementType()); in computePolynomialFromPointer()
|
| D | CodeGenPrepare.cpp | 5916 GEP->getResultElementType(), in splitLargeGEPOffsets()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | VectorUtils.cpp | 150 TypeSize GEPAllocSize = DL.getTypeAllocSize(Gep->getResultElementType()); in getGEPInductionOperand()
|
| D | ConstantFolding.cpp | 902 Type *ResElemTy = GEP->getResultElementType(); in SymbolicallyEvaluateGEP()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineSelect.cpp | 413 Type *ElementType = TGEP->getResultElementType(); in foldSelectOpOp() 2942 Type *ElementType = Gep->getResultElementType(); in visitSelectInst()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| D | GlobalOpt.cpp | 344 SubInit = Constant::getNullValue(GEP->getResultElementType()); in CleanupConstantGlobalUsers()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| D | CoroFrame.cpp | 1556 if (GEP->getResultElementType() != Orig->getType()) in insertSpills()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | CodeGenFunction.cpp | 1081 cast<llvm::GetElementPtrInst>(Addr)->getResultElementType(); in StartFunction()
|
| D | CGCall.cpp | 3454 cast<llvm::GetElementPtrInst>(SRet)->getResultElementType(); in EmitFunctionEpilog()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| D | ARMTargetTransformInfo.cpp | 1581 unsigned Scale = DL.getTypeAllocSize(GEP->getResultElementType()); in getGatherScatterOpCost()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAGBuilder.cpp | 4397 DL.getTypeAllocSize(GEP->getResultElementType()), in getUniformBase()
|