Home
last modified time | relevance | path

Searched refs:GEPIdx (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp350 const std::map<GetElementPtrInst *, Value *> &GEPIdx) { in calculateVectorIndex() argument
356 auto I = GEPIdx.find(GEP); in calculateVectorIndex()
357 return I == GEPIdx.end() ? nullptr : I->second; in calculateVectorIndex()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp307 const std::map<GetElementPtrInst *, Value *> &GEPIdx) { in calculateVectorIndex() argument
310 auto I = GEPIdx.find(GEP); in calculateVectorIndex()
311 return I == GEPIdx.end() ? nullptr : I->second; in calculateVectorIndex()
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1180 SmallVector<Value*, 8> GEPIdx; in RewriteHeapSROALoadUser() local
1181 GEPIdx.push_back(GEPI->getOperand(1)); in RewriteHeapSROALoadUser()
1182 GEPIdx.append(GEPI->op_begin()+3, GEPI->op_end()); in RewriteHeapSROALoadUser()
1184 Value *NGEPI = GetElementPtrInst::Create(GEPI->getResultElementType(), NewPtr, GEPIdx, in RewriteHeapSROALoadUser()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1240 SmallVector<Value*, 8> GEPIdx; in RewriteHeapSROALoadUser() local
1241 GEPIdx.push_back(GEPI->getOperand(1)); in RewriteHeapSROALoadUser()
1242 GEPIdx.append(GEPI->op_begin()+3, GEPI->op_end()); in RewriteHeapSROALoadUser()
1244 Value *NGEPI = GetElementPtrInst::Create(GEPI->getResultElementType(), NewPtr, GEPIdx, in RewriteHeapSROALoadUser()
/external/llvm/lib/IR/
DConstants.cpp1816 Constant *GEPIdx = ConstantInt::get(Type::getInt32Ty(Ty->getContext()), 1); in getSizeOf() local
1818 Ty, Constant::getNullValue(PointerType::getUnqual(Ty)), GEPIdx); in getSizeOf()
1845 Constant *GEPIdx[] = { in getOffsetOf() local
1850 Ty, Constant::getNullValue(PointerType::getUnqual(Ty)), GEPIdx); in getOffsetOf()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp1998 Constant *GEPIdx = ConstantInt::get(Type::getInt32Ty(Ty->getContext()), 1); in getSizeOf() local
2000 Ty, Constant::getNullValue(PointerType::getUnqual(Ty)), GEPIdx); in getSizeOf()
2026 Constant *GEPIdx[] = { in getOffsetOf() local
2031 Ty, Constant::getNullValue(PointerType::getUnqual(Ty)), GEPIdx); in getOffsetOf()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp4593 auto *GEPIdx = GEP->idx_begin()->get(); in vectorizeGEPIndices() local
4594 assert(GEP->getNumIndices() == 1 || !isa<Constant>(GEPIdx)); in vectorizeGEPIndices()
4595 Bundle[BundleIndex++] = GEPIdx; in vectorizeGEPIndices()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3982 SmallVector<Value*, 16> GEPIdx; in parseFunctionBody() local
3987 GEPIdx.push_back(Op); in parseFunctionBody()
3990 I = GetElementPtrInst::Create(Ty, BasePtr, GEPIdx); in parseFunctionBody()
3991 FullTy = GetElementPtrInst::getGEPReturnType(FullTy, I, GEPIdx); in parseFunctionBody()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4609 SmallVector<Value*, 16> GEPIdx; in parseFunctionBody() local
4614 GEPIdx.push_back(Op); in parseFunctionBody()
4617 I = GetElementPtrInst::Create(Ty, BasePtr, GEPIdx); in parseFunctionBody()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp7445 auto *GEPIdx = GEP->idx_begin()->get(); in vectorizeGEPIndices() local
7446 assert(GEP->getNumIndices() == 1 || !isa<Constant>(GEPIdx)); in vectorizeGEPIndices()
7447 Bundle[BundleIndex++] = GEPIdx; in vectorizeGEPIndices()