• Home
  • Raw
  • Download

Lines Matching refs:VecIdx

137   unsigned lookThruCopyLike(unsigned SrcReg, unsigned VecIdx);
274 int VecIdx = addSwapEntry(&MI, SwapEntry); in gatherVectorInstructions() local
285 SwapVector[VecIdx].MentionsPartialVR = 1; in gatherVectorInstructions()
287 SwapVector[VecIdx].IsSwappable = 1; in gatherVectorInstructions()
300 VecIdx); in gatherVectorInstructions()
302 VecIdx); in gatherVectorInstructions()
304 SwapVector[VecIdx].IsSwap = 1; in gatherVectorInstructions()
308 SwapVector[VecIdx].IsSwappable = 1; in gatherVectorInstructions()
309 SwapVector[VecIdx].SpecialHandling = SHValues::SH_XXPERMDI; in gatherVectorInstructions()
321 SwapVector[VecIdx].IsSwappable = 1; in gatherVectorInstructions()
322 SwapVector[VecIdx].SpecialHandling = SHValues::SH_XXPERMDI; in gatherVectorInstructions()
325 VecIdx); in gatherVectorInstructions()
327 VecIdx); in gatherVectorInstructions()
329 SwapVector[VecIdx].MentionsPhysVR = 0; in gatherVectorInstructions()
333 SwapVector[VecIdx].IsSwappable = 1; in gatherVectorInstructions()
334 SwapVector[VecIdx].SpecialHandling = SHValues::SH_XXPERMDI; in gatherVectorInstructions()
343 SwapVector[VecIdx].IsLoad = 1; in gatherVectorInstructions()
349 SwapVector[VecIdx].IsLoad = 1; in gatherVectorInstructions()
350 SwapVector[VecIdx].IsSwap = 1; in gatherVectorInstructions()
358 SwapVector[VecIdx].IsLoad = 1; in gatherVectorInstructions()
359 SwapVector[VecIdx].IsSwappable = 1; in gatherVectorInstructions()
366 SwapVector[VecIdx].IsStore = 1; in gatherVectorInstructions()
372 SwapVector[VecIdx].IsStore = 1; in gatherVectorInstructions()
373 SwapVector[VecIdx].IsSwap = 1; in gatherVectorInstructions()
380 SwapVector[VecIdx].IsSwappable = 1; in gatherVectorInstructions()
387 SwapVector[VecIdx].IsSwappable = 1; in gatherVectorInstructions()
399 SwapVector[VecIdx].IsSwappable = 1; in gatherVectorInstructions()
402 SwapVector[VecIdx].IsSwappable = 1; in gatherVectorInstructions()
403 SwapVector[VecIdx].SpecialHandling = SHValues::SH_COPYWIDEN; in gatherVectorInstructions()
413 SwapVector[VecIdx].IsSwappable = 1; in gatherVectorInstructions()
414 SwapVector[VecIdx].SpecialHandling = SHValues::SH_SPLAT; in gatherVectorInstructions()
553 unsigned VecIdx) { in lookThruCopyLike() argument
568 SwapVector[VecIdx].MentionsPhysVR = 1; in lookThruCopyLike()
572 return lookThruCopyLike(CopySrcReg, VecIdx); in lookThruCopyLike()