Searched refs:isDef32 (Results 1 – 3 of 3) sorted by relevance
67 ; We should have a ORRWrs here, because isDef32 disallows copies.91 ; We should have a ORRWrs here, because isDef32 disallows bitcasts.118 ; We should have a ORRWrs here, because isDef32 disallows truncs.158 ; We should have a ORRWrs here, because isDef32 disallows phis.
460 bool isDef32(const MachineInstr &MI) const;3244 if (!Def || !isDef32(*Def)) { in select()6684 if (isDef32(*ExtInst)) in selectArithExtendedRegister()6777 bool AArch64InstructionSelector::isDef32(const MachineInstr &MI) const { in isDef32() function in AArch64InstructionSelector
873 auto isDef32 = [](SDValue N) { in SelectArithExtendedRegister() local881 isDef32(Reg)) in SelectArithExtendedRegister()