Searched refs:reverseBits (Results 1 – 13 of 13) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | KnownBits.h | 421 KnownBits reverseBits() const { in reverseBits() function 422 return KnownBits(Zero.reverseBits(), One.reverseBits()); in reverseBits()
|
| H A D | MathExtras.h | 164 template <typename T> T reverseBits(T Val) { in reverseBits() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | DemandedBits.cpp | 123 AB = AOut.reverseBits(); in determineLiveOperandBits() 551 APInt RBound = Bound.reverseBits(); in determineLiveOperandBitsAddCarry() 552 APInt RAOut = AOut.reverseBits(); in determineLiveOperandBitsAddCarry() 555 APInt ACarry = RACarry.reverseBits(); in determineLiveOperandBitsAddCarry()
|
| H A D | ConstantFolding.cpp | 2403 return ConstantInt::get(Ty->getContext(), Op->getValue().reverseBits()); in ConstantFoldScalarCall1()
|
| H A D | ValueTracking.cpp | 1621 Known.Zero |= Known2.Zero.reverseBits(); in computeKnownBitsFromOperator() 1622 Known.One |= Known2.One.reverseBits(); in computeKnownBitsFromOperator()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCMCCodeEmitter.cpp | 340 return reverseBits(Imm | RegBits) >> 22; in getSPE8DisEncoding() 355 return reverseBits(Imm | RegBits) >> 22; in getSPE4DisEncoding() 370 return reverseBits(Imm | RegBits) >> 22; in getSPE2DisEncoding()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | APInt.cpp | 729 APInt APInt::reverseBits() const { in reverseBits() function in APInt 732 return APInt(BitWidth, llvm::reverseBits<uint64_t>(U.VAL)); in reverseBits() 734 return APInt(BitWidth, llvm::reverseBits<uint32_t>(U.VAL)); in reverseBits() 736 return APInt(BitWidth, llvm::reverseBits<uint16_t>(U.VAL)); in reverseBits() 738 return APInt(BitWidth, llvm::reverseBits<uint8_t>(U.VAL)); in reverseBits()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | GISelKnownBits.cpp | 524 Known = Known.reverseBits(); in computeKnownBitsImpl()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SIShrinkInstructions.cpp | 196 ReverseImm = reverseBits<int32_t>(static_cast<int32_t>(Src.getImm())); in isReverseInlineImm()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | APInt.h | 1652 APInt reverseBits() const;
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 2107 APInt DemandedSrcBits = DemandedBits.reverseBits(); in SimplifyDemandedBits() 2111 Known.One = Known2.One.reverseBits(); in SimplifyDemandedBits() 2112 Known.Zero = Known2.Zero.reverseBits(); in SimplifyDemandedBits()
|
| H A D | SelectionDAG.cpp | 3748 Known = Known2.reverseBits(); in computeKnownBits() 5222 return getConstant(Val.reverseBits(), DL, VT, C->isTargetOpcode(), in getNode()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 11985 return Success(Val.reverseBits(), E); in VisitBuiltinCallExpr()
|