/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter5/ |
H A D | toy.cpp | 724 Value *StepVal = nullptr; in codegen() local
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter6/ |
H A D | toy.cpp | 836 Value *StepVal = nullptr; in codegen() local
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
H A D | toy.cpp | 925 Value *StepVal = nullptr; in codegen() local
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter7/ |
H A D | toy.cpp | 948 Value *StepVal = nullptr; in codegen() local
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
H A D | toy-jit.cpp | 823 Value *StepVal; in Codegen() local
|
H A D | toy.cpp | 1103 Value *StepVal; in Codegen() local
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
H A D | toy.cpp | 942 Value *StepVal = nullptr; in codegen() local
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
H A D | toy.cpp | 942 Value *StepVal = nullptr; in codegen() local
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
H A D | toy.cpp | 942 Value *StepVal = nullptr; in codegen() local
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter8/ |
H A D | toy.cpp | 946 Value *StepVal = nullptr; in codegen() local
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/cached/ |
H A D | toy-jit.cpp | 841 Value *StepVal; in Codegen() local
|
H A D | toy.cpp | 1205 Value *StepVal; in Codegen() local
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/initial/ |
H A D | toy.cpp | 1063 Value *StepVal; in Codegen() local
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter9/ |
H A D | toy.cpp | 1118 Value *StepVal = nullptr; in codegen() local
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | VectorUtils.cpp | 251 int64_t StepVal = APStepVal.getSExtValue(); in getStrideFromPointer() local
|
H A D | LoopAccessAnalysis.cpp | 1451 int64_t StepVal = APStepVal.getSExtValue(); in getPtrStride() local
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/complete/ |
H A D | toy.cpp | 1283 Value *StepVal; in Codegen() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 965 Constant *StepVal = ConstantInt::get(II.getType(), NumElts); in instCombineSVECntElts() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeIntegerTypes.cpp | 5481 const APInt &StepVal = N->getConstantOperandAPInt(0); in PromoteIntRes_STEP_VECTOR() local
|
H A D | LegalizeVectorTypes.cpp | 1801 APInt StepVal = cast<ConstantSDNode>(Step)->getAPIntValue(); in SplitVecRes_STEP_VECTOR() local
|
H A D | SelectionDAG.cpp | 1918 SDValue SelectionDAG::getStepVector(const SDLoc &DL, EVT ResVT, APInt StepVal) { in getStepVector()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 6455 SDValue StepVal = in lowerSTEP_VECTOR() local 6460 SDValue StepVal = lowerScalarSplat( in lowerSTEP_VECTOR() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 956 Constant *StepVal = ConstantInt::get(Ty, Step * VF.getKnownMinValue()); in createStepForVF() local
|