Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp392 SmallVector<Value *, 3> GEPIdx = { in replaceUseWithTableLookup() local
1244 Constant *GEPIdx[] = {ConstantInt::get(I32, 0), ConstantInt::get(I32, I)}; in createLDSVariableReplacement() local
H A DAMDGPUPromoteAlloca.cpp390 const std::map<GetElementPtrInst *, Value *> &GEPIdx) { in calculateVectorIndex()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2445 Constant *GEPIdx = ConstantInt::get(Type::getInt32Ty(Ty->getContext()), 1); in getSizeOf() local
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5168 SmallVector<Value*, 16> GEPIdx; in parseFunctionBody() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp19086 auto *GEPIdx = GEP->idx_begin()->get(); vectorizeGEPIndices() local