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