Home
last modified time | relevance | path

Searched refs:isTargetCanonicalSelect (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1359 bool isTargetCanonicalSelect(SDNode *N) const override;
H A DX86ISelLowering.cpp4978 bool X86TargetLowering::isTargetCanonicalSelect(SDNode *N) const { in isTargetCanonicalSelect() function in X86TargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4377 virtual bool isTargetCanonicalSelect(SDNode *N) const { return false; } in isTargetCanonicalSelect() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp13192 if (!TLI.isTargetCanonicalSelect(N)) in visitVSELECT()