Home
last modified time | relevance | path

Searched refs:getExactLog2Abs (Results 1 – 6 of 6) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h518 int getExactLog2Abs() const;
524 return isNegative() ? INT_MIN : getExactLog2Abs(); in getExactLog2()
796 int getExactLog2Abs() const;
1398 int getExactLog2Abs() const { in getExactLog2Abs() function
1399 APFLOAT_DISPATCH_ON_SEMANTICS(getExactLog2Abs()); in getExactLog2Abs()
/src/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp4408 int IEEEFloat::getExactLog2Abs() const { in getExactLog2Abs() function in llvm::detail::IEEEFloat
5245 int DoubleAPFloat::getExactLog2Abs() const { in getExactLog2Abs() function in llvm::detail::DoubleAPFloat
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp2201 return match(Val, m_APFloat(C)) && C->getExactLog2Abs() == 0; in isOneOrNegOne()
H A DSIInstructions.td3634 int Log2 = APF.getExactLog2Abs();
3647 int Exp = Imm.getExactLog2Abs();
3660 int Exp = Imm.getExactLog2Abs();
H A DAMDGPUInstructionSelector.cpp5704 int ExpVal = APF.getExactLog2Abs(); in renderFPPow2ToExponent()
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4432 return C1->getValueAPF().getExactLog2Abs() >= 0; in isKnownToBeAPowerOfTwoFP()