Searched refs:PromoteMaskArithmetic (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 47933 static SDValue PromoteMaskArithmetic(SDNode *N, EVT VT, SelectionDAG &DAG, in PromoteMaskArithmetic() function 47951 if (SDValue NN0 = PromoteMaskArithmetic(N0.getNode(), VT, DAG, Depth + 1)) in PromoteMaskArithmetic() 47965 if (SDValue NN1 = PromoteMaskArithmetic(N1.getNode(), VT, DAG, Depth + 1)) in PromoteMaskArithmetic() 47989 static SDValue PromoteMaskArithmetic(SDNode *N, SelectionDAG &DAG, in PromoteMaskArithmetic() function 48003 SDValue Op = PromoteMaskArithmetic(Narrow.getNode(), VT, DAG, 0); in PromoteMaskArithmetic() 52444 if (SDValue Promote = PromoteMaskArithmetic(N0.getNode(), DAG, Subtarget)) in combineSignExtendInReg() 52665 if (SDValue R = PromoteMaskArithmetic(N, DAG, Subtarget)) in combineSext() 52879 if (SDValue R = PromoteMaskArithmetic(N, DAG, Subtarget)) in combineZext()
|