| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A 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()
|
| H A D | ConstantsContext.h | 299 Type *getResultElementType() const;
|
| H A D | Constants.cpp | 2888 Type *GetElementPtrConstantExpr::getResultElementType() const { in getResultElementType() function in GetElementPtrConstantExpr
|
| H A D | Verifier.cpp | 3638 GEP.getResultElementType() == ElTy, in visitGetElementPtrInst()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A 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()
|
| H A D | NaryReassociate.cpp | 427 Type *ElementType = GEP->getResultElementType(); in tryReassociateGEPAtIndex() 455 Builder.CreateGEP(GEP->getResultElementType(), Candidate, RHS)); in tryReassociateGEPAtIndex()
|
| H A 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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPerfHintAnalysis.cpp | 242 if (TLI->isLegalAddressingMode(*DL, AM, GEP->getResultElementType(), in visit()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Operator.h | 506 Type *getResultElementType() const;
|
| H A D | Instructions.h | 1019 Type *getResultElementType() const {
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | Evaluator.cpp | 162 cast<GEPOperator>(CE)->getResultElementType(), DL); in isSimpleEnoughPointerToCommit()
|
| H A D | ValueMapper.cpp | 966 TypeMapper->remapType(GEP->getResultElementType())); in remapInstruction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | InterleavedLoadCombinePass.cpp | 1022 unsigned ResultSize = DL.getTypeAllocSize(GEP.getResultElementType()); in computePolynomialFromPointer()
|
| H A D | CodeGenPrepare.cpp | 5898 GEP->getResultElementType(), in splitLargeGEPOffsets()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | VectorUtils.cpp | 140 TypeSize GEPAllocSize = DL.getTypeAllocSize(Gep->getResultElementType()); in getGEPInductionOperand()
|
| H A D | ConstantFolding.cpp | 863 Type *ResElemTy = GEP->getResultElementType(); in SymbolicallyEvaluateGEP()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 1534 if (GEP->getResultElementType() != Orig->getType()) in insertSpills()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.cpp | 1576 unsigned Scale = DL.getTypeAllocSize(GEP->getResultElementType()); in getGatherScatterOpCost()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | GlobalOpt.cpp | 344 SubInit = Constant::getNullValue(GEP->getResultElementType()); in CleanupConstantGlobalUsers()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 1073 cast<llvm::GetElementPtrInst>(Addr)->getResultElementType(); in StartFunction()
|
| H A D | CGCall.cpp | 3437 cast<llvm::GetElementPtrInst>(SRet)->getResultElementType(); in EmitFunctionEpilog()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineSelect.cpp | 413 Type *ElementType = TGEP->getResultElementType(); in foldSelectOpOp()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 4396 DL.getTypeAllocSize(GEP->getResultElementType()), in getUniformBase()
|