Lines Matching refs:IsFP
5646 bool IsFP = ValueSVT.isFloatingPoint(); in Select() local
5653 Opc = IsFP ? X86::VGATHERDPSZ128rm : X86::VPGATHERDDZ128rm; in Select()
5655 Opc = IsFP ? X86::VGATHERDPSZ256rm : X86::VPGATHERDDZ256rm; in Select()
5657 Opc = IsFP ? X86::VGATHERDPSZrm : X86::VPGATHERDDZrm; in Select()
5659 Opc = IsFP ? X86::VGATHERDPDZ128rm : X86::VPGATHERDQZ128rm; in Select()
5661 Opc = IsFP ? X86::VGATHERDPDZ256rm : X86::VPGATHERDQZ256rm; in Select()
5663 Opc = IsFP ? X86::VGATHERDPDZrm : X86::VPGATHERDQZrm; in Select()
5665 Opc = IsFP ? X86::VGATHERQPSZ128rm : X86::VPGATHERQDZ128rm; in Select()
5667 Opc = IsFP ? X86::VGATHERQPSZ256rm : X86::VPGATHERQDZ256rm; in Select()
5669 Opc = IsFP ? X86::VGATHERQPSZrm : X86::VPGATHERQDZrm; in Select()
5671 Opc = IsFP ? X86::VGATHERQPDZ128rm : X86::VPGATHERQQZ128rm; in Select()
5673 Opc = IsFP ? X86::VGATHERQPDZ256rm : X86::VPGATHERQQZ256rm; in Select()
5675 Opc = IsFP ? X86::VGATHERQPDZrm : X86::VPGATHERQQZrm; in Select()
5680 Opc = IsFP ? X86::VGATHERDPSrm : X86::VPGATHERDDrm; in Select()
5682 Opc = IsFP ? X86::VGATHERDPSYrm : X86::VPGATHERDDYrm; in Select()
5684 Opc = IsFP ? X86::VGATHERDPDrm : X86::VPGATHERDQrm; in Select()
5686 Opc = IsFP ? X86::VGATHERDPDYrm : X86::VPGATHERDQYrm; in Select()
5688 Opc = IsFP ? X86::VGATHERQPSrm : X86::VPGATHERQDrm; in Select()
5690 Opc = IsFP ? X86::VGATHERQPSYrm : X86::VPGATHERQDYrm; in Select()
5692 Opc = IsFP ? X86::VGATHERQPDrm : X86::VPGATHERQQrm; in Select()
5694 Opc = IsFP ? X86::VGATHERQPDYrm : X86::VPGATHERQQYrm; in Select()
5742 bool IsFP = ValueSVT.isFloatingPoint(); in Select() local
5747 Opc = IsFP ? X86::VSCATTERDPSZ128mr : X86::VPSCATTERDDZ128mr; in Select()
5749 Opc = IsFP ? X86::VSCATTERDPSZ256mr : X86::VPSCATTERDDZ256mr; in Select()
5751 Opc = IsFP ? X86::VSCATTERDPSZmr : X86::VPSCATTERDDZmr; in Select()
5753 Opc = IsFP ? X86::VSCATTERDPDZ128mr : X86::VPSCATTERDQZ128mr; in Select()
5755 Opc = IsFP ? X86::VSCATTERDPDZ256mr : X86::VPSCATTERDQZ256mr; in Select()
5757 Opc = IsFP ? X86::VSCATTERDPDZmr : X86::VPSCATTERDQZmr; in Select()
5759 Opc = IsFP ? X86::VSCATTERQPSZ128mr : X86::VPSCATTERQDZ128mr; in Select()
5761 Opc = IsFP ? X86::VSCATTERQPSZ256mr : X86::VPSCATTERQDZ256mr; in Select()
5763 Opc = IsFP ? X86::VSCATTERQPSZmr : X86::VPSCATTERQDZmr; in Select()
5765 Opc = IsFP ? X86::VSCATTERQPDZ128mr : X86::VPSCATTERQQZ128mr; in Select()
5767 Opc = IsFP ? X86::VSCATTERQPDZ256mr : X86::VPSCATTERQQZ256mr; in Select()
5769 Opc = IsFP ? X86::VSCATTERQPDZmr : X86::VPSCATTERQQZmr; in Select()