Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFixedPoint.cpp535 APFloat ScaleFactor(std::pow(2, Sema.getLsbWeight())); in convertToFloat() local
590 APFloat ScaleFactor(std::pow(2, -DstFXSema.getLsbWeight())); in getFromFloatValue() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.h182 static const unsigned ScaleFactor; variable
H A DGCNSchedStrategy.cpp71 const unsigned ScheduleMetrics::ScaleFactor = 100; member in ScheduleMetrics
H A DAMDGPUCodeGenPrepare.cpp811 Value *ScaleFactor = Builder.CreateNeg(FrexpExp); in emitRcpIEEE1ULP() local
H A DAMDGPUISelLowering.cpp2699 SDValue ScaleFactor = in getScaledLogInput() local
H A DSIISelLowering.cpp7794 SDValue ScaleFactor = DAG.getConstant(Log2_32(EltSize), SL, MVT::i32); in lowerINSERT_VECTOR_ELT() local
7904 SDValue ScaleFactor = DAG.getConstant(Log2_32(EltSize), SL, MVT::i32); in lowerEXTRACT_VECTOR_ELT() local
H A DAMDGPULegalizerInfo.cpp3336 auto ScaleFactor = in getScaledLogInput() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanAnalysis.cpp569 unsigned ScaleFactor = getVFScaleFactor(R); in calculateRegisterUsageForPlan() local
H A DVectorCombine.cpp914 unsigned ScaleFactor = SrcEltSize / DestEltSize; in foldBitcastShuffle() local
920 unsigned ScaleFactor = DestEltSize / SrcEltSize; in foldBitcastShuffle() local
2344 unsigned ScaleFactor = NumSrcElts / NumDstElts; in foldShuffleOfCastops() local
2350 unsigned ScaleFactor = NumDstElts / NumSrcElts; in foldShuffleOfCastops() local
H A DLoopVectorize.cpp8218 unsigned ScaleFactor = in tryToCreateWidenRecipe() local
8254 if (std::optional<unsigned> ScaleFactor = getScalingForReduction(Instr)) in tryToCreateWidenRecipe() local
8278 unsigned ScaleFactor) { in tryToCreatePartialReduction()
9282 unsigned ScaleFactor = in adjustRecipesForReductions() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp1032 unsigned ScaleFactor = getImplicitScaleFactor(VT); in simplifyAddress() local
1123 unsigned ScaleFactor, in addLoadStoreOperands()
1757 unsigned ScaleFactor = getImplicitScaleFactor(VT); in emitLoad() local
2082 unsigned ScaleFactor = getImplicitScaleFactor(VT); in emitStore() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp945 float ScaleFactor = LatchExitProbabilityScale; in isLoopProfitableToPredicate() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp12056 unsigned ScaleFactor = MulOpVT.getVectorMinNumElements() / Stride; in expandPartialReduceMLA() local