Home
last modified time | relevance | path

Searched defs:Msb (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchMatInt.cpp95 uint64_t Msb = 32; in generateInstSeq() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp618 const SDLoc &DL, MVT VT) { in trySignedBitfieldExtract()
648 const unsigned Msb = MsbPlusOne - 1; in trySignedBitfieldExtract() local
666 const unsigned Msb = ExtSize - 1; in trySignedBitfieldExtract() local
736 const SDLoc &DL, MVT VT) { in trySignedBitfieldInsertInSign()
764 const unsigned Msb = MsbPlusOne - 1; in trySignedBitfieldInsertInSign() local
777 SDValue X, unsigned Msb, in tryUnsignedBitfieldExtract()
805 SDValue X, unsigned Msb, in tryUnsignedBitfieldInsertInZero()
1287 const unsigned Msb = TrailingOnes - 1; in Select() local
1429 const unsigned Msb = llvm::bit_width(C1) + C2 - 1; in Select() local
1478 const unsigned Msb = XLen - Leading - 1; in Select() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp1604 const signed Msb = in checkTargetMatchPredicate() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1670 ConstantInt *Msb = dyn_cast<ConstantInt>(I->getOperand(1)); in setupPreSimplifier() local