Home | History | Annotate | Download | only in AMDGPU

Lines Matching defs:Input

954   // On hw >= R700, COS/SIN input must be between -1. and 1.
982 // On R600 hw, COS/SIN input must be between -Pi and Pi.
1355 SDValue Input = DAG.getNode(ISD::BUILD_VECTOR, DL, MVT::v4i32, Src);
1356 SDValue Args[3] = { Chain, Input, DWordAddr };
1682 // The first 36 bytes of the input buffer contains information about
1888 // If the inserted element is an UNDEF, just use the input vector.