Lines Matching refs:LegalOperations
50774 bool LegalOperations = !DCI.isBeforeLegalizeOps(); in combineFneg() local
50776 TLI.getNegatedExpression(Arg, DAG, LegalOperations, CodeSize)) in combineFneg()
50783 bool LegalOperations, in getNegatedExpression() argument
50821 Op.getOperand(i), DAG, LegalOperations, ForCodeSize, Depth + 1); in getNegatedExpression()
50839 getNegatedExpression(Op.getOperand(0), DAG, LegalOperations, in getNegatedExpression()
50845 return TargetLowering::getNegatedExpression(Op, DAG, LegalOperations, in getNegatedExpression()
51751 bool LegalOperations = !DCI.isBeforeLegalizeOps(); in combineFMA() local
51752 if (SDValue NegV = TLI.getCheaperNegatedExpression(V, DAG, LegalOperations, in combineFMA()
51763 Vec, DAG, LegalOperations, CodeSize)) { in combineFMA()
51806 bool LegalOperations = !DCI.isBeforeLegalizeOps(); in combineFMADDSUB() local
51811 TLI.getCheaperNegatedExpression(N2, DAG, LegalOperations, CodeSize); in combineFMADDSUB()