Searched refs:Msb (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelDAGToDAG.cpp | 700 CurDAG->getTargetConstant(Msb, DL, VT), in trySignedBitfieldExtract() 722 const unsigned Msb = MsbPlusOne - 1; in trySignedBitfieldExtract() local 725 SDNode *TH_EXT = BitfieldExtract(N0, Msb, Lsb, DL, VT); in trySignedBitfieldExtract() 740 const unsigned Msb = ExtSize - 1; in trySignedBitfieldExtract() local 743 SDNode *TH_EXT = BitfieldExtract(N0, Msb, Lsb, DL, VT); in trySignedBitfieldExtract() 1127 SDValue X, unsigned Msb, in Select() 1133 RISCV::TH_EXTU, DL, VT, X, CurDAG->getTargetConstant(Msb, DL, VT), in Select() 1206 const unsigned Msb = llvm::bit_width(C1) + C2 - 1; in Select() local 1208 if (tryUnsignedBitfieldExtract(Node, DL, VT, X, Msb, Lsb)) in Select() 1334 const unsigned Msb = llvm::bit_width(C1) - 1; in Select() local [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonLoopIdiomRecognition.cpp | 1690 ConstantInt *Msb = dyn_cast<ConstantInt>(I->getOperand(1)); in setupPreSimplifier() local 1691 if (!Msb || !Msb->getValue().isSignMask()) in setupPreSimplifier() 1695 return IRBuilder<>(Ctx).CreateXor(I->getOperand(0), Msb); in setupPreSimplifier()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/ |
| H A D | LoongArchAsmParser.cpp | 1256 const signed Msb = in checkTargetMatchPredicate() local 1264 if (Msb < Lsb) in checkTargetMatchPredicate()
|