Searched refs:Ty_RC (Results 1 – 2 of 2) sorted by relevance
67 enum class DstType { Ty_LLT, Ty_Reg, Ty_RC }; enumerator72 DstOp(const TargetRegisterClass *TRC) : RC(TRC), Ty(DstType::Ty_RC) {} in DstOp()82 case DstType::Ty_RC: in addDefToMIB()90 case DstType::Ty_RC: in getLLTTy()107 case DstType::Ty_RC: in getRegClass()
61 case DstOp::DstType::Ty_RC: in profileDstOp()120 return DT == DstOp::DstType::Ty_LLT || DT == DstOp::DstType::Ty_RC; in checkCopyToDefsPossible()