Lines Matching defs:HasPT
22042 EVT VecVT, EVT CmpVT, bool HasPT, F SToV) {
22046 SDValue A = emitOrXorXorTree(Op0, DL, DAG, VecVT, CmpVT, HasPT, SToV);
22047 SDValue B = emitOrXorXorTree(Op1, DL, DAG, VecVT, CmpVT, HasPT, SToV);
22050 if (HasPT)
22059 if (HasPT)
22110 bool HasPT = Subtarget.hasSSE41();
22174 Cmp = emitOrXorXorTree(X, DL, DAG, VecVT, CmpVT, HasPT, ScalarToVector);
22180 } else if (HasPT) {
22194 if (HasPT) {