Searched refs:simplifySelect (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAG.h | 1277 SDValue simplifySelect(SDValue Cond, SDValue TVal, SDValue FVal);
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 7480 if (SDValue V = simplifySelect(N1, N2, N3)) in getNode() 9904 SDValue SelectionDAG::simplifySelect(SDValue Cond, SDValue T, SDValue F) { in simplifySelect() function in SelectionDAG
|
H A D | DAGCombiner.cpp | 11604 if (SDValue V = DAG.simplifySelect(N0, N1, N2)) in visitSELECT() 12279 if (SDValue V = DAG.simplifySelect(N0, N1, N2)) in visitVP_SELECT() 12295 if (SDValue V = DAG.simplifySelect(N0, N1, N2)) in visitVSELECT()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 45863 if (SDValue V = DAG.simplifySelect(Cond, LHS, RHS)) in combineSelect()
|