Searched refs:VFIXUPIMM_SAE (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86IntrinsicsInfo.h | 582 …86_INTRINSIC_DATA(avx512_mask_fixupimm_pd_512, FIXUPIMM, X86ISD::VFIXUPIMM, X86ISD::VFIXUPIMM_SAE), 585 …86_INTRINSIC_DATA(avx512_mask_fixupimm_ps_512, FIXUPIMM, X86ISD::VFIXUPIMM, X86ISD::VFIXUPIMM_SAE), 798 X86ISD::VFIXUPIMM, X86ISD::VFIXUPIMM_SAE), 804 X86ISD::VFIXUPIMM, X86ISD::VFIXUPIMM_SAE),
|
H A D | X86ISelLowering.h | 482 VFIXUPIMM_SAE, enumerator
|
H A D | X86InstrFragmentsSIMD.td | 472 def X86VFixupimmSAE : SDNode<"X86ISD::VFIXUPIMM_SAE", SDTFPTernaryOpImm>;
|
H A D | X86ISelLowering.cpp | 25559 if (Opc == X86ISD::VFIXUPIMM || Opc == X86ISD::VFIXUPIMM_SAE) in LowerINTRINSIC_WO_CHAIN() 31484 NODE_NAME_CASE(VFIXUPIMM_SAE) in getTargetNodeName()
|