Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCSEMIRBuilder.cpp76 case DstOp::DstType::Ty_RC: in profileDstOp()
143 return DT == DstOp::DstType::Ty_LLT || DT == DstOp::DstType::Ty_RC; in checkCopyToDefsPossible()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h78 enum class DstType { Ty_LLT, Ty_Reg, Ty_RC }; enumerator
83 DstOp(const TargetRegisterClass *TRC) : RC(TRC), Ty(DstType::Ty_RC) {} in DstOp()
93 case DstType::Ty_RC: in addDefToMIB()
101 case DstType::Ty_RC: in getLLTTy()
118 case DstType::Ty_RC: in getRegClass()