Home
last modified time | relevance | path

Searched refs:getResultElementType (Results 1 – 25 of 51) sorted by relevance

123

/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DOperator.cpp28 Type *GEPOperator::getResultElementType() const { in getResultElementType() function in llvm::GEPOperator
30 return I->getResultElementType(); in getResultElementType()
31 return cast<GetElementPtrConstantExpr>(this)->getResultElementType(); in getResultElementType()
DConstantsContext.h252 Type *getResultElementType() const;
/external/llvm/lib/IR/
DOperator.cpp15 Type *GEPOperator::getResultElementType() const { in getResultElementType() function in llvm::GEPOperator
17 return I->getResultElementType(); in getResultElementType()
18 return cast<GetElementPtrConstantExpr>(this)->getResultElementType(); in getResultElementType()
DConstantsContext.h241 Type *getResultElementType() const;
/external/llvm-project/llvm/lib/IR/
DOperator.cpp28 Type *GEPOperator::getResultElementType() const { in getResultElementType() function in llvm::GEPOperator
30 return I->getResultElementType(); in getResultElementType()
31 return cast<GetElementPtrConstantExpr>(this)->getResultElementType(); in getResultElementType()
DConstantsContext.h299 Type *getResultElementType() const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DStraightLineStrengthReduce.cpp585 cast<GetElementPtrInst>(Basis.Ins)->getResultElementType())); in emitBump()
687 cast<GetElementPtrInst>(Basis.Ins)->getResultElementType(), in rewriteCandidateWithBasis()
691 cast<GetElementPtrInst>(Basis.Ins)->getResultElementType(), in rewriteCandidateWithBasis()
DNaryReassociate.cpp403 Type *ElementType = GEP->getResultElementType(); in tryReassociateGEPAtIndex()
431 Builder.CreateGEP(GEP->getResultElementType(), Candidate, RHS)); in tryReassociateGEPAtIndex()
DSeparateConstOffsetFromGEP.cpp961 if (!TTI.isLegalAddressingMode(GEP->getResultElementType(), in splitGEP()
1068 DL->getTypeAllocSize(GEP->getResultElementType())); in splitGEP()
1074 NewGEP = GetElementPtrInst::Create(GEP->getResultElementType(), NewGEP, in splitGEP()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp399 Type *ElementType = GEP->getResultElementType(); in tryReassociateGEPAtIndex()
427 Builder.CreateGEP(GEP->getResultElementType(), Candidate, RHS)); in tryReassociateGEPAtIndex()
DStraightLineStrengthReduce.cpp598 cast<GetElementPtrInst>(Basis.Ins)->getResultElementType())); in emitBump()
700 cast<GetElementPtrInst>(Basis.Ins)->getResultElementType(), in rewriteCandidateWithBasis()
704 cast<GetElementPtrInst>(Basis.Ins)->getResultElementType(), in rewriteCandidateWithBasis()
DSeparateConstOffsetFromGEP.cpp992 if (!TTI.isLegalAddressingMode(GEP->getResultElementType(), in splitGEP()
1099 DL->getTypeAllocSize(GEP->getResultElementType())); in splitGEP()
1105 NewGEP = GetElementPtrInst::Create(GEP->getResultElementType(), NewGEP, in splitGEP()
/external/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp914 if (!TTI.isLegalAddressingMode(GEP->getResultElementType(), in splitGEP()
1021 DL->getTypeAllocSize(GEP->getResultElementType())); in splitGEP()
1027 NewGEP = GetElementPtrInst::Create(GEP->getResultElementType(), NewGEP, in splitGEP()
DNaryReassociate.cpp406 Type *ElementType = GEP->getResultElementType(); in tryReassociateGEPAtIndex()
DStraightLineStrengthReduce.cpp551 cast<GetElementPtrInst>(Basis.Ins)->getResultElementType())); in emitBump()
/external/llvm/include/llvm/IR/
DOperator.h404 Type *getResultElementType() const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPerfHintAnalysis.cpp246 if (TLI->isLegalAddressingMode(*DL, AM, GEP->getResultElementType(), in visit()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUPerfHintAnalysis.cpp246 if (TLI->isLegalAddressingMode(*DL, AM, GEP->getResultElementType(), in visit()
/external/llvm-project/llvm/include/llvm/IR/
DOperator.h503 Type *getResultElementType() const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DOperator.h503 Type *getResultElementType() const;
/external/llvm/lib/Analysis/
DVectorUtils.cpp104 unsigned GEPAllocSize = DL.getTypeAllocSize(Gep->getResultElementType()); in getGEPInductionOperand()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DInterleavedLoadCombinePass.cpp1022 unsigned ResultSize = DL.getTypeAllocSize(GEP.getResultElementType()); in computePolynomialFromPointer()
/external/llvm-project/llvm/lib/CodeGen/
DInterleavedLoadCombinePass.cpp1022 unsigned ResultSize = DL.getTypeAllocSize(GEP.getResultElementType()); in computePolynomialFromPointer()
/external/llvm-project/llvm/lib/Transforms/Utils/
DValueMapper.cpp918 TypeMapper->remapType(GEP->getResultElementType())); in remapInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DVectorUtils.cpp132 unsigned GEPAllocSize = DL.getTypeAllocSize(Gep->getResultElementType()); in getGEPInductionOperand()

123