Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMIRFSDiscriminator.h35 unsigned HighBit; variable
43 HighBit = getFSPassBitEnd(P); in MachineFunctionPass()
44 assert(LowBit < HighBit && "HighBit needs to be greater than Lowbit"); in MachineFunctionPass()
H A DMIRSampleProfile.h37 unsigned HighBit; variable
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp135 HighBit = getFSPassBitEnd(P); in setFSPass()
136 assert(LowBit < HighBit && "HighBit needs to be greater than Lowbit"); in setFSPass()
162 unsigned HighBit; member in llvm::MIRProfileLoader
301 HighBit = getFSPassBitEnd(P); in MIRProfileLoaderPass()
302 assert(LowBit < HighBit && "HighBit needs to be greater than Lowbit"); in MIRProfileLoaderPass()
H A DMIRFSDiscriminator.cpp89 unsigned BitMaskNow = getN1Bits(HighBit); in runOnMachineFunction()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp640 unsigned HighBit = HighBitExpr.getValue(); in evalSliceExpr() local
642 uint64_t Mask = ((uint64_t)1 << (HighBit - LowBit + 1)) - 1; in evalSliceExpr()
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperldebug.pod845 =item C<quote>, C<HighBit>, C<undefPrint>
846 X<debugger option, quote> X<debugger option, HighBit>
/openbsd-src/gnu/usr.bin/perl/lib/
H A Dperl5db.pl950 HighBit undefPrint globPrint
980 HighBit => \$dumpvar::quoteHighBit,
8229 I<quote>, I<HighBit>, I<undefPrint> change style of string dump;
8405 I<quote>, I<HighBit>, I<undefPrint> change style of string dump;
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGBuiltin.cpp8500 template<unsigned HighBit, unsigned OtherBits>
8506 uint32_t Value = HighBit << (LaneBits - 1); in ARMMVEConstantSplat()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6757 unsigned HighBit = DemandHighBits ? OpSizeInBits : 24; in MatchBSwapHWordLow() local
6759 APInt::getBitsSet(OpSizeInBits, 16, HighBit))) in MatchBSwapHWordLow()