Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/CSKY/
HDCSKYISelLowering.h86 bool isSelectSupported(SelectSupportKind Kind) const override { in isSelectSupported()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.h757 bool isSelectSupported(SelectSupportKind Kind) const override { in isSelectSupported()
759 return (Kind != SelectSupportKind::ScalarCondVectorVal); in isSelectSupported()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUISelLowering.h213 bool isSelectSupported(SelectSupportKind) const override;
HDAMDGPUISelLowering.cpp797 bool AMDGPUTargetLowering::isSelectSupported(SelectSupportKind SelType) const { in isSelectSupported()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMISelLowering.h414 bool isSelectSupported(SelectSupportKind Kind) const override { in isSelectSupported()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDSelectOptimize.cpp1313 TargetLowering::SelectSupportKind SelectKind; in isSelectKindSupported()
HDCodeGenPrepare.cpp7149 TargetLowering::SelectSupportKind SelectKind; in optimizeSelectInst()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.h241 enum SelectSupportKind { enum
452 virtual bool isSelectSupported(SelectSupportKind /*kind*/) const { in isSelectSupported() argument