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