Home
last modified time | relevance | path

Searched refs:combineSelect (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.h298 SDValue combineSelect(SDNode *N, DAGCombinerInfo &DCI) const;
H A DVEISelLowering.cpp2787 SDValue VETargetLowering::combineSelect(SDNode *N, in combineSelect() function in VETargetLowering
3033 return combineSelect(N, DCI); in PerformDAGCombine()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp45853 static SDValue combineSelect(SDNode *N, SelectionDAG &DAG, in combineSelect() function
57765 case X86ISD::BLENDV: return combineSelect(N, DAG, DCI, Subtarget); in PerformDAGCombine()