Searched refs:hasAllNBitUsers (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.h79 bool hasAllNBitUsers(SDNode *Node, unsigned Bits,
81 bool hasAllHUsers(SDNode *Node) const { return hasAllNBitUsers(Node, 16); }
82 bool hasAllWUsers(SDNode *Node) const { return hasAllNBitUsers(Node, 32); }
H A DRISCVInstrInfo.h225 bool hasAllNBitUsers(const MachineInstr &MI, const MachineRegisterInfo &MRI,
231 return hasAllNBitUsers(MI, MRI, 32);
H A DRISCVISelDAGToDAG.cpp2306 bool RISCVDAGToDAGISel::hasAllNBitUsers(SDNode *Node, unsigned Bits,
2398 if (hasAllNBitUsers(User, Bits, Depth + 1))
2406 if (Bits > ShAmt && hasAllNBitUsers(User, Bits - ShAmt, Depth + 1))
H A DRISCVInstrInfo.cpp2540 bool RISCVInstrInfo::hasAllNBitUsers(const MachineInstr &OrigMI, function in class:RISCVInstrInfo

Completed in 192 milliseconds