Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h681 bool isBDNZ(unsigned Opcode) const;
H A DPPCInstrInfo.cpp5338 bool PPCInstrInfo::isBDNZ(unsigned Opcode) const { in isBDNZ() function in PPCInstrInfo
5420 if (I != LoopBB->end() && isBDNZ(I->getOpcode())) { in analyzeLoopForPipelining()
H A DPPCISelLowering.cpp15308 bool isBDNZ = (CC == ISD::SETEQ && Val) || in PerformDAGCombine() local
15317 return DAG.getNode(isBDNZ ? PPCISD::BDNZ : PPCISD::BDZ, dl, MVT::Other, in PerformDAGCombine()