Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCMacroFusion.cpp55 bool hasOp2(unsigned Opc) const { return OpSet2.count(Opc) != 0; } in hasOp2() function in __anonb447b9d50111::FusionFeature
168 if (Feature.hasOp2(SecondMI.getOpcode())) { in shouldScheduleAdjacent()