Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerInfo.cpp664 auto ElementSizeAndAction = in findVectorLegalAction() local
667 LLT::vector(Aspect.Type.getNumElements(), ElementSizeAndAction.first); in findVectorLegalAction()
668 if (ElementSizeAndAction.second != Legal) in findVectorLegalAction()
669 return {ElementSizeAndAction.second, IntermediateType}; in findVectorLegalAction()