Searched refs:Ty_RC (Results 1 – 4 of 4) sorted by relevance
61 case DstOp::DstType::Ty_RC: in profileDstOp()120 return DT == DstOp::DstType::Ty_LLT || DT == DstOp::DstType::Ty_RC; in checkCopyToDefsPossible()
68 case DstOp::DstType::Ty_RC: in profileDstOp()135 return DT == DstOp::DstType::Ty_LLT || DT == DstOp::DstType::Ty_RC; in checkCopyToDefsPossible()
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()
66 enum class DstType { Ty_LLT, Ty_Reg, Ty_RC }; enumerator71 DstOp(const TargetRegisterClass *TRC) : RC(TRC), Ty(DstType::Ty_RC) {} in DstOp()81 case DstType::Ty_RC: in addDefToMIB()89 case DstType::Ty_RC: in getLLTTy()106 case DstType::Ty_RC: in getRegClass()