Home
last modified time | relevance | path

Searched refs:isSelectSupported (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSelectOptimize.cpp239 if (!TLI->isSelectSupported(TargetLowering::ScalarValSelect) && in runOnFunction()
240 !TLI->isSelectSupported(TargetLowering::ScalarCondVectorVal) && in runOnFunction()
241 !TLI->isSelectSupported(TargetLowering::VectorMaskSelect)) in runOnFunction()
988 return TLI->isSelectSupported(SelectKind); in isSelectKindSupported()
H A DCodeGenPrepare.cpp6776 if (TLI->isSelectSupported(SelectKind) && in optimizeSelectInst()
/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.h86 bool isSelectSupported(SelectSupportKind Kind) const override { in isSelectSupported() function
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h180 bool isSelectSupported(SelectSupportKind) const override;
H A DAMDGPUISelLowering.cpp613 bool AMDGPUTargetLowering::isSelectSupported(SelectSupportKind SelType) const { in isSelectSupported() function in AMDGPUTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.h407 bool isSelectSupported(SelectSupportKind Kind) const override { in isSelectSupported() function
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h753 bool isSelectSupported(SelectSupportKind Kind) const override { in isSelectSupported() function
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h432 virtual bool isSelectSupported(SelectSupportKind /*kind*/) const { in isSelectSupported() function