Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp789 const ExtractElementInst *EEI = dyn_cast<ExtractElementInst>(U); in collectInstructions() local
835 const ExtractElementInst *EEI = dyn_cast<ExtractElementInst>(U); in collectInstructions() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp265 ExtractElementInst *EEI = cast<ExtractElementInst>(UserInstr); in findDemandedEltsBySingleUser() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp1240 const ExtractElementInst * EEI = cast<ExtractElementInst>(I); in getInstructionThroughput() local
DInstructionSimplify.cpp5459 auto *EEI = cast<ExtractElementInst>(I); in SimplifyInstruction() local
DScalarEvolution.cpp7075 [&](const EdgeExitInfo &EEI) { in BackedgeTakenInfo()