Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.h625 bool isSelectSupported(SelectSupportKind Kind) const override { in isSelectSupported()
627 return (Kind != SelectSupportKind::ScalarCondVectorVal); in isSelectSupported()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h178 bool isSelectSupported(SelectSupportKind) const override;
DAMDGPUISelLowering.cpp616 bool AMDGPUTargetLowering::isSelectSupported(SelectSupportKind SelType) const { in isSelectSupported()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.h315 bool isSelectSupported(SelectSupportKind Kind) const override { in isSelectSupported()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h149 enum SelectSupportKind { enum
287 virtual bool isSelectSupported(SelectSupportKind /*kind*/) const { in isSelectSupported() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp6080 TargetLowering::SelectSupportKind SelectKind; in optimizeSelectInst()