Searched refs:tryUnsignedBitfieldExtract (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelDAGToDAG.h | 83 bool tryUnsignedBitfieldExtract(SDNode *Node, const SDLoc &DL, MVT VT,
|
| H A D | RISCVISelDAGToDAG.cpp | 775 bool RISCVDAGToDAGISel::tryUnsignedBitfieldExtract(SDNode *Node, in tryUnsignedBitfieldExtract() function in RISCVDAGToDAGISel 1289 if (tryUnsignedBitfieldExtract(Node, DL, VT, N0->getOperand(0), Msb, Lsb)) in Select() 1431 if (tryUnsignedBitfieldExtract(Node, DL, VT, X, Msb, Lsb)) in Select() 1649 if (tryUnsignedBitfieldExtract(Node, DL, VT, N0, Msb, 0)) in Select()
|