Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.h86 bool isSelectSupported(SelectSupportKind Kind) const override { in isSelectSupported()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h746 bool isSelectSupported(SelectSupportKind Kind) const override { in isSelectSupported()
748 return (Kind != SelectSupportKind::ScalarCondVectorVal); in isSelectSupported()
/freebsd/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()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h415 bool isSelectSupported(SelectSupportKind Kind) const override { in isSelectSupported()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp1260 TargetLowering::SelectSupportKind SelectKind; in isSelectKindSupported()
H A DCodeGenPrepare.cpp7035 TargetLowering::SelectSupportKind SelectKind; in optimizeSelectInst()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h239 enum SelectSupportKind { enum
454 virtual bool isSelectSupported(SelectSupportKind /*kind*/) const { in isSelectSupported() argument