Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPFixedPoint.cpp512 APFloat ScaleFactor(std::pow(2, Sema.getLsbWeight())); in convertToFloat() local
567 APFloat ScaleFactor(std::pow(2, -DstFXSema.getLsbWeight())); in getFromFloatValue() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.h155 static const unsigned ScaleFactor; variable
H A DGCNSchedStrategy.cpp48 const unsigned ScheduleMetrics::ScaleFactor = 100; member in ScheduleMetrics
H A DSIISelLowering.cpp5789 SDValue ScaleFactor = DAG.getConstant(Log2_32(EltSize), SL, MVT::i32); in lowerINSERT_VECTOR_ELT() local
5885 SDValue ScaleFactor = DAG.getConstant(Log2_32(EltSize), SL, MVT::i32); in lowerEXTRACT_VECTOR_ELT() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp1033 unsigned ScaleFactor = getImplicitScaleFactor(VT); in simplifyAddress() local
1124 unsigned ScaleFactor, in addLoadStoreOperands()
1766 unsigned ScaleFactor = getImplicitScaleFactor(VT); in emitLoad() local
2091 unsigned ScaleFactor = getImplicitScaleFactor(VT); in emitStore() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp707 unsigned ScaleFactor = DestNumElts / SrcNumElts; in foldBitcastShuf() local
713 unsigned ScaleFactor = SrcNumElts / DestNumElts; in foldBitcastShuf() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp1011 float ScaleFactor = LatchExitProbabilityScale; in isLoopProfitableToPredicate() local