Searched refs:isBundled (Results 1 – 4 of 4) sorted by relevance
237 bool isBundled() const;
1018 if (Ops.back().first != MI || MI->isBundled()) in foldMemoryOperand()
1428 assert(!MI->isBundled() && "Can't handle bundled instructions yet."); in handleMove()
953 bool MachineInstr::isBundled() const { in isBundled() function in MachineInstr