Searched refs:SelectSupportKind (Results 1 – 6 of 6) sorted by relevance
730 bool isSelectSupported(SelectSupportKind Kind) const override { in isSelectSupported()732 return (Kind != SelectSupportKind::ScalarCondVectorVal); in isSelectSupported()
173 bool isSelectSupported(SelectSupportKind) const override;
748 bool AMDGPUTargetLowering::isSelectSupported(SelectSupportKind SelType) const { in isSelectSupported()
406 bool isSelectSupported(SelectSupportKind Kind) const override { in isSelectSupported()
237 enum SelectSupportKind { enum415 virtual bool isSelectSupported(SelectSupportKind /*kind*/) const { in isSelectSupported() argument
6753 TargetLowering::SelectSupportKind SelectKind; in optimizeSelectInst()