Searched refs:OpIn (Results 1 – 2 of 2) sorted by relevance
197 return any_of(Inst->Operands, [](const CGIOperandList::OperandInfo &OpIn) { in hasRSTRegClass() argument198 return OpIn.Rec->getName() == "RST" || OpIn.Rec->getName() == "RSTi"; in hasRSTRegClass()204 return any_of(Inst->Operands, [](const CGIOperandList::OperandInfo &OpIn) { in hasPtrTailcallRegClass() argument205 return OpIn.Rec->getName() == "ptr_rc_tailcall"; in hasPtrTailcallRegClass()
39 class VOPD_Component<bits<5> OpIn, string vOPDName> {42 bits<5> VOPDOp = OpIn;