Searched refs:INSERTPS (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 198 INSERTPS, enumerator
|
| H A D | X86SchedIceLake.td | 666 "(V?)INSERTPS(Z?)rr", 1300 "(V?)INSERTPS(Z?)rm",
|
| H A D | X86InstrFragmentsSIMD.td | 113 def X86insertps : SDNode<"X86ISD::INSERTPS",
|
| H A D | X86IntrinsicsInfo.h | 2003 X86_INTRINSIC_DATA(sse41_insertps, INTR_TYPE_3OP, X86ISD::INSERTPS, 0),
|
| H A D | X86ISelLowering.cpp | 2844 case X86ISD::INSERTPS: in isTargetShuffle() 5554 case X86ISD::INSERTPS: in getTargetShuffleMask() 7107 DAG.getNode(X86ISD::INSERTPS, DL, MVT::v4f32, V1, V2, in LowerBuildVectorv4x32() 13311 return DAG.getNode(X86ISD::INSERTPS, DL, MVT::v4f32, V1, V2, in lowerShuffleAsInsertPS() 19084 return DAG.getNode(X86ISD::INSERTPS, dl, VT, N0, N1, in LowerINSERT_VECTOR_ELT() 34981 NODE_NAME_CASE(INSERTPS) in getTargetNodeName() 39847 Shuffle = X86ISD::INSERTPS; in matchBinaryPermuteShuffle() 39919 Shuffle = X86ISD::INSERTPS; in matchBinaryPermuteShuffle() 40271 if (Depth == 0 && RootOpc == X86ISD::INSERTPS) in combineX86ShuffleChain() 40273 Res = DAG.getNode(X86ISD::INSERTPS, DL, MVT::v4f32, in combineX86ShuffleChain() [all …]
|
| H A D | X86InstrSSE.td | 5477 defm INSERTPS : SS41I_insertf32<0x21, "insertps", 1>;
|