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

  /external/llvm/include/llvm/CodeGen/
MachineInstrBundle.h 48 while (I->isBundledWithPred())
55 while (I->isBundledWithPred())
MachineBasicBlock.h 152 assert(!mi.isBundledWithPred() &&
156 assert((!mi || !mi->isBundledWithPred()) &&
180 while (MII->isBundledWithPred());
494 assert(!MI->isBundledWithPred() && !MI->isBundledWithSucc() &&
501 assert(!MI->isBundledWithPred() && !MI->isBundledWithSucc() &&
MachineInstr.h 218 return isBundledWithPred() || isBundledWithSucc();
223 bool isBundledWithPred() const { return getFlag(BundledPred); }
372 if (Type == IgnoreBundle || !isBundled() || isBundledWithPred())
    [all...]
  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp     [all...]
MachineInstrBundle.cpp 50 while (++MII != MIE && MII->isBundledWithPred()) {
MachineInstr.cpp 775 assert(!isBundledWithPred() && "Must be called on bundle header");
    [all...]
MachineVerifier.cpp 330 if (InBundle && !MBBI->isBundledWithPred())
333 if (!InBundle && MBBI->isBundledWithPred())
    [all...]
  /external/llvm/lib/Target/R600/
R600Packetizer.cpp 128 } while ((++BI)->isBundledWithPred());
R600ControlFlowFinalizer.cpp 400 while (++BI != E && BI->isBundledWithPred()) {
  /external/llvm/lib/Target/ARM/
Thumb2SizeReduction.cpp     [all...]

Completed in 285 milliseconds