Searched refs:PromoteMaskArithmetic (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 48650 static SDValue PromoteMaskArithmetic(SDNode *N, EVT VT, SelectionDAG &DAG, in PromoteMaskArithmetic() function 48668 if (SDValue NN0 = PromoteMaskArithmetic(N0.getNode(), VT, DAG, Depth + 1)) in PromoteMaskArithmetic() 48682 if (SDValue NN1 = PromoteMaskArithmetic(N1.getNode(), VT, DAG, Depth + 1)) in PromoteMaskArithmetic() 48706 static SDValue PromoteMaskArithmetic(SDNode *N, SelectionDAG &DAG, in PromoteMaskArithmetic() function 48720 SDValue Op = PromoteMaskArithmetic(Narrow.getNode(), VT, DAG, 0); in PromoteMaskArithmetic() 52824 if (SDValue Promote = PromoteMaskArithmetic(N0.getNode(), DAG, Subtarget)) in combineSignExtendInReg() 53042 if (SDValue R = PromoteMaskArithmetic(N, DAG, Subtarget)) in combineSext() 53197 if (SDValue R = PromoteMaskArithmetic(N, DAG, Subtarget)) in combineZext()
|