Lines Matching refs:IsSwap
80 unsigned int IsSwap : 1; member
304 SwapVector[VecIdx].IsSwap = 1; in gatherVectorInstructions()
350 SwapVector[VecIdx].IsSwap = 1; in gatherVectorInstructions()
373 SwapVector[VecIdx].IsSwap = 1; in gatherVectorInstructions()
649 !(SwapVector[EntryIdx].IsSwappable || SwapVector[EntryIdx].IsSwap)) { in recordUnoptimizableWebs()
663 else if (SwapVector[EntryIdx].IsLoad && SwapVector[EntryIdx].IsSwap) { in recordUnoptimizableWebs()
674 if (!SwapVector[UseIdx].IsSwap || SwapVector[UseIdx].IsLoad || in recordUnoptimizableWebs()
691 } else if (SwapVector[EntryIdx].IsStore && SwapVector[EntryIdx].IsSwap) { in recordUnoptimizableWebs()
698 if (!SwapVector[DefIdx].IsSwap || SwapVector[DefIdx].IsLoad || in recordUnoptimizableWebs()
748 if (SwapVector[EntryIdx].IsLoad && SwapVector[EntryIdx].IsSwap) { in markSwapsForRemoval()
764 } else if (SwapVector[EntryIdx].IsStore && SwapVector[EntryIdx].IsSwap) { in markSwapsForRemoval()
971 if (SwapVector[EntryIdx].IsSwap) in dumpSwapVector()