Home
last modified time | relevance | path

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

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.h63 bool hasAllWUsers(SDNode *Node) const { return hasAllNBitUsers(Node, 32); } in hasAllWUsers() function
H A DRISCVInstrInfo.td1364 return hasAllWUsers(Node);
1369 return hasAllWUsers(Node);
H A DRISCVISelDAGToDAG.cpp495 if (!isInt<32>(Imm) && isUInt<32>(Imm) && hasAllWUsers(Node)) in Select()