Searched refs:BDNZ (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCBranchSelector.cpp | 330 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 D | PPCCTRLoopsVerify.cpp | 172 if (Opc == PPC::BDNZ8 || Opc == PPC::BDNZ || in runOnMachineFunction()
|
| H A D | PPCCTRLoops.cpp | 324 unsigned BDNZOpcode = Is64Bit ? PPC::BDNZ8 : PPC::BDNZ; in expandCTRLoops()
|
| H A D | PPCInstrInfo.cpp | 1322 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 D | PPCScheduleP7.td | 120 BDNZ, BDNZ8, BDNZA, BDNZAm, BDNZAp, BDNZL, BDNZLA, BDNZLAm, BDNZLAp, BDNZLR,
|
| H A D | PPCISelLowering.h | 297 BDNZ, enumerator
|
| H A D | P10InstrResources.td | 326 …oc_RM, BCTRL8_RM, BCTRL_LWZinto_toc, BCTRL_LWZinto_toc_RM, BCTRL_RM, BCn, BDNZ, BDNZ8, BDNZm, BDNZ…
|
| H A D | PPCFrameLowering.cpp | 1520 BuildMI(LoopMBB, DL, TII.get(isPPC64 ? PPC::BDNZ8 : PPC::BDNZ)) in inlineStackProbe()
|
| H A D | PPCISelDAGToDAG.cpp | 6008 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 D | PPCInstrInfo.td | 1436 def BDNZ : BForm_1<16, 16, 0, 0, (outs), (ins condbrtarget:$BD),
|
| H A D | PPCISelLowering.cpp | 1763 case PPCISD::BDNZ: return "PPCISD::BDNZ"; in getTargetNodeName()
|