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

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h169 /// INSERTPS - Insert any element of a 4 x float vector into any element
171 INSERTPS, enumerator in enum:llvm::X86ISD::NodeType
H A DX86ISelLowering.cpp3988 /// specifies a shuffle of elements that is suitable for input to INSERTPS.
5545 return DAG.getNode(X86ISD::INSERTPS, dl, VT, V, V, InsertpsMask);
6732 // If element VT is == 32 bits and has 4 elems, try to generate an INSERTPS
9089 return DAG.getNode(X86ISD::INSERTPS, dl, VT, To, LoadScalarToVector,
9102 return DAG.getNode(X86ISD::INSERTPS, dl, VT, To, From, InsertpsMask);
9944 // the '3' into bits [7:6] of X86ISD::INSERTPS.
9952 return DAG.getNode(X86ISD::INSERTPS, dl, VT, N0, N1, N2);
13832 return DAG.getNode(X86ISD::INSERTPS, dl, Op.getValueType(),
16518 case X86ISD::INSERTPS: return "X86ISD::INSERTPS";
[all...]

Completed in 575 milliseconds