Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dcolor.cpp2960 useSSE = coeffs[0] <= std::numeric_limits<short>::max(); in YCrCb2RGB_i()
3017 if (haveSIMD && useSSE) in operator ()()
3108 bool useSSE, haveSIMD; member
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp12562 bool useSSE = isScalarFPTypeInSSEReg(Op.getValueType()); in BuildFILD() local
12563 if (useSSE) in BuildFILD()
12582 SDValue Result = DAG.getMemIntrinsicNode(useSSE ? X86ISD::FILD_FLAG : in BuildFILD()
12586 if (useSSE) { in BuildFILD()