Searched refs:isBDNZ (Results 1 – 3 of 3) sorted by relevance
681 bool isBDNZ(unsigned Opcode) const;
5338 bool PPCInstrInfo::isBDNZ(unsigned Opcode) const { in isBDNZ() function in PPCInstrInfo5420 if (I != LoopBB->end() && isBDNZ(I->getOpcode())) { in analyzeLoopForPipelining()
15308 bool isBDNZ = (CC == ISD::SETEQ && Val) || in PerformDAGCombine() local15317 return DAG.getNode(isBDNZ ? PPCISD::BDNZ : PPCISD::BDZ, dl, MVT::Other, in PerformDAGCombine()