Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h128 bool isSelectSupported(SelectSupportKind) const override;
DAMDGPUISelLowering.cpp421 bool AMDGPUTargetLowering::isSelectSupported(SelectSupportKind SelType) const { in isSelectSupported()
/external/llvm/lib/Target/ARM/
DARMISelLowering.h244 bool isSelectSupported(SelectSupportKind Kind) const override { in isSelectSupported()
/external/llvm/include/llvm/Target/
DTargetLowering.h121 enum SelectSupportKind { enum
193 virtual bool isSelectSupported(SelectSupportKind /*kind*/) const { in isSelectSupported() argument
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp4507 TargetLowering::SelectSupportKind SelectKind; in optimizeSelectInst()