Searched refs:HighBit (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | MIRFSDiscriminator.h | 35 unsigned HighBit; variable 43 HighBit = getFSPassBitEnd(P); in MachineFunctionPass() 44 assert(LowBit < HighBit && "HighBit needs to be greater than Lowbit"); in MachineFunctionPass()
|
| H A D | MIRSampleProfile.h | 37 unsigned HighBit; variable
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MIRSampleProfile.cpp | 135 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 D | MIRFSDiscriminator.cpp | 89 unsigned BitMaskNow = getN1Bits(HighBit); in runOnMachineFunction()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | ScaledNumber.h | 350 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 D | RuntimeDyldChecker.cpp | 640 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 D | perldebug.pod | 845 =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 D | perl5db.pl | 950 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 D | CGBuiltin.cpp | 8500 template<unsigned HighBit, unsigned OtherBits> 8506 uint32_t Value = HighBit << (LaneBits - 1); in ARMMVEConstantSplat()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 6757 unsigned HighBit = DemandHighBits ? OpSizeInBits : 24; in MatchBSwapHWordLow() local 6759 APInt::getBitsSet(OpSizeInBits, 16, HighBit))) in MatchBSwapHWordLow()
|