Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600Packetizer.cpp224 bool &isTransSlot) { in isBundlableWithCurrentPMI() argument
225 isTransSlot = TII->isTransOnly(MI); in isBundlableWithCurrentPMI()
226 assert (!isTransSlot || VLIW5); in isBundlableWithCurrentPMI()
229 if (!isTransSlot && !CurrentPacketMIs.empty()) { in isBundlableWithCurrentPMI()
233 isTransSlot = true; in isBundlableWithCurrentPMI()
263 PV, BS, isTransSlot)) { in isBundlableWithCurrentPMI()
279 if (isTransSlot && TII->readsLDSSrcReg(MI)) in isBundlableWithCurrentPMI()
292 bool isTransSlot; in addToPacket() local
294 if (isBundlableWithCurrentPMI(MI, PV, BS, isTransSlot)) { in addToPacket()
308 if (isTransSlot) { in addToPacket()