/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPromoteAlloca.cpp | 350 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/ |
D | AMDGPUPromoteAlloca.cpp | 307 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/ |
D | GlobalOpt.cpp | 1180 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/ |
D | GlobalOpt.cpp | 1240 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/ |
D | Constants.cpp | 1816 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/ |
D | Constants.cpp | 1998 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/ |
D | SLPVectorizer.cpp | 4593 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/ |
D | BitcodeReader.cpp | 3982 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/ |
D | BitcodeReader.cpp | 4609 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/ |
D | SLPVectorizer.cpp | 7445 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()
|