• Home
  • Raw
  • Download

Lines Matching refs:VecIdx

133   unsigned lookThruCopyLike(unsigned SrcReg, unsigned VecIdx);
272 int VecIdx = addSwapEntry(&MI, SwapEntry); in gatherVectorInstructions() local
283 SwapVector[VecIdx].MentionsPartialVR = 1; in gatherVectorInstructions()
285 SwapVector[VecIdx].IsSwappable = 1; in gatherVectorInstructions()
298 VecIdx); in gatherVectorInstructions()
300 VecIdx); in gatherVectorInstructions()
302 SwapVector[VecIdx].IsSwap = 1; in gatherVectorInstructions()
306 SwapVector[VecIdx].IsSwappable = 1; in gatherVectorInstructions()
307 SwapVector[VecIdx].SpecialHandling = SHValues::SH_XXPERMDI; in gatherVectorInstructions()
319 SwapVector[VecIdx].IsSwappable = 1; in gatherVectorInstructions()
320 SwapVector[VecIdx].SpecialHandling = SHValues::SH_XXPERMDI; in gatherVectorInstructions()
323 VecIdx); in gatherVectorInstructions()
325 VecIdx); in gatherVectorInstructions()
327 SwapVector[VecIdx].MentionsPhysVR = 0; in gatherVectorInstructions()
331 SwapVector[VecIdx].IsSwappable = 1; in gatherVectorInstructions()
332 SwapVector[VecIdx].SpecialHandling = SHValues::SH_XXPERMDI; in gatherVectorInstructions()
341 SwapVector[VecIdx].IsLoad = 1; in gatherVectorInstructions()
347 SwapVector[VecIdx].IsLoad = 1; in gatherVectorInstructions()
348 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()
556 unsigned VecIdx) { in lookThruCopyLike() argument
571 SwapVector[VecIdx].MentionsPhysVR = 1; in lookThruCopyLike()
575 return lookThruCopyLike(CopySrcReg, VecIdx); in lookThruCopyLike()