Lines Matching refs:LLT
118 const LLT Type = LLT2Action.first; in computeTables()
196 std::pair<LegacyLegalizeAction, LLT>
299 std::pair<LegacyLegalizeAction, LLT>
303 return {NotFound, LLT()}; in findScalarLegalAction()
308 return {NotFound, LLT()}; in findScalarLegalAction()
317 return {NotFound, LLT()}; in findScalarLegalAction()
323 Aspect.Type.isScalar() ? LLT::scalar(SizeAndAction.first) in findScalarLegalAction()
324 : LLT::pointer(Aspect.Type.getAddressSpace(), in findScalarLegalAction()
328 std::pair<LegacyLegalizeAction, LLT>
342 LLT IntermediateType; in findVectorLegalAction()
345 IntermediateType = LLT::fixed_vector(Aspect.Type.getNumElements(), in findVectorLegalAction()
359 LLT::fixed_vector(NumElementsAndAction.first, in findVectorLegalAction()
381 return {Legal, 0, LLT{}}; in getAction()