Searched refs:hasAllWUsers (Results 1 – 4 of 4) sorted by relevance
333 static bool hasAllWUsers(const MachineInstr &OrigMI, const RISCVSubtarget &ST, in hasAllWUsers() function588 if (hasAllWUsers(*MI, ST, MRI)) { in isSignExtendedW()642 if (!hasAllWUsers(MI, ST, MRI) && in removeSExtWInstrs()693 if (hasAllWUsers(MI, ST, MRI)) { in stripWSuffixes()
125 bool hasAllWUsers(SDNode *Node) const { return hasAllNBitUsers(Node, 32); } in hasAllWUsers() function
1930 return hasAllWUsers(Node);1935 return hasAllWUsers(Node);
855 if (!isInt<32>(Imm) && isUInt<32>(Imm) && hasAllWUsers(Node)) in Select()