Lines Matching defs:Bitcast
6139 // Bitcast operand 1 to i32.
15545 // Bitcast an i64 load inserted into a vector to f64.
16117 // stored value. Bitcast it to the aligned type.
16133 // value. Bitcast it to the expected result type.
16657 // Bitcast the original vector into a vector of store-size units
16908 // Bitcast an i64 store extracted from a vector to f64.
18085 SDValue Bitcast = DAG.getNode(ARMISD::VECTOR_REG_CAST, DL, VT, VQMOVN);
18086 return DAG.getNode(ISD::SIGN_EXTEND_INREG, DL, VT, Bitcast,
18126 SDValue Bitcast = DAG.getNode(ARMISD::VECTOR_REG_CAST, DL, VT, VQMOVN);
18127 return DAG.getNode(ISD::AND, DL, VT, Bitcast,
18635 // Bitcast from element-wise VMOV or VMVN doesn't need VREV if the VREV that