Home
last modified time | relevance | path

Searched refs:ScaleFactor (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp761 float ScaleFactor = LatchExitProbabilityScale; in isLoopProfitableToPredicate() local
762 if (ScaleFactor < 1) { in isLoopProfitableToPredicate()
768 ScaleFactor = 1.0; in isLoopProfitableToPredicate()
771 LatchExitProbability * ScaleFactor; in isLoopProfitableToPredicate()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp995 unsigned ScaleFactor = getImplicitScaleFactor(VT); in simplifyAddress() local
996 if (!ScaleFactor) in simplifyAddress()
1004 else if (Offset > 0 && !(Offset & (ScaleFactor - 1)) && in simplifyAddress()
1005 !isUInt<12>(Offset / ScaleFactor)) in simplifyAddress()
1092 int64_t Offset = Addr.getOffset() / ScaleFactor; in addLoadStoreOperands()
1761 unsigned ScaleFactor = getImplicitScaleFactor(VT); in emitLoad() local
1762 if (!ScaleFactor) in emitLoad()
1770 ScaleFactor = 1; in emitLoad()
2087 unsigned ScaleFactor = getImplicitScaleFactor(VT); in emitStore() local
2088 if (!ScaleFactor) in emitStore()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp4367 SDValue ScaleFactor = DAG.getConstant(Log2_32(EltSize), SL, MVT::i32); in lowerINSERT_VECTOR_ELT() local
4370 SDValue ScaledIdx = DAG.getNode(ISD::SHL, SL, MVT::i32, Idx, ScaleFactor); in lowerINSERT_VECTOR_ELT()
4410 SDValue ScaleFactor = DAG.getConstant(Log2_32(EltSize), SL, MVT::i32); in lowerEXTRACT_VECTOR_ELT() local
4413 SDValue ScaledIdx = DAG.getNode(ISD::SHL, SL, MVT::i32, Idx, ScaleFactor); in lowerEXTRACT_VECTOR_ELT()