Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFixedPoint.cpp481 APFloat ScaleFactor(std::pow(2, -(int)Sema.getScale())); in convertToFloat() local
536 APFloat ScaleFactor(std::pow(2, DstFXSema.getScale())); in getFromFloatValue() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp531 unsigned ScaleFactor = DestNumElts / SrcNumElts; in foldBitcastShuf() local
537 unsigned ScaleFactor = SrcNumElts / DestNumElts; in foldBitcastShuf() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp1009 unsigned ScaleFactor = getImplicitScaleFactor(VT); in simplifyAddress() local
1100 unsigned ScaleFactor, in addLoadStoreOperands()
1742 unsigned ScaleFactor = getImplicitScaleFactor(VT); in emitLoad() local
2067 unsigned ScaleFactor = getImplicitScaleFactor(VT); in emitStore() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp942 float ScaleFactor = LatchExitProbabilityScale; in isLoopProfitableToPredicate() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp5450 SDValue ScaleFactor = DAG.getConstant(Log2_32(EltSize), SL, MVT::i32); in lowerINSERT_VECTOR_ELT() local
5493 SDValue ScaleFactor = DAG.getConstant(Log2_32(EltSize), SL, MVT::i32); in lowerEXTRACT_VECTOR_ELT() local