Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCMacroFusion.cpp56 bool hasOp1(unsigned Opc) const { return OpSet1.contains(Opc); } in hasOp1() function in __anoncb4690fa0111::FusionFeature
265 if (!Feature.hasOp1(FirstMI->getOpcode())) in shouldScheduleAdjacent()