Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h135 bool isSelectSupported(SelectSupportKind) const override;
DAMDGPUISelLowering.cpp495 bool AMDGPUTargetLowering::isSelectSupported(SelectSupportKind SelType) const { in isSelectSupported()
/external/llvm/lib/Target/ARM/
DARMISelLowering.h246 bool isSelectSupported(SelectSupportKind Kind) const override { in isSelectSupported()
/external/llvm/include/llvm/Target/
DTargetLowering.h124 enum SelectSupportKind { enum
196 virtual bool isSelectSupported(SelectSupportKind /*kind*/) const { in isSelectSupported() argument
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp4597 TargetLowering::SelectSupportKind SelectKind; in optimizeSelectInst()