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;
701 bool AMDGPUTargetLowering::isSelectSupported(SelectSupportKind SelType) const { in isSelectSupported()
395 bool isSelectSupported(SelectSupportKind Kind) const override { in isSelectSupported()
237 enum SelectSupportKind { enum410 virtual bool isSelectSupported(SelectSupportKind /*kind*/) const { in isSelectSupported() argument
6731 TargetLowering::SelectSupportKind SelectKind; in optimizeSelectInst()