Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DNativeFormatting.h17 enum class FloatStyle { Exponent, ExponentUpper, Fixed, Percent }; enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp605 return Builder.CreateNeg(Builder.CreateShl(ExtendedStride, Exponent)); in emitBump() local
600 ConstantInt *Exponent = ConstantInt::get(DeltaType, IndexOffset.logBase2()); emitBump() local
/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp1214 const char *Exponent = s; ParseDecimalOrOctalCommon() local
1326 const char *Exponent = s; ParseNumberStartingWithZero() local
1525 uint64_t Exponent = 0; GetFixedPointValue() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp4533 SDValue Exponent = ConvertNodeToLibcall() local
4544 SDValue Exponent = ConvertNodeToLibcall() local
H A DTargetLowering.cpp8067 SDValue Exponent = DAG.getNode(ISD::SUB, dl, IntVT, ExponentBits, Bias); expandFP_TO_SINT() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp540 uint64_t Exponent = 0; visitMulExpr() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1555 APInt Exponent = RHSC->getValue().abs(); getIntrinsicInstrCost() local
H A DTargetLowering.h2362 isBeneficialToExpandPowI(int64_t Exponent,bool OptForSize) isBeneficialToExpandPowI() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2106 parseAlignmentValue(uint64_t Exponent,MaybeAlign & Alignment) parseAlignmentValue() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp3866 if (ConstantInt *Exponent = dyn_cast<ConstantInt>(I->getOperand(1))) { cannotBeOrderedLessThanZeroImpl() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp6715 auto Exponent = MIRBuilder.buildSub(SrcTy, ExponentBits, Bias); lowerFPTOSI() local