Lines Matching defs:isTransSlot
223 bool &isTransSlot) {
224 isTransSlot = TII->isTransOnly(MI);
225 assert (!isTransSlot || VLIW5);
228 if (!isTransSlot && !CurrentPacketMIs.empty()) {
232 isTransSlot = true;
262 PV, BS, isTransSlot)) {
278 if (isTransSlot && TII->readsLDSSrcReg(MI))
291 bool isTransSlot;
293 if (isBundlableWithCurrentPMI(MI, PV, BS, isTransSlot)) {
307 if (isTransSlot) {