Searched refs:hasAllNBitUsers (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelDAGToDAG.h | 122 bool hasAllNBitUsers(SDNode *Node, unsigned Bits, 124 bool hasAllHUsers(SDNode *Node) const { return hasAllNBitUsers(Node, 16); } in hasAllHUsers() 125 bool hasAllWUsers(SDNode *Node) const { return hasAllNBitUsers(Node, 32); } in hasAllWUsers()
|
| H A D | RISCVOptWInstrs.cpp | 108 static bool hasAllNBitUsers(const MachineInstr &OrigMI, in hasAllNBitUsers() function 335 return hasAllNBitUsers(OrigMI, ST, MRI, 32); in hasAllWUsers()
|
| H A D | RISCVISelDAGToDAG.cpp | 2899 bool RISCVDAGToDAGISel::hasAllNBitUsers(SDNode *Node, unsigned Bits, in hasAllNBitUsers() function in RISCVDAGToDAGISel 3000 if (hasAllNBitUsers(User, Bits, Depth + 1)) in hasAllNBitUsers() 3008 if (Bits > ShAmt && hasAllNBitUsers(User, Bits - ShAmt, Depth + 1)) in hasAllNBitUsers()
|