Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600Packetizer.cpp223 bool &isTransSlot) { in isBundlableWithCurrentPMI() argument
224 isTransSlot = TII->isTransOnly(MI); in isBundlableWithCurrentPMI()
225 assert (!isTransSlot || VLIW5); in isBundlableWithCurrentPMI()
228 if (!isTransSlot && !CurrentPacketMIs.empty()) { in isBundlableWithCurrentPMI()
232 isTransSlot = true; in isBundlableWithCurrentPMI()
262 PV, BS, isTransSlot)) { in isBundlableWithCurrentPMI()
278 if (isTransSlot && TII->readsLDSSrcReg(MI)) in isBundlableWithCurrentPMI()
291 bool isTransSlot; in addToPacket() local
293 if (isBundlableWithCurrentPMI(MI, PV, BS, isTransSlot)) { in addToPacket()
307 if (isTransSlot) { in addToPacket()