Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMacroFusion.cpp45 FusionOpSet OpSet1; member in __anone7af6a320111::FusionFeature
51 Kd(Kind), Supported(HasFeature), DepOpIdx(Index), OpSet1(First), in FusionFeature()
54 bool hasOp1(unsigned Opc) const { return OpSet1.contains(Opc); } in hasOp1()