Searched refs:VFMULC (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86IntrinsicsInfo.h | 1406 X86ISD::VFMULC, 0), 1408 X86ISD::VFMULC, 0), 1410 X86ISD::VFMULC, X86ISD::VFMULC_RND),
|
H A D | X86ISelLowering.h | 576 VFMULC, enumerator
|
H A D | X86InstrFragmentsSIMD.td | 578 def x86vfmulc : SDNode<"X86ISD::VFMULC", SDTFPBinOp, [SDNPCommutative]>;
|
H A D | X86ISelLowering.cpp | 33916 NODE_NAME_CASE(VFMULC) in getTargetNodeName() 52175 N->getOpcode() == X86ISD::VFCMULC ? X86ISD::VFMULC : X86ISD::VFCMULC; in combineFMulcFCMulc() 52248 if ((Opcode == X86ISD::VFMULC || Opcode == X86ISD::VFCMULC)) { in combineFaddCFmul() 57808 case X86ISD::VFMULC: return combineFMulcFCMulc(N, DAG, Subtarget); in PerformDAGCombine()
|