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

/freebsd-10.2-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.h333 MOVSD, enumerator in enum:llvm::X86ISD::NodeType
H A DX86ISelLowering.cpp3279 case X86ISD::MOVSD:
3337 case X86ISD::MOVSD:
4078 /// MOVSD, and MOVD, i.e. setting the lowest element.
4984 case X86ISD::MOVSD: {
4986 // this is why MOVSS and MOVSD are used in the first place. The other
7066 // potencial load folding here, otherwise use SHUFPS or MOVSD to match the
7103 return getTargetShuffleNode(X86ISD::MOVSD, dl, VT, V1, V2, DAG);
7371 return getTargetShuffleNode(X86ISD::MOVSD, dl, VT, V1, V2, DAG);
13848 case X86ISD::MOVSD: return "X86ISD::MOVSD";
[all...]

Completed in 151 milliseconds