Home
last modified time | relevance | path

Searched refs:GEPs (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Vectorize/
DSLPVectorizer.h150 GEPListMap GEPs; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp5627 GEPs.clear(); in runImpl()
5665 if (!GEPs.empty()) { in runImpl()
5666 LLVM_DEBUG(dbgs() << "SLP: Found GEPs for " << GEPs.size() in runImpl()
5824 GEPs.clear(); in collectSeedInstructions()
5851 GEPs[GEP->getPointerOperand()].push_back(GEP); in collectSeedInstructions()
7378 for (auto &Entry : GEPs) { in vectorizeGEPIndices()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FastISel.cpp830 SmallVector<const Value *, 32> GEPs; in X86SelectAddress() local
958 GEPs.push_back(V); in X86SelectAddress()
974 for (const Value *I : reverse(GEPs)) in X86SelectAddress()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp1998 auto GEPs = std::move(it->second); in optimizeCallInst() local
1999 LargeOffsetGEPMap[ArgVal].append(GEPs.begin(), GEPs.end()); in optimizeCallInst()