Lines Matching refs:Perm
7302 // of vperm, particularly how many times the perm mask needs to be computed.
7303 // For example, if the perm mask can be hoisted out of a loop or is already
10403 Perm;
10405 Perm = BuildIntrinsicOp(IntrPerm,
10408 Perm = BuildIntrinsicOp(IntrPerm,
10412 Perm = Subtarget.hasAltivec() ?
10413 DAG.getNode(ISD::BITCAST, dl, VT, Perm) :
10414 DAG.getNode(ISD::FP_ROUND, dl, VT, Perm, // QPX
10421 DCI.CombineTo(N, Perm, TF);