Lines Matching defs:Bitcast
6093 // Bitcast operand 1 to i32.
15486 // Bitcast an i64 load inserted into a vector to f64.
16059 // stored value. Bitcast it to the aligned type.
16075 // value. Bitcast it to the expected result type.
16608 // Bitcast the original vector into a vector of store-size units
16859 // Bitcast an i64 store extracted from a vector to f64.
18031 SDValue Bitcast = DAG.getNode(ARMISD::VECTOR_REG_CAST, DL, VT, VQMOVN);
18032 return DAG.getNode(ISD::SIGN_EXTEND_INREG, DL, VT, Bitcast,
18072 SDValue Bitcast = DAG.getNode(ARMISD::VECTOR_REG_CAST, DL, VT, VQMOVN);
18073 return DAG.getNode(ISD::AND, DL, VT, Bitcast,
18588 // Bitcast from element-wise VMOV or VMVN doesn't need VREV if the VREV that