Searched refs:BDZ (Results 1 – 9 of 9) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| D | PPCBranchSelector.cpp | 335 I->getOpcode() == PPC::BDZ8 || I->getOpcode() == PPC::BDZ) && in runOnMachineFunction() 376 BuildMI(MBB, I, dl, TII->get(PPC::BDZ)).addImm(2); in runOnMachineFunction() 379 } else if (I->getOpcode() == PPC::BDZ) { in runOnMachineFunction()
|
| D | PPCCTRLoopsVerify.cpp | 177 Opc == PPC::BDZ8 || Opc == PPC::BDZ) in runOnMachineFunction()
|
| D | PPCCTRLoops.cpp | 329 unsigned BDZOpcode = Is64Bit ? PPC::BDZ8 : PPC::BDZ; in expandCTRLoops()
|
| D | PPCInstrInfo.cpp | 1343 LastInst.getOpcode() == PPC::BDZ) { in analyzeBranch() 1412 SecondLastInst.getOpcode() == PPC::BDZ) && in analyzeBranch() 1454 I->getOpcode() != PPC::BDZ8 && I->getOpcode() != PPC::BDZ) in removeBranch() 1467 I->getOpcode() != PPC::BDZ8 && I->getOpcode() != PPC::BDZ) in removeBranch() 1496 (isPPC64 ? PPC::BDZ8 : PPC::BDZ))).addMBB(TBB); in insertBranch() 1513 (isPPC64 ? PPC::BDZ8 : PPC::BDZ))).addMBB(TBB); in insertBranch() 2216 : (isPPC64 ? PPC::BDZ8 : PPC::BDZ))); in PredicateInstruction()
|
| D | PPCISelLowering.h | 299 BDZ, enumerator
|
| D | P10InstrResources.td | 323 …Zinto_toc, BCTRL_LWZinto_toc_RM, BCTRL_RM, BCn, BDNZ, BDNZ8, BDNZm, BDNZp, BDZ, BDZ8, BDZm, BDZp, …
|
| D | PPCISelDAGToDAG.cpp | 5817 case PPCISD::BDZ: { in Select() 5822 : (IsPPC64 ? PPC::BDZ8 : PPC::BDZ), in Select()
|
| D | PPCInstrInfo.td | 1319 def BDZ : BForm_1<16, 18, 0, 0, (outs), (ins condbrtarget:$dst),
|
| D | PPCISelLowering.cpp | 1715 case PPCISD::BDZ: return "PPCISD::BDZ"; in getTargetNodeName()
|