Searched refs:hasAllWUsers (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchOptWInstrs.cpp | 315 static bool hasAllWUsers(const MachineInstr &OrigMI, in hasAllWUsers() function 635 if (hasAllWUsers(*MI, ST, MRI)) { in isSignExtendedW() 647 if (hasAllWUsers(*MI, ST, MRI)) { in isSignExtendedW() 704 if (!hasAllWUsers(MI, ST, MRI) && in removeSExtWInstrs() 751 if (hasAllWUsers(MI, ST, MRI)) { in convertToDSuffixes() 797 if (hasAllWUsers(MI, ST, MRI)) { in convertToWSuffixes()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVOptWInstrs.cpp | 344 static bool hasAllWUsers(const MachineInstr &OrigMI, const RISCVSubtarget &ST, in hasAllWUsers() function 597 if (hasAllWUsers(*MI, ST, MRI)) { in isSignExtendedW() 651 if (!hasAllWUsers(MI, ST, MRI) && in removeSExtWInstrs() 699 if (hasAllWUsers(MI, ST, MRI)) { in stripWSuffixes() 745 if (hasAllWUsers(MI, ST, MRI)) { in appendWSuffixes()
|
H A D | RISCVISelDAGToDAG.h | 126 bool hasAllWUsers(SDNode *Node) const { return hasAllNBitUsers(Node, 32); } in hasAllWUsers() function
|
H A D | RISCVInstrInfo.td | 1831 return hasAllWUsers(Node); 1836 return hasAllWUsers(Node);
|
H A D | RISCVISelDAGToDAG.cpp | 917 if (!isInt<32>(Imm) && isUInt<32>(Imm) && hasAllWUsers(Node)) in Select()
|