reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5474 return DAG.getConstantFP(V, SDLoc(Op), Op.getValueType()); 5485 Ops.push_back(DAG.getConstantFP(V, SDLoc(Op), C.getValueType())); 5487 return DAG.getBuildVector(Op.getValueType(), SDLoc(Op), Ops); 5490 assert((DAG.getTarget().Options.NoSignedZerosFPMath || 5495 if (isNegatibleForFree(Op.getOperand(0), DAG, LegalOperations, ForCodeSize, 5497 return DAG.getNode(ISD::FSUB, SDLoc(Op), Op.getValueType(), 5498 getNegatedExpression(Op.getOperand(0), DAG, 5503 return DAG.getNode(ISD::FSUB, SDLoc(Op), Op.getValueType(), 5504 getNegatedExpression(Op.getOperand(1), DAG, 5516 return DAG.getNode(ISD::FSUB, SDLoc(Op), Op.getValueType(), 5522 if (isNegatibleForFree(Op.getOperand(0), DAG, LegalOperations, ForCodeSize, 5524 return DAG.getNode(Op.getOpcode(), SDLoc(Op), Op.getValueType(), 5525 getNegatedExpression(Op.getOperand(0), DAG, 5531 return DAG.getNode( 5533 getNegatedExpression(Op.getOperand(1), DAG, LegalOperations, 5539 assert((DAG.getTarget().Options.NoSignedZerosFPMath || 5543 SDValue Neg2 = getNegatedExpression(Op.getOperand(2), DAG, LegalOperations, 5546 char V0 = isNegatibleForFree(Op.getOperand(0), DAG, LegalOperations, 5548 char V1 = isNegatibleForFree(Op.getOperand(1), DAG, LegalOperations, 5553 Op.getOperand(0), DAG, LegalOperations, ForCodeSize, Depth + 1); 5554 return DAG.getNode(Op.getOpcode(), SDLoc(Op), Op.getValueType(), Neg0, 5559 SDValue Neg1 = getNegatedExpression(Op.getOperand(1), DAG, LegalOperations, 5561 return DAG.getNode(Op.getOpcode(), SDLoc(Op), Op.getValueType(), 5567 return DAG.getNode(Op.getOpcode(), SDLoc(Op), Op.getValueType(), 5568 getNegatedExpression(Op.getOperand(0), DAG, 5572 return DAG.getNode(ISD::FP_ROUND, SDLoc(Op), Op.getValueType(), 5573 getNegatedExpression(Op.getOperand(0), DAG,