Searched refs:isDef32 (Results 1 – 4 of 4) sorted by relevance
456 static inline bool isDef32(const SDNode &N) { in isDef32() function
792 Reg->getValueType(0).getSizeInBits() == 32 && isDef32(*Reg.getNode())) in SelectArithExtendedRegister()
6913 return isDef32(*N);
432 bool isDef32(const MachineInstr &MI) const;2989 if (!Def || !isDef32(*Def)) { in select()5873 if (ExtInst && isDef32(*ExtInst)) in selectArithExtendedRegister()5955 bool AArch64InstructionSelector::isDef32(const MachineInstr &MI) const { in isDef32() function in AArch64InstructionSelector