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

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h336 MOVSD, enumerator in enum:llvm::X86ISD::NodeType
H A DX86ISelLowering.cpp3379 case X86ISD::MOVSD:
3437 case X86ISD::MOVSD:
4262 /// MOVSD, and MOVD, i.e. setting the lowest element.
5163 case X86ISD::MOVSD: {
5165 // this is why MOVSS and MOVSD are used in the first place. The other
8967 // potencial load folding here, otherwise use SHUFPS or MOVSD to match the
9004 return getTargetShuffleNode(X86ISD::MOVSD, dl, VT, V1, V2, DAG);
9368 return getTargetShuffleNode(X86ISD::MOVSD, dl, VT, V1, V2, DAG);
15600 // constant plus a MOVSS/MOVSD instead of scalarizing it.
15622 // two shifts followed by a MOVSS/MOVSD
[all...]

Completed in 1233 milliseconds