Searched refs:HasPT (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 43686 EVT VecVT, EVT CmpVT, bool HasPT, F SToV) { in emitOrXorXorTree() argument 43690 SDValue A = emitOrXorXorTree(Op0, DL, DAG, VecVT, CmpVT, HasPT, SToV); in emitOrXorXorTree() 43691 SDValue B = emitOrXorXorTree(Op1, DL, DAG, VecVT, CmpVT, HasPT, SToV); in emitOrXorXorTree() 43694 if (HasPT) in emitOrXorXorTree() 43702 if (HasPT) in emitOrXorXorTree() 43753 bool HasPT = Subtarget.hasSSE41(); in combineVectorSizedSetCCEquality() local 43818 Cmp = emitOrXorXorTree(X, DL, DAG, VecVT, CmpVT, HasPT, ScalarToVector); in combineVectorSizedSetCCEquality() 43824 } else if (HasPT) { in combineVectorSizedSetCCEquality() 43837 if (HasPT) { in combineVectorSizedSetCCEquality()
|