Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp7491 static bool isVSXSwap(SDValue N) { in isVSXSwap() function
7580 if (!LHS || !RHS || !isVSXSwap(LHS) || !isVSXSwap(RHS)) in reduceVSXSwap()
7699 if (isVSXSwap(SDValue(N, 0))) in PeepholePPC64()