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

  /external/llvm/include/llvm/CodeGen/
MachineInstrBundle.h 44 /// getBundleStart - Returns the first instruction in the bundle containing MI.
46 inline MachineInstr *getBundleStart(MachineInstr *MI) {
53 inline const MachineInstr *getBundleStart(const MachineInstr *MI) {
119 InstrI = getBundleStart(MI);
MachineRegisterInfo.h 579 MachineInstr *MI = getBundleStart(Op->getParent());
581 while (Op && getBundleStart(Op->getParent()) == MI);
SlotIndexes.h 388 Mi2IndexMap::const_iterator itr = mi2iMap.find(getBundleStart(MI));
  /external/llvm/lib/CodeGen/
MachineVerifier.cpp 566 if (!MBB->empty() && getBundleStart(&MBB->back())->isBarrier() &&
567 !TII->isPredicated(getBundleStart(&MBB->back()))) {
587 } else if (!getBundleStart(&MBB->back())->isBarrier()) {
590 } else if (!getBundleStart(&MBB->back())->isTerminator()) {
618 } else if (getBundleStart(&MBB->back())->isBarrier()) {
621 } else if (!getBundleStart(&MBB->back())->isTerminator()) {
646 } else if (!getBundleStart(&MBB->back())->isBarrier()) {
649 } else if (!getBundleStart(&MBB->back())->isTerminator()) {
    [all...]

Completed in 244 milliseconds