Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.h76 bool hasAllWUsers(SDNode *Node) const { return hasAllNBitUsers(Node, 32); } in hasAllWUsers() function
H A DRISCVInstrInfo.td1585 return hasAllWUsers(Node);
1590 return hasAllWUsers(Node);
H A DRISCVISelDAGToDAG.cpp614 if (!isInt<32>(Imm) && isUInt<32>(Imm) && hasAllWUsers(Node)) in Select()