Searched refs:SelectSupportKind (Results 1 – 6 of 6) sorted by relevance
579 bool isSelectSupported(SelectSupportKind Kind) const override { in isSelectSupported()581 return (Kind != SelectSupportKind::ScalarCondVectorVal); in isSelectSupported()
163 bool isSelectSupported(SelectSupportKind) const override;
637 bool AMDGPUTargetLowering::isSelectSupported(SelectSupportKind SelType) const { in isSelectSupported()
295 bool isSelectSupported(SelectSupportKind Kind) const override { in isSelectSupported()
147 enum SelectSupportKind { enum268 virtual bool isSelectSupported(SelectSupportKind /*kind*/) const { in isSelectSupported() argument
5760 TargetLowering::SelectSupportKind SelectKind; in optimizeSelectInst()