Searched refs:VFMULC (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86IntrinsicsInfo.h | 1747 X86ISD::VFMULC, 0), 1749 X86ISD::VFMULC, 0), 1751 X86ISD::VFMULC, X86ISD::VFMULC_RND),
|
| H A D | X86ISelLowering.h | 596 VFMULC, enumerator
|
| H A D | X86InstrFragmentsSIMD.td | 604 def x86vfmulc : SDNode<"X86ISD::VFMULC", SDTFPBinOp, [SDNPCommutative]>;
|
| H A D | X86ISelLowering.cpp | 35193 NODE_NAME_CASE(VFMULC) in getTargetNodeName() 53945 N->getOpcode() == X86ISD::VFCMULC ? X86ISD::VFMULC : X86ISD::VFCMULC; in combineFMulcFCMulc() 54018 if ((Opcode == X86ISD::VFMULC || Opcode == X86ISD::VFCMULC)) { in combineFaddCFmul() 60551 case X86ISD::VFMULC: return combineFMulcFCMulc(N, DAG, Subtarget); in PerformDAGCombine()
|