Lines Matching refs:IsFP

6350     bool IsFP = ValueSVT.isFloatingPoint();  in Select()  local
6357 Opc = IsFP ? X86::VGATHERDPSZ128rm : X86::VPGATHERDDZ128rm; in Select()
6359 Opc = IsFP ? X86::VGATHERDPSZ256rm : X86::VPGATHERDDZ256rm; in Select()
6361 Opc = IsFP ? X86::VGATHERDPSZrm : X86::VPGATHERDDZrm; in Select()
6363 Opc = IsFP ? X86::VGATHERDPDZ128rm : X86::VPGATHERDQZ128rm; in Select()
6365 Opc = IsFP ? X86::VGATHERDPDZ256rm : X86::VPGATHERDQZ256rm; in Select()
6367 Opc = IsFP ? X86::VGATHERDPDZrm : X86::VPGATHERDQZrm; in Select()
6369 Opc = IsFP ? X86::VGATHERQPSZ128rm : X86::VPGATHERQDZ128rm; in Select()
6371 Opc = IsFP ? X86::VGATHERQPSZ256rm : X86::VPGATHERQDZ256rm; in Select()
6373 Opc = IsFP ? X86::VGATHERQPSZrm : X86::VPGATHERQDZrm; in Select()
6375 Opc = IsFP ? X86::VGATHERQPDZ128rm : X86::VPGATHERQQZ128rm; in Select()
6377 Opc = IsFP ? X86::VGATHERQPDZ256rm : X86::VPGATHERQQZ256rm; in Select()
6379 Opc = IsFP ? X86::VGATHERQPDZrm : X86::VPGATHERQQZrm; in Select()
6384 Opc = IsFP ? X86::VGATHERDPSrm : X86::VPGATHERDDrm; in Select()
6386 Opc = IsFP ? X86::VGATHERDPSYrm : X86::VPGATHERDDYrm; in Select()
6388 Opc = IsFP ? X86::VGATHERDPDrm : X86::VPGATHERDQrm; in Select()
6390 Opc = IsFP ? X86::VGATHERDPDYrm : X86::VPGATHERDQYrm; in Select()
6392 Opc = IsFP ? X86::VGATHERQPSrm : X86::VPGATHERQDrm; in Select()
6394 Opc = IsFP ? X86::VGATHERQPSYrm : X86::VPGATHERQDYrm; in Select()
6396 Opc = IsFP ? X86::VGATHERQPDrm : X86::VPGATHERQQrm; in Select()
6398 Opc = IsFP ? X86::VGATHERQPDYrm : X86::VPGATHERQQYrm; in Select()
6446 bool IsFP = ValueSVT.isFloatingPoint(); in Select() local
6451 Opc = IsFP ? X86::VSCATTERDPSZ128mr : X86::VPSCATTERDDZ128mr; in Select()
6453 Opc = IsFP ? X86::VSCATTERDPSZ256mr : X86::VPSCATTERDDZ256mr; in Select()
6455 Opc = IsFP ? X86::VSCATTERDPSZmr : X86::VPSCATTERDDZmr; in Select()
6457 Opc = IsFP ? X86::VSCATTERDPDZ128mr : X86::VPSCATTERDQZ128mr; in Select()
6459 Opc = IsFP ? X86::VSCATTERDPDZ256mr : X86::VPSCATTERDQZ256mr; in Select()
6461 Opc = IsFP ? X86::VSCATTERDPDZmr : X86::VPSCATTERDQZmr; in Select()
6463 Opc = IsFP ? X86::VSCATTERQPSZ128mr : X86::VPSCATTERQDZ128mr; in Select()
6465 Opc = IsFP ? X86::VSCATTERQPSZ256mr : X86::VPSCATTERQDZ256mr; in Select()
6467 Opc = IsFP ? X86::VSCATTERQPSZmr : X86::VPSCATTERQDZmr; in Select()
6469 Opc = IsFP ? X86::VSCATTERQPDZ128mr : X86::VPSCATTERQQZ128mr; in Select()
6471 Opc = IsFP ? X86::VSCATTERQPDZ256mr : X86::VPSCATTERQQZ256mr; in Select()
6473 Opc = IsFP ? X86::VSCATTERQPDZmr : X86::VPSCATTERQQZmr; in Select()