Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerInfo.cpp523 auto ElementSizeAndAction = in findVectorLegalAction() local
526 LLT::vector(Aspect.Type.getNumElements(), ElementSizeAndAction.first); in findVectorLegalAction()
527 if (ElementSizeAndAction.second != Legal) in findVectorLegalAction()
528 return {ElementSizeAndAction.second, IntermediateType}; in findVectorLegalAction()