Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DOperator.cpp29 Type *GEPOperator::getResultElementType() const { in getResultElementType() function in llvm::GEPOperator
31 return I->getResultElementType(); in getResultElementType()
32 return cast<GetElementPtrConstantExpr>(this)->getResultElementType(); in getResultElementType()
DConstantsContext.h253 Type *getResultElementType() const;
DConstants.cpp2362 Type *GetElementPtrConstantExpr::getResultElementType() const { in getResultElementType() function in GetElementPtrConstantExpr
/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;
DConstants.cpp2281 Type *GetElementPtrConstantExpr::getResultElementType() const { in getResultElementType() function in GetElementPtrConstantExpr
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
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()
DNaryReassociate.cpp403 Type *ElementType = GEP->getResultElementType(); in tryReassociateGEPAtIndex()
DStraightLineStrengthReduce.cpp585 cast<GetElementPtrInst>(Basis.Ins)->getResultElementType())); in emitBump()
/external/llvm/include/llvm/IR/
DOperator.h404 Type *getResultElementType() const;
DInstructions.h932 Type *getResultElementType() const {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUPerfHintAnalysis.cpp252 if (TLI->isLegalAddressingMode(*DL, AM, GEP->getResultElementType(), in visit()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DOperator.h476 Type *getResultElementType() const;
/external/llvm/lib/Analysis/
DVectorUtils.cpp104 unsigned GEPAllocSize = DL.getTypeAllocSize(Gep->getResultElementType()); in getGEPInductionOperand()
DConstantFolding.cpp748 Type *ResElemTy = GEP->getResultElementType(); in SymbolicallyEvaluateGEP()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DVectorUtils.cpp106 unsigned GEPAllocSize = DL.getTypeAllocSize(Gep->getResultElementType()); in getGEPInductionOperand()
DConstantFolding.cpp798 Type *ResElemTy = GEP->getResultElementType(); in SymbolicallyEvaluateGEP()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DValueMapper.cpp925 TypeMapper->remapType(GEP->getResultElementType())); in remapInstruction()
/external/llvm/lib/Transforms/Utils/
DValueMapper.cpp909 TypeMapper->remapType(GEP->getResultElementType())); in remapInstruction()
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp292 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/
DGlobalOpt.cpp333 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/
DInstCombineSelect.cpp356 Type *ElementType = TGEP->getResultElementType(); in foldSelectOpOp()

12