Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCVSXSwapRemoval.cpp80 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()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCVSXSwapRemoval.cpp81 unsigned int IsSwap : 1; member
307 SwapVector[VecIdx].IsSwap = 1; in gatherVectorInstructions()
353 SwapVector[VecIdx].IsSwap = 1; in gatherVectorInstructions()
378 SwapVector[VecIdx].IsSwap = 1; in gatherVectorInstructions()
657 !(SwapVector[EntryIdx].IsSwappable || SwapVector[EntryIdx].IsSwap)) { in recordUnoptimizableWebs()
672 else if (SwapVector[EntryIdx].IsLoad && SwapVector[EntryIdx].IsSwap) { in recordUnoptimizableWebs()
683 if (!SwapVector[UseIdx].IsSwap || SwapVector[UseIdx].IsLoad || in recordUnoptimizableWebs()
700 } else if (SwapVector[EntryIdx].IsStore && SwapVector[EntryIdx].IsSwap) { in recordUnoptimizableWebs()
707 if (!SwapVector[DefIdx].IsSwap || SwapVector[DefIdx].IsLoad || in recordUnoptimizableWebs()
758 if (SwapVector[EntryIdx].IsLoad && SwapVector[EntryIdx].IsSwap) { in markSwapsForRemoval()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsExpandPseudo.cpp327 bool IsSwap = false; in expandAtomicBinOpSubword() local
342 IsSwap = true; in expandAtomicBinOpSubword()
419 } else if (!IsSwap) { in expandAtomicBinOpSubword()