/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Operator.cpp | 29 Type *GEPOperator::getResultElementType() const { in getResultElementType() function in llvm::GEPOperator 31 return I->getResultElementType(); in getResultElementType() 32 return cast<GetElementPtrConstantExpr>(this)->getResultElementType(); in getResultElementType()
|
D | ConstantsContext.h | 253 Type *getResultElementType() const;
|
D | Constants.cpp | 2362 Type *GetElementPtrConstantExpr::getResultElementType() const { in getResultElementType() function in GetElementPtrConstantExpr
|
/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;
|
D | Constants.cpp | 2281 Type *GetElementPtrConstantExpr::getResultElementType() const { in getResultElementType() function in GetElementPtrConstantExpr
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
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()
|
D | NaryReassociate.cpp | 403 Type *ElementType = GEP->getResultElementType(); in tryReassociateGEPAtIndex()
|
D | StraightLineStrengthReduce.cpp | 585 cast<GetElementPtrInst>(Basis.Ins)->getResultElementType())); in emitBump()
|
/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;
|
D | Instructions.h | 932 Type *getResultElementType() const {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPerfHintAnalysis.cpp | 252 if (TLI->isLegalAddressingMode(*DL, AM, GEP->getResultElementType(), in visit()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Operator.h | 476 Type *getResultElementType() const;
|
/external/llvm/lib/Analysis/ |
D | VectorUtils.cpp | 104 unsigned GEPAllocSize = DL.getTypeAllocSize(Gep->getResultElementType()); in getGEPInductionOperand()
|
D | ConstantFolding.cpp | 748 Type *ResElemTy = GEP->getResultElementType(); in SymbolicallyEvaluateGEP()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | VectorUtils.cpp | 106 unsigned GEPAllocSize = DL.getTypeAllocSize(Gep->getResultElementType()); in getGEPInductionOperand()
|
D | ConstantFolding.cpp | 798 Type *ResElemTy = GEP->getResultElementType(); in SymbolicallyEvaluateGEP()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | ValueMapper.cpp | 925 TypeMapper->remapType(GEP->getResultElementType())); in remapInstruction()
|
/external/llvm/lib/Transforms/Utils/ |
D | ValueMapper.cpp | 909 TypeMapper->remapType(GEP->getResultElementType())); in remapInstruction()
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 292 SubInit = Constant::getNullValue(GEP->getResultElementType()); in CleanupConstantGlobalUsers() 1184 Value *NGEPI = GetElementPtrInst::Create(GEPI->getResultElementType(), NewPtr, GEPIdx, in RewriteHeapSROALoadUser()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 333 SubInit = Constant::getNullValue(GEP->getResultElementType()); in CleanupConstantGlobalUsers() 1227 Value *NGEPI = GetElementPtrInst::Create(GEPI->getResultElementType(), NewPtr, GEPIdx, in RewriteHeapSROALoadUser()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 356 Type *ElementType = TGEP->getResultElementType(); in foldSelectOpOp()
|