Lines Matching refs:VecIdx

133   unsigned lookThruCopyLike(unsigned SrcReg, unsigned VecIdx);
273 int VecIdx = addSwapEntry(&MI, SwapEntry); in gatherVectorInstructions() local
284 SwapVector[VecIdx].MentionsPartialVR = 1; in gatherVectorInstructions()
286 SwapVector[VecIdx].IsSwappable = 1; in gatherVectorInstructions()
299 VecIdx); in gatherVectorInstructions()
301 VecIdx); in gatherVectorInstructions()
303 SwapVector[VecIdx].IsSwap = 1; in gatherVectorInstructions()
307 SwapVector[VecIdx].IsSwappable = 1; in gatherVectorInstructions()
308 SwapVector[VecIdx].SpecialHandling = SHValues::SH_XXPERMDI; in gatherVectorInstructions()
320 SwapVector[VecIdx].IsSwappable = 1; in gatherVectorInstructions()
321 SwapVector[VecIdx].SpecialHandling = SHValues::SH_XXPERMDI; in gatherVectorInstructions()
324 VecIdx); in gatherVectorInstructions()
326 VecIdx); in gatherVectorInstructions()
328 SwapVector[VecIdx].MentionsPhysVR = 0; in gatherVectorInstructions()
332 SwapVector[VecIdx].IsSwappable = 1; in gatherVectorInstructions()
333 SwapVector[VecIdx].SpecialHandling = SHValues::SH_XXPERMDI; in gatherVectorInstructions()
342 SwapVector[VecIdx].IsLoad = 1; in gatherVectorInstructions()
348 SwapVector[VecIdx].IsLoad = 1; in gatherVectorInstructions()
349 SwapVector[VecIdx].IsSwap = 1; in gatherVectorInstructions()
359 SwapVector[VecIdx].IsLoad = 1; in gatherVectorInstructions()
360 SwapVector[VecIdx].IsSwappable = 1; in gatherVectorInstructions()
367 SwapVector[VecIdx].IsStore = 1; in gatherVectorInstructions()
373 SwapVector[VecIdx].IsStore = 1; in gatherVectorInstructions()
374 SwapVector[VecIdx].IsSwap = 1; in gatherVectorInstructions()
381 SwapVector[VecIdx].IsSwappable = 1; in gatherVectorInstructions()
388 SwapVector[VecIdx].IsSwappable = 1; in gatherVectorInstructions()
400 SwapVector[VecIdx].IsSwappable = 1; in gatherVectorInstructions()
403 SwapVector[VecIdx].IsSwappable = 1; in gatherVectorInstructions()
404 SwapVector[VecIdx].SpecialHandling = SHValues::SH_COPYWIDEN; in gatherVectorInstructions()
414 SwapVector[VecIdx].IsSwappable = 1; in gatherVectorInstructions()
415 SwapVector[VecIdx].SpecialHandling = SHValues::SH_SPLAT; in gatherVectorInstructions()
559 unsigned VecIdx) { in lookThruCopyLike() argument
574 SwapVector[VecIdx].MentionsPhysVR = 1; in lookThruCopyLike()
578 return lookThruCopyLike(CopySrcReg, VecIdx); in lookThruCopyLike()