Lines Matching refs:IsFP
5927 bool IsFP = ValueSVT.isFloatingPoint(); in Select() local
5934 Opc = IsFP ? X86::VGATHERDPSZ128rm : X86::VPGATHERDDZ128rm; in Select()
5936 Opc = IsFP ? X86::VGATHERDPSZ256rm : X86::VPGATHERDDZ256rm; in Select()
5938 Opc = IsFP ? X86::VGATHERDPSZrm : X86::VPGATHERDDZrm; in Select()
5940 Opc = IsFP ? X86::VGATHERDPDZ128rm : X86::VPGATHERDQZ128rm; in Select()
5942 Opc = IsFP ? X86::VGATHERDPDZ256rm : X86::VPGATHERDQZ256rm; in Select()
5944 Opc = IsFP ? X86::VGATHERDPDZrm : X86::VPGATHERDQZrm; in Select()
5946 Opc = IsFP ? X86::VGATHERQPSZ128rm : X86::VPGATHERQDZ128rm; in Select()
5948 Opc = IsFP ? X86::VGATHERQPSZ256rm : X86::VPGATHERQDZ256rm; in Select()
5950 Opc = IsFP ? X86::VGATHERQPSZrm : X86::VPGATHERQDZrm; in Select()
5952 Opc = IsFP ? X86::VGATHERQPDZ128rm : X86::VPGATHERQQZ128rm; in Select()
5954 Opc = IsFP ? X86::VGATHERQPDZ256rm : X86::VPGATHERQQZ256rm; in Select()
5956 Opc = IsFP ? X86::VGATHERQPDZrm : X86::VPGATHERQQZrm; in Select()
5961 Opc = IsFP ? X86::VGATHERDPSrm : X86::VPGATHERDDrm; in Select()
5963 Opc = IsFP ? X86::VGATHERDPSYrm : X86::VPGATHERDDYrm; in Select()
5965 Opc = IsFP ? X86::VGATHERDPDrm : X86::VPGATHERDQrm; in Select()
5967 Opc = IsFP ? X86::VGATHERDPDYrm : X86::VPGATHERDQYrm; in Select()
5969 Opc = IsFP ? X86::VGATHERQPSrm : X86::VPGATHERQDrm; in Select()
5971 Opc = IsFP ? X86::VGATHERQPSYrm : X86::VPGATHERQDYrm; in Select()
5973 Opc = IsFP ? X86::VGATHERQPDrm : X86::VPGATHERQQrm; in Select()
5975 Opc = IsFP ? X86::VGATHERQPDYrm : X86::VPGATHERQQYrm; in Select()
6023 bool IsFP = ValueSVT.isFloatingPoint(); in Select() local
6028 Opc = IsFP ? X86::VSCATTERDPSZ128mr : X86::VPSCATTERDDZ128mr; in Select()
6030 Opc = IsFP ? X86::VSCATTERDPSZ256mr : X86::VPSCATTERDDZ256mr; in Select()
6032 Opc = IsFP ? X86::VSCATTERDPSZmr : X86::VPSCATTERDDZmr; in Select()
6034 Opc = IsFP ? X86::VSCATTERDPDZ128mr : X86::VPSCATTERDQZ128mr; in Select()
6036 Opc = IsFP ? X86::VSCATTERDPDZ256mr : X86::VPSCATTERDQZ256mr; in Select()
6038 Opc = IsFP ? X86::VSCATTERDPDZmr : X86::VPSCATTERDQZmr; in Select()
6040 Opc = IsFP ? X86::VSCATTERQPSZ128mr : X86::VPSCATTERQDZ128mr; in Select()
6042 Opc = IsFP ? X86::VSCATTERQPSZ256mr : X86::VPSCATTERQDZ256mr; in Select()
6044 Opc = IsFP ? X86::VSCATTERQPSZmr : X86::VPSCATTERQDZmr; in Select()
6046 Opc = IsFP ? X86::VSCATTERQPDZ128mr : X86::VPSCATTERQQZ128mr; in Select()
6048 Opc = IsFP ? X86::VSCATTERQPDZ256mr : X86::VPSCATTERQQZ256mr; in Select()
6050 Opc = IsFP ? X86::VSCATTERQPDZmr : X86::VPSCATTERQQZmr; in Select()