Lines Matching defs:HasPT
22425 EVT VecVT, EVT CmpVT, bool HasPT, F SToV) {
22429 SDValue A = emitOrXorXorTree(Op0, DL, DAG, VecVT, CmpVT, HasPT, SToV);
22430 SDValue B = emitOrXorXorTree(Op1, DL, DAG, VecVT, CmpVT, HasPT, SToV);
22433 if (HasPT)
22442 if (HasPT)
22493 bool HasPT = Subtarget.hasSSE41();
22557 Cmp = emitOrXorXorTree(X, DL, DAG, VecVT, CmpVT, HasPT, ScalarToVector);
22563 } else if (HasPT) {
22577 if (HasPT) {