Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Support/
H A DNativeFormatting.h17 enum class FloatStyle { Exponent, ExponentUpper, Fixed, Percent }; enumerator
/llvm-project/flang/include/flang/Evaluate/
H A Dreal.h405 constexpr int Exponent() const { Exponent() function
[all...]
/llvm-project/flang/unittests/Runtime/
H A DNumeric.cpp42 TEST(Numeric, Exponent) { in TEST() argument
/llvm-project/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp600 ConstantInt *Exponent = ConstantInt::get(DeltaType, IndexOffset.logBase2()); emitBump() local
605 ConstantInt *Exponent = emitBump() local
/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp1241 const char *Exponent = s; ParseDecimalOrOctalCommon() local
1355 const char *Exponent = s; ParseNumberStartingWithZero() local
1562 uint64_t Exponent = 0; GetFixedPointValue() local
[all...]
/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp589 uint64_t Exponent = 0; visitMulExpr() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp4637 SDValue Exponent = ConvertNodeToLibcall() local
4648 SDValue Exponent = ConvertNodeToLibcall() local
H A DTargetLowering.cpp8139 SDValue Exponent = DAG.getNode(ISD::SUB, dl, IntVT, ExponentBits, Bias); expandFP_TO_SINT() local
/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1582 APInt Exponent = RHSC->getValue().abs(); getIntrinsicInstrCost() local
H A DTargetLowering.h2438 isBeneficialToExpandPowI(int64_t Exponent,bool OptForSize) isBeneficialToExpandPowI() argument
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp7357 matchFPowIExpansion(MachineInstr & MI,int64_t Exponent) matchFPowIExpansion() argument
7362 applyExpandFPowI(MachineInstr & MI,int64_t Exponent) applyExpandFPowI() argument
H A DLegalizerHelper.cpp6999 auto Exponent = MIRBuilder.buildSub(SrcTy, ExponentBits, Bias); lowerFPTOSI() local
/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2191 parseAlignmentValue(uint64_t Exponent,MaybeAlign & Alignment) parseAlignmentValue() argument