HomeSort by relevance Sort by last modified time
    Searched refs:BDNZ (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCBranchSelector.cpp 122 else if ((I->getOpcode() == PPC::BDNZ8 || I->getOpcode() == PPC::BDNZ ||
179 } else if (I->getOpcode() == PPC::BDNZ) {
184 BuildMI(MBB, I, dl, TII->get(PPC::BDNZ)).addImm(2);
PPCInstrInfo.cpp 336 // BDNZ (imm == 1) or BDZ (imm == 0) branch.
391 LastInst->getOpcode() == PPC::BDNZ) {
458 SecondLastInst->getOpcode() == PPC::BDNZ) &&
515 I->getOpcode() != PPC::BDNZ8 && I->getOpcode() != PPC::BDNZ &&
528 I->getOpcode() != PPC::BDNZ8 && I->getOpcode() != PPC::BDNZ &&
555 (isPPC64 ? PPC::BDNZ8 : PPC::BDNZ) :
570 (isPPC64 ? PPC::BDNZ8 : PPC::BDNZ) :
594 // If this is really a bdnz-like condition, then it cannot be turned into a
    [all...]
PPCCTRLoops.cpp 11 // that decrement and test the count register (CTR) (bdnz and friends).
642 // Verify that all bdnz/bdz instructions are dominated by a loop mtctr before
653 if (Opc == PPC::BDNZ8 || Opc == PPC::BDNZ ||
PPCISelLowering.h 149 /// CHAIN = BDNZ CHAIN, DESTBB - These are used to create counter-based
151 BDNZ, BDZ,
PPCISelDAGToDAG.cpp     [all...]
PPCISelLowering.cpp     [all...]

Completed in 374 milliseconds