Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp392 if (!TLI->isSelectSupported(TargetLowering::ScalarValSelect) && in run()
393 !TLI->isSelectSupported(TargetLowering::ScalarCondVectorVal) && in run()
394 !TLI->isSelectSupported(TargetLowering::VectorMaskSelect)) in run()
426 if (!TLI->isSelectSupported(TargetLowering::ScalarValSelect) && in runOnFunction()
427 !TLI->isSelectSupported(TargetLowering::ScalarCondVectorVal) && in runOnFunction()
428 !TLI->isSelectSupported(TargetLowering::VectorMaskSelect)) in runOnFunction()
1265 return TLI->isSelectSupported(SelectKind); in isSelectKindSupported()
H A DCodeGenPrepare.cpp7041 if (TLI->isSelectSupported(SelectKind) && in optimizeSelectInst()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.h86 bool isSelectSupported(SelectSupportKind Kind) const override { in isSelectSupported() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h213 bool isSelectSupported(SelectSupportKind) const override;
H A DAMDGPUISelLowering.cpp751 bool AMDGPUTargetLowering::isSelectSupported(SelectSupportKind SelType) const { in isSelectSupported() function in AMDGPUTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h415 bool isSelectSupported(SelectSupportKind Kind) const override { in isSelectSupported() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h746 bool isSelectSupported(SelectSupportKind Kind) const override { in isSelectSupported() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h454 virtual bool isSelectSupported(SelectSupportKind /*kind*/) const { in isSelectSupported() function