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