Home
last modified time | relevance | path

Searched refs:hasAllWUsers (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVOptWInstrs.cpp333 static bool hasAllWUsers(const MachineInstr &OrigMI, const RISCVSubtarget &ST, in hasAllWUsers() function
588 if (hasAllWUsers(*MI, ST, MRI)) { in isSignExtendedW()
642 if (!hasAllWUsers(MI, ST, MRI) && in removeSExtWInstrs()
693 if (hasAllWUsers(MI, ST, MRI)) { in stripWSuffixes()
H A DRISCVISelDAGToDAG.h125 bool hasAllWUsers(SDNode *Node) const { return hasAllNBitUsers(Node, 32); } in hasAllWUsers() function
H A DRISCVInstrInfo.td1930 return hasAllWUsers(Node);
1935 return hasAllWUsers(Node);
H A DRISCVISelDAGToDAG.cpp855 if (!isInt<32>(Imm) && isUInt<32>(Imm) && hasAllWUsers(Node)) in Select()