Searched refs:getMOVL (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp58 static SDValue getMOVL(SelectionDAG &DAG, DebugLoc dl, EVT VT, SDValue V1,
2286 Arg = getMOVL(DAG, dl, MVT::v2i64, DAG.getUNDEF(MVT::v2i64), Arg);
4350 static SDValue getMOVL(SelectionDAG &DAG, DebugLoc dl, EVT VT, SDValue V1, function
5476 V[i] = getMOVL(DAG, dl, VT, V[i*2+1], V[i*2]);
5479 V[i] = getMOVL(DAG, dl, VT, V[i*2], V[i*2+1]);
6762 return getMOVL(DAG, dl, VT, V2, V1);

Completed in 71 milliseconds