/external/llvm/lib/Target/PowerPC/ |
D | PPCBranchSelector.cpp | 152 else if ((I->getOpcode() == PPC::BDNZ8 || I->getOpcode() == PPC::BDNZ || in runOnMachineFunction() 209 } else if (I->getOpcode() == PPC::BDNZ) { in runOnMachineFunction() 214 BuildMI(MBB, I, dl, TII->get(PPC::BDNZ)).addImm(2); in runOnMachineFunction()
|
D | PPCInstrInfo.cpp | 497 LastInst->getOpcode() == PPC::BDNZ) { in analyzeBranch() 563 SecondLastInst->getOpcode() == PPC::BDNZ) && in analyzeBranch() 616 I->getOpcode() != PPC::BDNZ8 && I->getOpcode() != PPC::BDNZ && in RemoveBranch() 629 I->getOpcode() != PPC::BDNZ8 && I->getOpcode() != PPC::BDNZ && in RemoveBranch() 656 (isPPC64 ? PPC::BDNZ8 : PPC::BDNZ) : in InsertBranch() 671 (isPPC64 ? PPC::BDNZ8 : PPC::BDNZ) : in InsertBranch() 1353 MI.setDesc(get(Pred[0].getImm() ? (isPPC64 ? PPC::BDNZ8 : PPC::BDNZ) in PredicateInstruction()
|
D | PPCCTRLoops.cpp | 719 if (Opc == PPC::BDNZ8 || Opc == PPC::BDNZ || in runOnMachineFunction()
|
D | PPCISelLowering.h | 195 BDNZ, BDZ, enumerator
|
D | PPCISelDAGToDAG.cpp | 2914 case PPCISD::BDNZ: in Select() 2918 CurDAG->SelectNodeTo(N, N->getOpcode() == PPCISD::BDNZ in Select() 2919 ? (IsPPC64 ? PPC::BDNZ8 : PPC::BDNZ) in Select()
|
D | PPCISelLowering.cpp | 1064 case PPCISD::BDNZ: return "PPCISD::BDNZ"; in getTargetNodeName() 11095 return DAG.getNode(PPCISD::BDNZ, dl, MVT::Other, in PerformDAGCombine() 11135 return DAG.getNode(isBDNZ ? PPCISD::BDNZ : PPCISD::BDZ, dl, MVT::Other, in PerformDAGCombine()
|
D | PPCInstrInfo.td | 1233 def BDNZ : BForm_1<16, 16, 0, 0, (outs), (ins condbrtarget:$dst),
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCBranchSelector.cpp | 169 else if ((I->getOpcode() == PPC::BDNZ8 || I->getOpcode() == PPC::BDNZ || in runOnMachineFunction() 226 } else if (I->getOpcode() == PPC::BDNZ) { in runOnMachineFunction() 231 BuildMI(MBB, I, dl, TII->get(PPC::BDNZ)).addImm(2); in runOnMachineFunction()
|
D | PPCInstrInfo.cpp | 547 LastInst.getOpcode() == PPC::BDNZ) { in analyzeBranch() 613 SecondLastInst.getOpcode() == PPC::BDNZ) && in analyzeBranch() 668 I->getOpcode() != PPC::BDNZ8 && I->getOpcode() != PPC::BDNZ && in removeBranch() 681 I->getOpcode() != PPC::BDNZ8 && I->getOpcode() != PPC::BDNZ && in removeBranch() 710 (isPPC64 ? PPC::BDNZ8 : PPC::BDNZ) : in insertBranch() 727 (isPPC64 ? PPC::BDNZ8 : PPC::BDNZ) : in insertBranch() 1449 MI.setDesc(get(Pred[0].getImm() ? (isPPC64 ? PPC::BDNZ8 : PPC::BDNZ) in PredicateInstruction()
|
D | PPCCTRLoops.cpp | 790 if (Opc == PPC::BDNZ8 || Opc == PPC::BDNZ || in runOnMachineFunction()
|
D | PPCISelLowering.h | 242 BDNZ, BDZ, enumerator
|
D | PPCISelDAGToDAG.cpp | 4712 case PPCISD::BDNZ: in Select() 4716 CurDAG->SelectNodeTo(N, N->getOpcode() == PPCISD::BDNZ in Select() 4717 ? (IsPPC64 ? PPC::BDNZ8 : PPC::BDNZ) in Select()
|
D | PPCISelLowering.cpp | 1322 case PPCISD::BDNZ: return "PPCISD::BDNZ"; in getTargetNodeName() 13011 return DAG.getNode(PPCISD::BDNZ, dl, MVT::Other, in PerformDAGCombine() 13051 return DAG.getNode(isBDNZ ? PPCISD::BDNZ : PPCISD::BDZ, dl, MVT::Other, in PerformDAGCombine()
|
D | PPCInstrInfo.td | 1378 def BDNZ : BForm_1<16, 16, 0, 0, (outs), (ins condbrtarget:$dst),
|
/external/capstone/arch/PowerPC/ |
D | PPCGenAsmWriter.inc | 166 319102U, // BDNZ 1439 0U, // BDNZ 3618 // B, BCLalways, BDNZ, BDNZ8, BDNZL, BDNZLm, BDNZLp, BDNZm, BDNZp, BDZ, B... 3677 // ADJCALLSTACKDOWN, B, BA, BCLalways, BDNZ, BDNZ8, BDNZA, BDNZAm, BDNZAp...
|
D | PPCGenDisassemblerTables.inc | 422 /* 1587 */ MCD_OPC_Decode, 146, 1, 18, // Opcode: BDNZ
|