Home
last modified time | relevance | path

Searched defs:Exponent (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DNativeFormatting.h17 enum class FloatStyle { Exponent, ExponentUpper, Fixed, Percent }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp598 ConstantInt *Exponent = ConstantInt::get(DeltaType, IndexOffset.logBase2()); in emitBump() local
603 ConstantInt *Exponent = in emitBump() local
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp1241 const char *Exponent = s; in ParseDecimalOrOctalCommon() local
1355 const char *Exponent = s; in ParseNumberStartingWithZero() local
1562 uint64_t Exponent = 0; in GetFixedPointValue() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp1139 unsigned Exponent = (Fsrc.bitcastToAPInt().getZExtValue() >> 52) & 0x7ff; in instCombineIntrinsic() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp589 uint64_t Exponent = 0; in visitMulExpr() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp4668 SDValue Exponent = in ConvertNodeToLibcall() local
4679 SDValue Exponent = in ConvertNodeToLibcall() local
H A DTargetLowering.cpp8207 SDValue Exponent = DAG.getNode(ISD::SUB, dl, IntVT, ExponentBits, Bias); in expandFP_TO_SINT() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1582 APInt Exponent = RHSC->getValue().abs(); in getIntrinsicInstrCost() local
H A DTargetLowering.h2439 bool isBeneficialToExpandPowI(int64_t Exponent, bool OptForSize) const { in isBeneficialToExpandPowI()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp7413 bool CombinerHelper::matchFPowIExpansion(MachineInstr &MI, int64_t Exponent) { in matchFPowIExpansion()
7418 void CombinerHelper::applyExpandFPowI(MachineInstr &MI, int64_t Exponent) { in applyExpandFPowI()
H A DLegalizerHelper.cpp7081 auto Exponent = MIRBuilder.buildSub(SrcTy, ExponentBits, Bias); in lowerFPTOSI() local
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2191 Error BitcodeReader::parseAlignmentValue(uint64_t Exponent, in parseAlignmentValue()