Lines Matching defs:bitcast
143 return bitcast(MI, Step.TypeIdx, Step.NewType);
3478 LLT DstCastTy = DstEltTy; // Intermediate bitcast result type
3580 // v4i32:castx = bitcast x:v2i64
3582 // i64 = bitcast
3776 // Check if bitcast is Legal
3837 /// This attempts to bitcast G_EXTRACT_SUBVECTOR to CastTy.
3896 /// This attempts to bitcast G_INSERT_SUBVECTOR to CastTy.
4244 LegalizerHelper::bitcast(MachineInstr &MI, unsigned TypeIdx, LLT CastTy) {
4251 // Not sure how to interpret a bitcast of an extending load.
4270 // Not sure how to interpret a bitcast of a truncating store.
4286 dbgs() << "bitcast action not implemented for vector select\n");
5466 "Not a bitcast operation");
5482 // Build new smaller bitcast instructions
8276 // Expand scalarizing unmerge as bitcast to integer and shift.