Searched refs:isSelectSupported (Results 1 – 5 of 5) sorted by relevance
127 bool isSelectSupported(SelectSupportKind) const override;
433 bool AMDGPUTargetLowering::isSelectSupported(SelectSupportKind SelType) const { in isSelectSupported() function in AMDGPUTargetLowering
245 bool isSelectSupported(SelectSupportKind Kind) const override { in isSelectSupported() function
189 virtual bool isSelectSupported(SelectSupportKind /*kind*/) const { in isSelectSupported() function
3828 if (TLI->isSelectSupported(SelectKind)) { in OptimizeSelectInst()