OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StepVal
(Results
1 - 22
of
22
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
toy.cpp
942
Value *
StepVal
= nullptr;
944
StepVal
= Step->codegen();
945
if (!
StepVal
)
949
StepVal
= ConstantFP::get(*TheContext, APFloat(1.0));
961
Value *NextVar = Builder->CreateFAdd(CurVar,
StepVal
, "nextvar");
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
toy.cpp
942
Value *
StepVal
= nullptr;
944
StepVal
= Step->codegen();
945
if (!
StepVal
)
949
StepVal
= ConstantFP::get(*TheContext, APFloat(1.0));
961
Value *NextVar = Builder->CreateFAdd(CurVar,
StepVal
, "nextvar");
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
toy.cpp
942
Value *
StepVal
= nullptr;
944
StepVal
= Step->codegen();
945
if (!
StepVal
)
949
StepVal
= ConstantFP::get(*TheContext, APFloat(1.0));
961
Value *NextVar = Builder->CreateFAdd(CurVar,
StepVal
, "nextvar");
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
toy.cpp
925
Value *
StepVal
= nullptr;
927
StepVal
= Step->codegen();
928
if (!
StepVal
)
932
StepVal
= ConstantFP::get(*TheContext, APFloat(1.0));
944
Value *NextVar = Builder->CreateFAdd(CurVar,
StepVal
, "nextvar");
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp
724
Value *
StepVal
= nullptr;
726
StepVal
= Step->codegen();
727
if (!
StepVal
)
731
StepVal
= ConstantFP::get(*TheContext, APFloat(1.0));
734
Value *NextVar = Builder->CreateFAdd(Variable,
StepVal
, "nextvar");
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp
836
Value *
StepVal
= nullptr;
838
StepVal
= Step->codegen();
839
if (!
StepVal
)
843
StepVal
= ConstantFP::get(*TheContext, APFloat(1.0));
846
Value *NextVar = Builder->CreateFAdd(Variable,
StepVal
, "nextvar");
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp
948
Value *
StepVal
= nullptr;
950
StepVal
= Step->codegen();
951
if (!
StepVal
)
955
StepVal
= ConstantFP::get(*TheContext, APFloat(1.0));
967
Value *NextVar = Builder->CreateFAdd(CurVar,
StepVal
, "nextvar");
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/
toy.cpp
947
Value *
StepVal
= nullptr;
949
StepVal
= Step->codegen();
950
if (!
StepVal
)
954
StepVal
= ConstantFP::get(*TheContext, APFloat(1.0));
966
Value *NextVar = Builder->CreateFAdd(CurVar,
StepVal
, "nextvar");
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp
841
Value *
StepVal
;
843
StepVal
= Step->Codegen();
844
if (
StepVal
== 0) return 0;
847
StepVal
= ConstantFP::get(TheContext, APFloat(1.0));
857
Value *NextVar = Builder.CreateFAdd(CurVar,
StepVal
, "nextvar");
toy.cpp
1205
Value *
StepVal
;
1207
StepVal
= Step->Codegen();
1208
if (
StepVal
== 0) return 0;
1211
StepVal
= ConstantFP::get(TheContext, APFloat(1.0));
1221
Value *NextVar = Builder.CreateFAdd(CurVar,
StepVal
, "nextvar");
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp
1063
Value *
StepVal
;
1065
StepVal
= Step->Codegen();
1066
if (
StepVal
== 0) return 0;
1069
StepVal
= ConstantFP::get(TheContext, APFloat(1.0));
1079
Value *NextVar = Builder.CreateFAdd(CurVar,
StepVal
, "nextvar");
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp
823
Value *
StepVal
;
825
StepVal
= Step->Codegen();
826
if (
StepVal
== 0) return 0;
829
StepVal
= ConstantFP::get(TheContext, APFloat(1.0));
839
Value *NextVar = Builder.CreateFAdd(CurVar,
StepVal
, "nextvar");
toy.cpp
1103
Value *
StepVal
;
1105
StepVal
= Step->Codegen();
1106
if (
StepVal
== 0) return 0;
1109
StepVal
= ConstantFP::get(TheContext, APFloat(1.0));
1119
Value *NextVar = Builder.CreateFAdd(CurVar,
StepVal
, "nextvar");
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter9/
toy.cpp
1118
Value *
StepVal
= nullptr;
1120
StepVal
= Step->codegen();
1121
if (!
StepVal
)
1125
StepVal
= ConstantFP::get(*TheContext, APFloat(1.0));
1137
Value *NextVar = Builder->CreateFAdd(CurVar,
StepVal
, "nextvar");
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp
1283
Value *
StepVal
;
1285
StepVal
= Step->Codegen();
1286
if (
StepVal
== 0) return 0;
1289
StepVal
= ConstantFP::get(TheContext, APFloat(1.0));
1299
Value *NextVar = Builder.CreateFAdd(CurVar,
StepVal
, "nextvar");
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
LoopAccessAnalysis.cpp
1098
int64_t
StepVal
= APStepVal.getSExtValue();
1101
int64_t Stride =
StepVal
/ Size;
1102
int64_t Rem =
StepVal
% Size;
VectorUtils.cpp
236
int64_t
StepVal
= APStepVal.getSExtValue();
237
if (PtrAccessSize !=
StepVal
)
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp
1111
Constant *
StepVal
= ConstantInt::get(
1114
return VF.isScalable() ? B.CreateVScale(
StepVal
) :
StepVal
;
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp
3954
SDValue
StepVal
=
3957
StepVec = DAG.getNode(ISD::SHL, DL, VT, StepVec,
StepVal
);
3959
SDValue
StepVal
=
3961
StepVec = DAG.getNode(ISD::MUL, DL, VT, StepVec,
StepVal
);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp
4793
APInt
StepVal
= cast<ConstantSDNode>(N->getOperand(0))->getAPIntValue();
4794
SDValue Step = DAG.getConstant(
StepVal
.getSExtValue(), dl, NOutElemVT);
LegalizeVectorTypes.cpp
1658
APInt
StepVal
= cast<ConstantSDNode>(Step)->getAPIntValue();
1660
DAG.getVScale(dl, EltVT,
StepVal
* LoVT.getVectorMinNumElements());
SelectionDAG.cpp
1756
APInt
StepVal
= cast<ConstantSDNode>(Step)->getAPIntValue();
1759
OpsStepConstants.push_back(getConstant(
StepVal
* i, DL, OpVT));
Completed in 93 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026