Home
last modified time | relevance | path

Searched refs:isSelectSupported (Results 1 – 10 of 10) 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() function in AMDGPUTargetLowering
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h162 bool isSelectSupported(SelectSupportKind) const override;
DAMDGPUISelLowering.cpp634 bool AMDGPUTargetLowering::isSelectSupported(SelectSupportKind SelType) const { in isSelectSupported() function in AMDGPUTargetLowering
/external/llvm/lib/Target/ARM/
DARMISelLowering.h246 bool isSelectSupported(SelectSupportKind Kind) const override { in isSelectSupported() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelLowering.h294 bool isSelectSupported(SelectSupportKind Kind) const override { in isSelectSupported() function
/external/llvm/include/llvm/Target/
DTargetLowering.h196 virtual bool isSelectSupported(SelectSupportKind /*kind*/) const { in isSelectSupported() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetLowering.h267 virtual bool isSelectSupported(SelectSupportKind /*kind*/) const { in isSelectSupported() function
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp4605 if (TLI->isSelectSupported(SelectKind) && in optimizeSelectInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp5623 if (TLI->isSelectSupported(SelectKind) && in optimizeSelectInst()