Searched refs:isSelectSupported (Results 1 – 8 of 8) sorted by relevance
360 if (!TLI->isSelectSupported(TargetLowering::ScalarValSelect) && in run()361 !TLI->isSelectSupported(TargetLowering::ScalarCondVectorVal) && in run()362 !TLI->isSelectSupported(TargetLowering::VectorMaskSelect)) in run()394 if (!TLI->isSelectSupported(TargetLowering::ScalarValSelect) && in runOnFunction()395 !TLI->isSelectSupported(TargetLowering::ScalarCondVectorVal) && in runOnFunction()396 !TLI->isSelectSupported(TargetLowering::VectorMaskSelect)) in runOnFunction()1442 return TLI->isSelectSupported(SelectKind); in isSelectKindSupported()
7551 if (TLI->isSelectSupported(SelectKind) && in optimizeSelectInst()
67 bool isSelectSupported(SelectSupportKind Kind) const override { in isSelectSupported() function
216 bool isSelectSupported(SelectSupportKind) const override;
812 bool AMDGPUTargetLowering::isSelectSupported(SelectSupportKind SelType) const { in isSelectSupported() function in AMDGPUTargetLowering
432 bool isSelectSupported(SelectSupportKind Kind) const override { in isSelectSupported() function
770 bool isSelectSupported(SelectSupportKind Kind) const override { in isSelectSupported() function
468 virtual bool isSelectSupported(SelectSupportKind /*kind*/) const { in isSelectSupported() function