Home | History | Annotate | Download | only in ARM

Lines Matching defs:Input

1552 /// ARMISD:CALL <- callseq_end chain. Also add input and output parameter
4431 /// input = [v0 v1 v2 v3 ] (vi 16-bit element)
4457 /// input = [v0 v1 v2 v3 ] (vi 16-bit element)
4483 /// input = [v0 v1 ] (vi: 32-bit elements)
5104 // If the mask is twice as long as the input vector then we need to check the
5994 // Check for Neon shuffles that modify both input vectors in place.
8397 // Each EXTRACT_VECTOR should have the same input vector and odd or even
8448 // Input is the vector.
8557 // Figure out the high and low input values to the MLAL node.
8831 SDValue Input =
8833 SDValue Vbic = DAG.getNode(ARMISD::VBICIMM, dl, VbicVT, Input, Val);
8874 SDValue Input =
8876 SDValue Vorr = DAG.getNode(ARMISD::VORRIMM, dl, VorrVT, Input, Val);
9332 // By construction, the input type must be float.
12090 assert(!Shuffles.empty() && "Empty shufflevector input");