Home
last modified time | relevance | path

Searched refs:isTransSlot (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600Packetizer.cpp220 bool &isTransSlot) { in isBundlableWithCurrentPMI() argument
221 isTransSlot = TII->isTransOnly(MI); in isBundlableWithCurrentPMI()
222 assert (!isTransSlot || VLIW5); in isBundlableWithCurrentPMI()
225 if (!isTransSlot && !CurrentPacketMIs.empty()) { in isBundlableWithCurrentPMI()
229 isTransSlot = true; in isBundlableWithCurrentPMI()
259 PV, BS, isTransSlot)) { in isBundlableWithCurrentPMI()
275 if (isTransSlot && TII->readsLDSSrcReg(MI)) in isBundlableWithCurrentPMI()
288 bool isTransSlot; in addToPacket() local
290 if (isBundlableWithCurrentPMI(MI, PV, BS, isTransSlot)) { in addToPacket()
304 if (isTransSlot) { in addToPacket()