Searched refs:StepVal (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopAccessAnalysis.cpp | 1515 int64_t StepVal = APStepVal.getSExtValue(); in getPtrStride() local 1518 int64_t Stride = StepVal / Size; in getPtrStride() 1519 int64_t Rem = StepVal % Size; in getPtrStride() 2842 int64_t StepVal = APStepVal.getSExtValue(); in getStrideFromPointer() local 2843 if (PtrAccessSize != StepVal) in getStrideFromPointer()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.cpp | 1207 Constant *StepVal = ConstantInt::get(II.getType(), NumElts); in instCombineSVECntElts() local 1208 auto *VScale = IC.Builder.CreateVScale(StepVal); in instCombineSVECntElts()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 884 SDValue getStepVector(const SDLoc &DL, EVT ResVT, APInt StepVal);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 2027 SDValue SelectionDAG::getStepVector(const SDLoc &DL, EVT ResVT, APInt StepVal) { in getStepVector() argument 2028 assert(ResVT.getScalarSizeInBits() == StepVal.getBitWidth()); in getStepVector() 2032 getTargetConstant(StepVal, DL, ResVT.getVectorElementType())); in getStepVector() 2037 getConstant(StepVal * i, DL, ResVT.getVectorElementType())); in getStepVector()
|
| H A D | LegalizeIntegerTypes.cpp | 5736 const APInt &StepVal = N->getConstantOperandAPInt(0); in PromoteIntRes_STEP_VECTOR() local 5738 StepVal.sext(NOutVT.getScalarSizeInBits())); in PromoteIntRes_STEP_VECTOR()
|
| H A D | LegalizeVectorTypes.cpp | 1859 APInt StepVal = Step->getAsAPIntVal(); in SplitVecRes_STEP_VECTOR() local 1861 DAG.getVScale(dl, EltVT, StepVal * LoVT.getVectorMinNumElements()); in SplitVecRes_STEP_VECTOR()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 9864 SDValue StepVal = in lowerSTEP_VECTOR() local 9867 StepVec = DAG.getNode(ISD::SHL, DL, VT, StepVec, StepVal); in lowerSTEP_VECTOR() 9869 SDValue StepVal = lowerScalarSplat( in lowerSTEP_VECTOR() local 9872 StepVec = DAG.getNode(ISD::MUL, DL, VT, StepVec, StepVal); in lowerSTEP_VECTOR()
|