Home
last modified time | relevance | path

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

/freebsd/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/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.cpp95 // b/w LowBit and HighBit. in runOnMachineFunction()
125 unsigned BitMaskNow = getN1Bits(HighBit); in runOnMachineFunction()
131 << MF.getFunction().getName() << " Highbit=" << HighBit in runOnMachineFunction()
/freebsd/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/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h347 template <unsigned HighBit, unsigned LowBit, unsigned D = 0>
349 static_assert(HighBit >= LowBit, "Invalid bit range!");
351 static constexpr unsigned Width = HighBit - LowBit + 1;
/freebsd/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/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp689 unsigned HighBit = HighBitExpr.getValue(); in evalSliceExpr() local
691 uint64_t Mask = ((uint64_t)1 << (HighBit - LowBit + 1)) - 1; in evalSliceExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp9368 template<unsigned HighBit, unsigned OtherBits>
9374 uint32_t Value = HighBit << (LaneBits - 1); in ARMMVEConstantSplat()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7455 unsigned HighBit = DemandHighBits ? OpSizeInBits : 24; in MatchBSwapHWordLow() local
7457 APInt::getBitsSet(OpSizeInBits, 16, HighBit))) in MatchBSwapHWordLow()