Home
last modified time | relevance | path

Searched defs:StartVal (Results 1 – 23 of 23) sorted by relevance

/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVGatherScatterLowering.cpp97 if (!StartVal) in matchStridedConstant() local
/llvm-project/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp701 Value *StartVal = Start->codegen(); in codegen() local
/llvm-project/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp813 Value *StartVal = Start->codegen(); in codegen() local
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp795 Value *StartVal = Start->Codegen(); in Codegen() local
H A Dtoy.cpp1075 Value *StartVal = Start->Codegen(); in Codegen() local
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp896 Value *StartVal = Start->codegen(); in codegen() local
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp913 Value *StartVal = Start->codegen(); in codegen() local
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp913 Value *StartVal = Start->codegen(); in codegen() local
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp913 Value *StartVal = Start->codegen(); in codegen() local
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp813 Value *StartVal = Start->Codegen(); in Codegen() local
H A Dtoy.cpp1177 Value *StartVal = Start->Codegen(); in Codegen() local
/llvm-project/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp929 Value *StartVal = Start->codegen(); in codegen() local
/llvm-project/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp917 Value *StartVal = Start->codegen(); in codegen() local
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp1035 Value *StartVal = Start->Codegen(); in Codegen() local
/llvm-project/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp1089 Value *StartVal = Start->codegen(); in codegen() local
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp1255 Value *StartVal = Start->Codegen(); in Codegen() local
/llvm-project/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp1368 Value *StartVal = ConstantInt::get(LCTy, Start); TEST_F() local
1792 Value *StartVal = ConstantInt::get(LCTy, Start); TEST_F() local
2246 Value *StartVal = ConstantInt::get(LCTy, 10); TEST_F() local
2307 Value *StartVal = ConstantInt::get(LCTy, 10); TEST_F() local
2499 Value *StartVal = ConstantInt::get(LCTy, 10); TEST_P() local
2642 Value *StartVal = ConstantInt::get(LCTy, 10); TEST_F() local
[all...]
/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp3518 uint64_t StartVal = StartConst->getZExtValue(); tryBFE() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp2092 Value *StartVal = (Part == 0) ? StartV : Iden; execute() local
H A DLoopVectorize.cpp10155 VPValue *StartVal = BestEpiPlan.getOrAddLiveIn(ResumeV); processLoop() local
/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp5595 // compile time due to StartVal and/or Accum being constants. in createAddRecFromPHIWithCastsImpl() local
5778 const SCEV *StartVal = getSCEV(StartValueV); createSimpleAffineAddRec() local
5904 const SCEV *StartVal = getSCEV(StartValueV); createAddRecFromPHI() local
5943 const SCEV *StartVal = getSCEV(StartValueV); createAddRecFromPHI() local
[all...]
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp4489 SDValue StartVal = Node->getOperand(1); ConvertNodeToLibcall() local
H A DSelectionDAGBuilder.cpp7580 SDValue StartVal = getValue(I.getArgOperand(0)); visitIntrinsicCall() local