reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/lib/Target/X86/X86GenDAGISel.inc
245169 /*500788*/  /*SwitchOpcode*/ 10|128,1/*138*/, TARGET_VAL(X86ISD::INSERTPS),// ->500930
lib/Target/X86/X86ISelLowering.cpp
 4529   case X86ISD::INSERTPS:
 6444   case X86ISD::INSERTPS:
 7651   SDValue Result = DAG.getNode(X86ISD::INSERTPS, DL, MVT::v4f32, V1, V2,
12780   return DAG.getNode(X86ISD::INSERTPS, DL, MVT::v4f32, V1, V2,
17668       return DAG.getNode(X86ISD::INSERTPS, dl, VT, N0, N1,
28593   case X86ISD::INSERTPS:           return "X86ISD::INSERTPS";
32194     Shuffle = X86ISD::INSERTPS;
32266     Shuffle = X86ISD::INSERTPS;
33611   case X86ISD::INSERTPS: {
33623       return DAG.getNode(X86ISD::INSERTPS, DL, VT, DAG.getUNDEF(VT), Op1,
33628       return DAG.getNode(X86ISD::INSERTPS, DL, VT, Op0, DAG.getUNDEF(VT),
33640         return DAG.getNode(X86ISD::INSERTPS, DL, VT, Op0, DAG.getUNDEF(VT),
33648       return DAG.getNode(X86ISD::INSERTPS, DL, VT, Op0, Op1,
33693         return DAG.getNode(X86ISD::INSERTPS, DL, VT, Op0, Op1,
33706         SDValue Insert = DAG.getNode(X86ISD::INSERTPS, DL, VT, Op0,
44979   case X86ISD::INSERTPS:
lib/Target/X86/X86IntrinsicsInfo.h
 1085   X86_INTRINSIC_DATA(sse41_insertps,    INTR_TYPE_3OP, X86ISD::INSERTPS, 0),