Home | History | Annotate | Download | only in PowerPC

Lines Matching defs:Perm

8592     // of vperm, particularly how many times the perm mask needs to be computed.
8593 // For example, if the perm mask can be hoisted out of a loop or is already
12804 SDValue Perm;
12806 Perm = BuildIntrinsicOp(IntrPerm,
12809 Perm = BuildIntrinsicOp(IntrPerm,
12813 Perm = Subtarget.hasAltivec() ?
12814 DAG.getNode(ISD::BITCAST, dl, VT, Perm) :
12815 DAG.getNode(ISD::FP_ROUND, dl, VT, Perm, // QPX
12822 DCI.CombineTo(N, Perm, TF);