Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp18863 bool useSSE = isScalarFPTypeInSSEReg(Op.getValueType()); in BuildFILD() local
18864 if (useSSE) in BuildFILD()
18884 DAG.getMemIntrinsicNode(useSSE ? X86ISD::FILD_FLAG : X86ISD::FILD, DL, in BuildFILD()
18888 if (useSSE) { in BuildFILD()