Lines Matching defs:IsFP
6487 bool IsFP = ValueSVT.isFloatingPoint();
6494 Opc = IsFP ? X86::VGATHERDPSZ128rm : X86::VPGATHERDDZ128rm;
6496 Opc = IsFP ? X86::VGATHERDPSZ256rm : X86::VPGATHERDDZ256rm;
6498 Opc = IsFP ? X86::VGATHERDPSZrm : X86::VPGATHERDDZrm;
6500 Opc = IsFP ? X86::VGATHERDPDZ128rm : X86::VPGATHERDQZ128rm;
6502 Opc = IsFP ? X86::VGATHERDPDZ256rm : X86::VPGATHERDQZ256rm;
6504 Opc = IsFP ? X86::VGATHERDPDZrm : X86::VPGATHERDQZrm;
6506 Opc = IsFP ? X86::VGATHERQPSZ128rm : X86::VPGATHERQDZ128rm;
6508 Opc = IsFP ? X86::VGATHERQPSZ256rm : X86::VPGATHERQDZ256rm;
6510 Opc = IsFP ? X86::VGATHERQPSZrm : X86::VPGATHERQDZrm;
6512 Opc = IsFP ? X86::VGATHERQPDZ128rm : X86::VPGATHERQQZ128rm;
6514 Opc = IsFP ? X86::VGATHERQPDZ256rm : X86::VPGATHERQQZ256rm;
6516 Opc = IsFP ? X86::VGATHERQPDZrm : X86::VPGATHERQQZrm;
6521 Opc = IsFP ? X86::VGATHERDPSrm : X86::VPGATHERDDrm;
6523 Opc = IsFP ? X86::VGATHERDPSYrm : X86::VPGATHERDDYrm;
6525 Opc = IsFP ? X86::VGATHERDPDrm : X86::VPGATHERDQrm;
6527 Opc = IsFP ? X86::VGATHERDPDYrm : X86::VPGATHERDQYrm;
6529 Opc = IsFP ? X86::VGATHERQPSrm : X86::VPGATHERQDrm;
6531 Opc = IsFP ? X86::VGATHERQPSYrm : X86::VPGATHERQDYrm;
6533 Opc = IsFP ? X86::VGATHERQPDrm : X86::VPGATHERQQrm;
6535 Opc = IsFP ? X86::VGATHERQPDYrm : X86::VPGATHERQQYrm;
6583 bool IsFP = ValueSVT.isFloatingPoint();
6588 Opc = IsFP ? X86::VSCATTERDPSZ128mr : X86::VPSCATTERDDZ128mr;
6590 Opc = IsFP ? X86::VSCATTERDPSZ256mr : X86::VPSCATTERDDZ256mr;
6592 Opc = IsFP ? X86::VSCATTERDPSZmr : X86::VPSCATTERDDZmr;
6594 Opc = IsFP ? X86::VSCATTERDPDZ128mr : X86::VPSCATTERDQZ128mr;
6596 Opc = IsFP ? X86::VSCATTERDPDZ256mr : X86::VPSCATTERDQZ256mr;
6598 Opc = IsFP ? X86::VSCATTERDPDZmr : X86::VPSCATTERDQZmr;
6600 Opc = IsFP ? X86::VSCATTERQPSZ128mr : X86::VPSCATTERQDZ128mr;
6602 Opc = IsFP ? X86::VSCATTERQPSZ256mr : X86::VPSCATTERQDZ256mr;
6604 Opc = IsFP ? X86::VSCATTERQPSZmr : X86::VPSCATTERQDZmr;
6606 Opc = IsFP ? X86::VSCATTERQPDZ128mr : X86::VPSCATTERQQZ128mr;
6608 Opc = IsFP ? X86::VSCATTERQPDZ256mr : X86::VPSCATTERQQZ256mr;
6610 Opc = IsFP ? X86::VSCATTERQPDZmr : X86::VPSCATTERQQZmr;