Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h495 int getExactLog2Abs() const;
501 return isNegative() ? INT_MIN : getExactLog2Abs(); in getExactLog2()
765 int getExactLog2Abs() const;
1339 int getExactLog2Abs() const { in getExactLog2Abs() function
1340 APFLOAT_DISPATCH_ON_SEMANTICS(getExactLog2Abs()); in getExactLog2Abs()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp4295 int IEEEFloat::getExactLog2Abs() const { in getExactLog2Abs() function in llvm::detail::IEEEFloat
5124 int DoubleAPFloat::getExactLog2Abs() const { in getExactLog2Abs() function in llvm::detail::DoubleAPFloat
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp2116 return match(Val, m_APFloat(C)) && C->getExactLog2Abs() == 0; in isOneOrNegOne()
H A DSIInstructions.td3619 int Log2 = APF.getExactLog2Abs();
3632 int Exp = Imm.getExactLog2Abs();
3645 int Exp = Imm.getExactLog2Abs();
H A DAMDGPUInstructionSelector.cpp5743 int ExpVal = APF.getExactLog2Abs(); in renderFPPow2ToExponent()