Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRFSDiscriminator.h36 unsigned HighBit; variable
44 HighBit = getFSPassBitEnd(P); in MachineFunctionPass()
45 assert(LowBit < HighBit && "HighBit needs to be greater than Lowbit"); in MachineFunctionPass()
H A DMIRSampleProfile.h42 unsigned HighBit; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp159 HighBit = getFSPassBitEnd(P); in setFSPass()
160 assert(LowBit < HighBit && "HighBit needs to be greater than Lowbit"); in setFSPass()
187 unsigned HighBit; member in llvm::MIRProfileLoader
352 HighBit = getFSPassBitEnd(P); in MIRProfileLoaderPass()
357 assert(LowBit < HighBit && "HighBit needs to be greater than Lowbit"); in MIRProfileLoaderPass()
H A DMIRFSDiscriminator.cpp125 unsigned BitMaskNow = getN1Bits(HighBit); in runOnMachineFunction()
131 << MF.getFunction().getName() << " Highbit=" << HighBit in runOnMachineFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp338 uint32_t const HighBit = uint32_t{1} << (sizeof(uint32_t) * 8 - 1); in updateBranchWeights()
339 if ((OrigLoopBackedgeWeight & HighBit) != 0 || in updateBranchWeights()
340 (OrigLoopExitWeight & HighBit) != 0) in updateBranchWeights()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h351 DigitsT HighBit = DigitsT(1) << (getWidth<DigitsT>() - 1); in getSum() local
352 return std::make_pair(HighBit | Sum >> 1, Scale + 1); in getSum()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp683 unsigned HighBit = HighBitExpr.getValue(); in evalSliceExpr() local
685 uint64_t Mask = ((uint64_t)1 << (HighBit - LowBit + 1)) - 1; in evalSliceExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp9109 template<unsigned HighBit, unsigned OtherBits>
9115 uint32_t Value = HighBit << (LaneBits - 1); in ARMMVEConstantSplat()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7464 unsigned HighBit = DemandHighBits ? OpSizeInBits : 24; in MatchBSwapHWordLow() local
7466 APInt::getBitsSet(OpSizeInBits, 16, HighBit))) in MatchBSwapHWordLow()