Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DAMDGPULowerModuleLDSPass.cpp564 Value *GEPIdx[3] = { in replaceUsesInInstructionsWithTableLookup() local
571 LookupTable->getValueType(), LookupTable, GEPIdx, GV->getName()); in replaceUsesInInstructionsWithTableLookup()
1090 Constant *GEPIdx[] = {ConstantInt::get(I32, 0), ConstantInt::get(I32, I)}; in createLDSVariableReplacement() local
1091 Constant *GEP = ConstantExpr::getGetElementPtr(LDSTy, SGV, GEPIdx, true); in createLDSVariableReplacement()
DAMDGPUPromoteAlloca.cpp339 const std::map<GetElementPtrInst *, Value *> &GEPIdx) { in calculateVectorIndex() argument
344 auto I = GEPIdx.find(GEP); in calculateVectorIndex()
345 assert(I != GEPIdx.end() && "Must have entry for GEP!"); in calculateVectorIndex()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DConstants.cpp2381 Constant *GEPIdx = ConstantInt::get(Type::getInt32Ty(Ty->getContext()), 1); in getSizeOf() local
2383 Ty, Constant::getNullValue(PointerType::getUnqual(Ty)), GEPIdx); in getSizeOf()
2409 Constant *GEPIdx[] = { in getOffsetOf() local
2414 Ty, Constant::getNullValue(PointerType::getUnqual(Ty)), GEPIdx); in getOffsetOf()
/openbsd/src/gnu/llvm/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4952 SmallVector<Value*, 16> GEPIdx; in parseFunctionBody() local
4958 GEPIdx.push_back(Op); in parseFunctionBody()
4961 I = GetElementPtrInst::Create(Ty, BasePtr, GEPIdx); in parseFunctionBody()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp13848 auto *GEPIdx = GEP->idx_begin()->get(); in vectorizeGEPIndices() local
13849 assert(GEP->getNumIndices() == 1 || !isa<Constant>(GEPIdx)); in vectorizeGEPIndices()
13850 Bundle[BundleIndex++] = GEPIdx; in vectorizeGEPIndices()