Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DCostModel.cpp456 const ExtractElementInst * EEI = cast<ExtractElementInst>(I); in getInstructionCost() local
DInstructionSimplify.cpp4209 auto *EEI = cast<ExtractElementInst>(I); in SimplifyInstruction() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp756 const ExtractElementInst *EEI = dyn_cast<ExtractElementInst>(U); in collectInstructions() local
802 const ExtractElementInst *EEI = dyn_cast<ExtractElementInst>(U); in collectInstructions() local
/external/spirv-llvm/lib/SPIRV/
DSPIRVReader.cpp604 auto EEI = dyn_cast<ExtractElementInst>(*LDUI); in transOCLBuiltinFromVariable() local
612 if (auto EEI = dyn_cast<ExtractElementInst>(I)) in transOCLBuiltinFromVariable() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp1047 const ExtractElementInst * EEI = cast<ExtractElementInst>(I); in getInstructionThroughput() local
DInstructionSimplify.cpp5027 auto *EEI = cast<ExtractElementInst>(I); in SimplifyInstruction() local
DScalarEvolution.cpp6979 [&](const EdgeExitInfo &EEI) { in BackedgeTakenInfo()