/llvm-project/llvm/include/llvm/Support/ |
H A D | NativeFormatting.h | 17 enum class FloatStyle { Exponent, ExponentUpper, Fixed, Percent }; enumerator
|
/llvm-project/flang/include/flang/Evaluate/ |
H A D | real.h | 405 constexpr int Exponent() const { Exponent() function [all...] |
/llvm-project/flang/unittests/Runtime/ |
H A D | Numeric.cpp | 42 TEST(Numeric, Exponent) { in TEST() argument
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | StraightLineStrengthReduce.cpp | 600 ConstantInt *Exponent = ConstantInt::get(DeltaType, IndexOffset.logBase2()); emitBump() local 605 ConstantInt *Exponent = emitBump() local
|
/llvm-project/clang/lib/Lex/ |
H A D | LiteralSupport.cpp | 1241 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 D | ScalarEvolutionExpander.cpp | 589 uint64_t Exponent = 0; visitMulExpr() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 4637 SDValue Exponent = ConvertNodeToLibcall() local 4648 SDValue Exponent = ConvertNodeToLibcall() local
|
H A D | TargetLowering.cpp | 8139 SDValue Exponent = DAG.getNode(ISD::SUB, dl, IntVT, ExponentBits, Bias); expandFP_TO_SINT() local
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 1582 APInt Exponent = RHSC->getValue().abs(); getIntrinsicInstrCost() local
|
H A D | TargetLowering.h | 2438 isBeneficialToExpandPowI(int64_t Exponent,bool OptForSize) isBeneficialToExpandPowI() argument
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 7357 matchFPowIExpansion(MachineInstr & MI,int64_t Exponent) matchFPowIExpansion() argument 7362 applyExpandFPowI(MachineInstr & MI,int64_t Exponent) applyExpandFPowI() argument
|
H A D | LegalizerHelper.cpp | 6999 auto Exponent = MIRBuilder.buildSub(SrcTy, ExponentBits, Bias); lowerFPTOSI() local
|
/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 2191 parseAlignmentValue(uint64_t Exponent,MaybeAlign & Alignment) parseAlignmentValue() argument
|