Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp330 else if ((I->getOpcode() == PPC::BDNZ8 || I->getOpcode() == PPC::BDNZ || in runOnMachineFunction()
371 } else if (I->getOpcode() == PPC::BDNZ) { in runOnMachineFunction()
376 BuildMI(MBB, I, dl, TII->get(PPC::BDNZ)).addImm(2); in runOnMachineFunction()
H A DPPCCTRLoopsVerify.cpp172 if (Opc == PPC::BDNZ8 || Opc == PPC::BDNZ || in runOnMachineFunction()
H A DPPCCTRLoops.cpp324 unsigned BDNZOpcode = Is64Bit ? PPC::BDNZ8 : PPC::BDNZ; in expandCTRLoops()
H A DPPCInstrInfo.cpp1322 LastInst.getOpcode() == PPC::BDNZ) { in analyzeBranch()
1388 SecondLastInst.getOpcode() == PPC::BDNZ) && in analyzeBranch()
1443 I->getOpcode() != PPC::BDNZ8 && I->getOpcode() != PPC::BDNZ && in removeBranch()
1456 I->getOpcode() != PPC::BDNZ8 && I->getOpcode() != PPC::BDNZ && in removeBranch()
1485 (isPPC64 ? PPC::BDNZ8 : PPC::BDNZ) : in insertBranch()
1502 (isPPC64 ? PPC::BDNZ8 : PPC::BDNZ) : in insertBranch()
2229 MI.setDesc(get(Pred[0].getImm() ? (isPPC64 ? PPC::BDNZ8 : PPC::BDNZ) in PredicateInstruction()
5658 return (Opcode == (Subtarget.isPPC64() ? PPC::BDNZ8 : PPC::BDNZ)); in isBDNZ()
H A DPPCScheduleP7.td120 BDNZ, BDNZ8, BDNZA, BDNZAm, BDNZAp, BDNZL, BDNZLA, BDNZLAm, BDNZLAp, BDNZLR,
H A DPPCISelLowering.h297 BDNZ, enumerator
H A DP10InstrResources.td326 …oc_RM, BCTRL8_RM, BCTRL_LWZinto_toc, BCTRL_LWZinto_toc_RM, BCTRL_RM, BCn, BDNZ, BDNZ8, BDNZm, BDNZ…
H A DPPCFrameLowering.cpp1520 BuildMI(LoopMBB, DL, TII.get(isPPC64 ? PPC::BDNZ8 : PPC::BDNZ)) in inlineStackProbe()
H A DPPCISelDAGToDAG.cpp6008 case PPCISD::BDNZ: in Select()
6012 CurDAG->SelectNodeTo(N, N->getOpcode() == PPCISD::BDNZ in Select()
6013 ? (IsPPC64 ? PPC::BDNZ8 : PPC::BDNZ) in Select()
H A DPPCInstrInfo.td1436 def BDNZ : BForm_1<16, 16, 0, 0, (outs), (ins condbrtarget:$BD),
H A DPPCISelLowering.cpp1763 case PPCISD::BDNZ: return "PPCISD::BDNZ"; in getTargetNodeName()