Home
last modified time | relevance | path

Searched refs:HighBit (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRFSDiscriminator.h48 unsigned HighBit; variable
56 HighBit = getFSPassBitEnd(P); in MachineFunctionPass()
57 assert(LowBit < HighBit && "HighBit needs to be greater than Lowbit"); in MachineFunctionPass()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRFSDiscriminator.cpp85 unsigned BitMaskNow = getN1Bits(HighBit); in runOnMachineFunction()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h350 DigitsT HighBit = DigitsT(1) << (getWidth<DigitsT>() - 1); in getSum() local
351 return std::make_pair(HighBit | Sum >> 1, Scale + 1); in getSum()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp619 unsigned HighBit = HighBitExpr.getValue(); in evalSliceExpr() local
621 uint64_t Mask = ((uint64_t)1 << (HighBit - LowBit + 1)) - 1; in evalSliceExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp8103 template<unsigned HighBit, unsigned OtherBits>
8109 uint32_t Value = HighBit << (LaneBits - 1); in ARMMVEConstantSplat()