Searched defs:Exponent (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | NativeFormatting.h | 17 enum class FloatStyle { Exponent, ExponentUpper, Fixed, Percent }; enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | StraightLineStrengthReduce.cpp | 598 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 D | LiteralSupport.cpp | 1241 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 D | AMDGPUInstCombineIntrinsic.cpp | 1139 unsigned Exponent = (Fsrc.bitcastToAPInt().getZExtValue() >> 52) & 0x7ff; in instCombineIntrinsic() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | ScalarEvolutionExpander.cpp | 589 uint64_t Exponent = 0; in visitMulExpr() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 4668 SDValue Exponent = in ConvertNodeToLibcall() local 4679 SDValue Exponent = in ConvertNodeToLibcall() local
|
H A D | TargetLowering.cpp | 8207 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 D | BasicTTIImpl.h | 1582 APInt Exponent = RHSC->getValue().abs(); in getIntrinsicInstrCost() local
|
H A D | TargetLowering.h | 2439 bool isBeneficialToExpandPowI(int64_t Exponent, bool OptForSize) const { in isBeneficialToExpandPowI()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 7413 bool CombinerHelper::matchFPowIExpansion(MachineInstr &MI, int64_t Exponent) { in matchFPowIExpansion() 7418 void CombinerHelper::applyExpandFPowI(MachineInstr &MI, int64_t Exponent) { in applyExpandFPowI()
|
H A D | LegalizerHelper.cpp | 7081 auto Exponent = MIRBuilder.buildSub(SrcTy, ExponentBits, Bias); in lowerFPTOSI() local
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 2191 Error BitcodeReader::parseAlignmentValue(uint64_t Exponent, in parseAlignmentValue()
|