Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h579 bool isSelectSupported(SelectSupportKind Kind) const override { in isSelectSupported()
581 return (Kind != SelectSupportKind::ScalarCondVectorVal); in isSelectSupported()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h163 bool isSelectSupported(SelectSupportKind) const override;
H A DAMDGPUISelLowering.cpp637 bool AMDGPUTargetLowering::isSelectSupported(SelectSupportKind SelType) const { in isSelectSupported()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.h295 bool isSelectSupported(SelectSupportKind Kind) const override { in isSelectSupported()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h147 enum SelectSupportKind { enum
268 virtual bool isSelectSupported(SelectSupportKind /*kind*/) const { in isSelectSupported() argument
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp5760 TargetLowering::SelectSupportKind SelectKind; in optimizeSelectInst()