Lines Matching refs:LLT
101 const std::pair<unsigned, LLT> &Mutation) { in hasNoSimpleLoops()
118 std::pair<unsigned, LLT> Mutation) { in mutationIsSane()
125 const LLT OldTy = Q.Types[TypeIdx]; in mutationIsSane()
126 const LLT NewTy = Mutation.second; in mutationIsSane()
190 return {LegalizeAction::UseLegacyRules, 0, LLT{}}; in apply()
195 std::pair<unsigned, LLT> Mutation = Rule.determineMutation(Query); in apply()
206 return {LegalizeAction::Unsupported, 0, LLT{}}; in apply()
255 static LLT getTypeFromTypeIdx(const MachineInstr &MI, in getTypeFromTypeIdx()
333 SmallVector<LLT, 8> Types; in getAction()
349 LLT Ty = getTypeFromTypeIdx(MI, MRI, i, TypeIdx); in getAction()
374 unsigned LegalizerInfo::getExtOpcodeForWideningConstant(LLT SmallTy) const { in getExtOpcodeForWideningConstant()