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

References

gen/lib/Target/X86/X86GenDAGISel.inc
133137 /*273177*/          /*SwitchOpcode*/ 39, TARGET_VAL(X86ISD::CVTPH2PS),// ->273219
139712 /*286862*/          /*SwitchOpcode*/ 38, TARGET_VAL(X86ISD::CVTPH2PS),// ->286903
142095 /*291244*/          /*SwitchOpcode*/ 19, TARGET_VAL(X86ISD::CVTPH2PS),// ->291266
144130 /*295237*/          /*SwitchOpcode*/ 18, TARGET_VAL(X86ISD::CVTPH2PS),// ->295258
151422 /*308886*/          /*SwitchOpcode*/ 39, TARGET_VAL(X86ISD::CVTPH2PS),// ->308928
155350 /*316602*/          /*SwitchOpcode*/ 38, TARGET_VAL(X86ISD::CVTPH2PS),// ->316643
156912 /*319389*/          /*SwitchOpcode*/ 19, TARGET_VAL(X86ISD::CVTPH2PS),// ->319411
158253 /*321916*/          /*SwitchOpcode*/ 18, TARGET_VAL(X86ISD::CVTPH2PS),// ->321937
166905 /*338538*/          /*SwitchOpcode*/ 39, TARGET_VAL(X86ISD::CVTPH2PS),// ->338580
173195 /*351666*/          /*SwitchOpcode*/ 38, TARGET_VAL(X86ISD::CVTPH2PS),// ->351707
175065 /*355140*/          /*SwitchOpcode*/ 19, TARGET_VAL(X86ISD::CVTPH2PS),// ->355162
176537 /*358074*/          /*SwitchOpcode*/ 18, TARGET_VAL(X86ISD::CVTPH2PS),// ->358095
245240 /*500930*/  /*SwitchOpcode*/ 66|128,2/*322*/, TARGET_VAL(X86ISD::CVTPH2PS),// ->501256
gen/lib/Target/X86/X86GenFastISel.inc
 5934   case X86ISD::CVTPH2PS: return fastEmit_X86ISD_CVTPH2PS_r(VT, RetVT, Op0, Op0IsKill);
lib/Target/X86/X86ISelLowering.cpp
28861   case X86ISD::CVTPH2PS:           return "X86ISD::CVTPH2PS";
lib/Target/X86/X86IntrinsicsInfo.h
  786                      X86ISD::CVTPH2PS, 0),
  788                      X86ISD::CVTPH2PS, 0),
  790                      X86ISD::CVTPH2PS, X86ISD::CVTPH2PS_SAE),
 1106   X86_INTRINSIC_DATA(vcvtph2ps_128,     INTR_TYPE_1OP, X86ISD::CVTPH2PS, 0),
 1107   X86_INTRINSIC_DATA(vcvtph2ps_256,     INTR_TYPE_1OP, X86ISD::CVTPH2PS, 0),