Searched refs:StepVal (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LoopAccessAnalysis.cpp | 1511 int64_t StepVal = APStepVal.getSExtValue(); in getPtrStride() local 1514 int64_t Stride = StepVal / Size; in getPtrStride() 1515 int64_t Rem = StepVal % Size; in getPtrStride() 2898 int64_t StepVal = APStepVal.getSExtValue(); in getStrideFromPointer() local 2899 if (PtrAccessSize != StepVal) in getStrideFromPointer()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 1348 Constant *StepVal = ConstantInt::get(II.getType(), NumElts); in instCombineSVECntElts() local 1349 auto *VScale = IC.Builder.CreateVScale(StepVal); in instCombineSVECntElts()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAG.h | 898 SDValue getStepVector(const SDLoc &DL, EVT ResVT, const APInt &StepVal);
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 2064 const APInt &StepVal) { in getStepVector() argument 2065 assert(ResVT.getScalarSizeInBits() == StepVal.getBitWidth()); in getStepVector() 2069 getTargetConstant(StepVal, DL, ResVT.getVectorElementType())); in getStepVector() 2074 getConstant(StepVal * i, DL, ResVT.getVectorElementType())); in getStepVector()
|
H A D | LegalizeIntegerTypes.cpp | 5909 const APInt &StepVal = N->getConstantOperandAPInt(0); in PromoteIntRes_STEP_VECTOR() local 5911 StepVal.sext(NOutVT.getScalarSizeInBits())); in PromoteIntRes_STEP_VECTOR()
|
H A D | LegalizeVectorTypes.cpp | 1994 APInt StepVal = Step->getAsAPIntVal(); in SplitVecRes_STEP_VECTOR() 1996 DAG.getVScale(dl, EltVT, StepVal * LoVT.getVectorMinNumElements()); in SplitVecRes_STEP_VECTOR() 1990 APInt StepVal = Step->getAsAPIntVal(); SplitVecRes_STEP_VECTOR() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 10628 SDValue StepVal = in lowerSTEP_VECTOR() 10631 StepVec = DAG.getNode(ISD::SHL, DL, VT, StepVec, StepVal); in lowerSTEP_VECTOR() local 10633 SDValue StepVal = lowerScalarSplat( in lowerSTEP_VECTOR() 10636 StepVec = DAG.getNode(ISD::MUL, DL, VT, StepVec, StepVal); in lowerSTEP_VECTOR() 10626 SDValue StepVal = lowerSTEP_VECTOR() local
|