/external/swiftshader/third_party/llvm-10.0/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 | 252 Type *getResultElementType() const;
|
/external/llvm/lib/IR/ |
D | Operator.cpp | 15 Type *GEPOperator::getResultElementType() const { in getResultElementType() function in llvm::GEPOperator 17 return I->getResultElementType(); in getResultElementType() 18 return cast<GetElementPtrConstantExpr>(this)->getResultElementType(); in getResultElementType()
|
D | ConstantsContext.h | 241 Type *getResultElementType() const;
|
/external/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 | 299 Type *getResultElementType() const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | StraightLineStrengthReduce.cpp | 585 cast<GetElementPtrInst>(Basis.Ins)->getResultElementType())); in emitBump() 687 cast<GetElementPtrInst>(Basis.Ins)->getResultElementType(), in rewriteCandidateWithBasis() 691 cast<GetElementPtrInst>(Basis.Ins)->getResultElementType(), in rewriteCandidateWithBasis()
|
D | NaryReassociate.cpp | 403 Type *ElementType = GEP->getResultElementType(); in tryReassociateGEPAtIndex() 431 Builder.CreateGEP(GEP->getResultElementType(), Candidate, RHS)); in tryReassociateGEPAtIndex()
|
D | SeparateConstOffsetFromGEP.cpp | 961 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/ |
D | NaryReassociate.cpp | 399 Type *ElementType = GEP->getResultElementType(); in tryReassociateGEPAtIndex() 427 Builder.CreateGEP(GEP->getResultElementType(), Candidate, RHS)); in tryReassociateGEPAtIndex()
|
D | StraightLineStrengthReduce.cpp | 598 cast<GetElementPtrInst>(Basis.Ins)->getResultElementType())); in emitBump() 700 cast<GetElementPtrInst>(Basis.Ins)->getResultElementType(), in rewriteCandidateWithBasis() 704 cast<GetElementPtrInst>(Basis.Ins)->getResultElementType(), in rewriteCandidateWithBasis()
|
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()
|
/external/llvm/lib/Transforms/Scalar/ |
D | SeparateConstOffsetFromGEP.cpp | 914 if (!TTI.isLegalAddressingMode(GEP->getResultElementType(), in splitGEP() 1021 DL->getTypeAllocSize(GEP->getResultElementType())); in splitGEP() 1027 NewGEP = GetElementPtrInst::Create(GEP->getResultElementType(), NewGEP, in splitGEP()
|
D | NaryReassociate.cpp | 406 Type *ElementType = GEP->getResultElementType(); in tryReassociateGEPAtIndex()
|
D | StraightLineStrengthReduce.cpp | 551 cast<GetElementPtrInst>(Basis.Ins)->getResultElementType())); in emitBump()
|
/external/llvm/include/llvm/IR/ |
D | Operator.h | 404 Type *getResultElementType() const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPerfHintAnalysis.cpp | 246 if (TLI->isLegalAddressingMode(*DL, AM, GEP->getResultElementType(), in visit()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPerfHintAnalysis.cpp | 246 if (TLI->isLegalAddressingMode(*DL, AM, GEP->getResultElementType(), in visit()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Operator.h | 503 Type *getResultElementType() const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Operator.h | 503 Type *getResultElementType() const;
|
/external/llvm/lib/Analysis/ |
D | VectorUtils.cpp | 104 unsigned GEPAllocSize = DL.getTypeAllocSize(Gep->getResultElementType()); in getGEPInductionOperand()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | InterleavedLoadCombinePass.cpp | 1022 unsigned ResultSize = DL.getTypeAllocSize(GEP.getResultElementType()); in computePolynomialFromPointer()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | InterleavedLoadCombinePass.cpp | 1022 unsigned ResultSize = DL.getTypeAllocSize(GEP.getResultElementType()); in computePolynomialFromPointer()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | ValueMapper.cpp | 918 TypeMapper->remapType(GEP->getResultElementType())); in remapInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | VectorUtils.cpp | 132 unsigned GEPAllocSize = DL.getTypeAllocSize(Gep->getResultElementType()); in getGEPInductionOperand()
|