Home
last modified time | relevance | path

Searched defs:StepVal (Results 1 – 24 of 24) sorted by relevance

/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp724 Value *StepVal = nullptr; in codegen() local
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp836 Value *StepVal = nullptr; in codegen() local
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp942 Value *StepVal = nullptr; in codegen() local
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp925 Value *StepVal = nullptr; in codegen() local
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp823 Value *StepVal; in Codegen() local
H A Dtoy.cpp1103 Value *StepVal; in Codegen() local
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp948 Value *StepVal = nullptr; in codegen() local
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp942 Value *StepVal = nullptr; in codegen() local
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp942 Value *StepVal = nullptr; in codegen() local
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp947 Value *StepVal = nullptr; in codegen() local
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp841 Value *StepVal; in Codegen() local
H A Dtoy.cpp1205 Value *StepVal; in Codegen() local
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp1063 Value *StepVal; in Codegen() local
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp1118 Value *StepVal = nullptr; in codegen() local
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp1283 Value *StepVal; in Codegen() local
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DVectorUtils.cpp251 int64_t StepVal = APStepVal.getSExtValue(); in getStrideFromPointer() local
H A DLoopAccessAnalysis.cpp1398 int64_t StepVal = APStepVal.getSExtValue(); in getPtrStride() local
/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp1275 Value *StepVal = ConstantInt::get(LCTy, Step); in TEST_F() local
1699 Value *StepVal = ConstantInt::get(LCTy, Step); in TEST_F() local
1921 Value *StepVal = ConstantInt::get(LCTy, 2); in TEST_F() local
2111 Value *StepVal = ConstantInt::get(LCTy, 2); in TEST_P() local
2253 Value *StepVal = ConstantInt::get(LCTy, 2); in TEST_F() local
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp938 Constant *StepVal = ConstantInt::get(II.getType(), NumElts); in instCombineSVECntElts() local
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp5695 SDValue StepVal = in lowerSTEP_VECTOR() local
5700 SDValue StepVal = lowerScalarSplat( in lowerSTEP_VECTOR() local
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp5358 APInt StepVal = cast<ConstantSDNode>(N->getOperand(0))->getAPIntValue(); in PromoteIntRes_STEP_VECTOR() local
H A DLegalizeVectorTypes.cpp1774 APInt StepVal = cast<ConstantSDNode>(Step)->getAPIntValue(); in SplitVecRes_STEP_VECTOR() local
H A DSelectionDAG.cpp1857 SDValue SelectionDAG::getStepVector(const SDLoc &DL, EVT ResVT, APInt StepVal) { in getStepVector()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp944 Constant *StepVal = ConstantInt::get(Ty, Step * VF.getKnownMinValue()); in createStepForVF() local