Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCVSXSwapRemoval.cpp80 unsigned int SpecialHandling : 3; member
308 SwapVector[VecIdx].SpecialHandling = SHValues::SH_XXPERMDI; in gatherVectorInstructions()
321 SwapVector[VecIdx].SpecialHandling = SHValues::SH_XXPERMDI; in gatherVectorInstructions()
333 SwapVector[VecIdx].SpecialHandling = SHValues::SH_XXPERMDI; in gatherVectorInstructions()
404 SwapVector[VecIdx].SpecialHandling = SHValues::SH_COPYWIDEN; in gatherVectorInstructions()
415 SwapVector[VecIdx].SpecialHandling = SHValues::SH_SPLAT; in gatherVectorInstructions()
811 SwapVector[EntryIdx].SpecialHandling != 0) { in markSwapsForRemoval()
841 switch (SwapVector[EntryIdx].SpecialHandling) { in handleSpecialSwappables()
1019 switch(SwapVector[EntryIdx].SpecialHandling) { in dumpSwapVector()