Home
last modified time | relevance | path

Searched refs:DstIsSSE (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp1049 bool DstIsSSE = X86Lowering->isScalarFPTypeInSSEReg(DstVT); in PreprocessISelDAG() local
1050 if (SrcIsSSE && DstIsSSE) in PreprocessISelDAG()
1053 if (!SrcIsSSE && !DstIsSSE) { in PreprocessISelDAG()
1102 bool DstIsSSE = X86Lowering->isScalarFPTypeInSSEReg(DstVT); in PreprocessISelDAG() local
1103 if (SrcIsSSE && DstIsSSE) in PreprocessISelDAG()
1106 if (!SrcIsSSE && !DstIsSSE) { in PreprocessISelDAG()
1143 if (!DstIsSSE) { in PreprocessISelDAG()