/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVGatherScatterLowering.cpp | 97 if (!StartVal) in matchStridedConstant() local
|
/llvm-project/llvm/examples/Kaleidoscope/Chapter5/ |
H A D | toy.cpp | 701 Value *StartVal = Start->codegen(); in codegen() local
|
/llvm-project/llvm/examples/Kaleidoscope/Chapter6/ |
H A D | toy.cpp | 813 Value *StartVal = Start->codegen(); in codegen() local
|
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
H A D | toy-jit.cpp | 795 Value *StartVal = Start->Codegen(); in Codegen() local
|
H A D | toy.cpp | 1075 Value *StartVal = Start->Codegen(); in Codegen() local
|
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
H A D | toy.cpp | 896 Value *StartVal = Start->codegen(); in codegen() local
|
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
H A D | toy.cpp | 913 Value *StartVal = Start->codegen(); in codegen() local
|
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
H A D | toy.cpp | 913 Value *StartVal = Start->codegen(); in codegen() local
|
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
H A D | toy.cpp | 913 Value *StartVal = Start->codegen(); in codegen() local
|
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/ |
H A D | toy-jit.cpp | 813 Value *StartVal = Start->Codegen(); in Codegen() local
|
H A D | toy.cpp | 1177 Value *StartVal = Start->Codegen(); in Codegen() local
|
/llvm-project/llvm/examples/Kaleidoscope/Chapter7/ |
H A D | toy.cpp | 929 Value *StartVal = Start->codegen(); in codegen() local
|
/llvm-project/llvm/examples/Kaleidoscope/Chapter8/ |
H A D | toy.cpp | 917 Value *StartVal = Start->codegen(); in codegen() local
|
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/initial/ |
H A D | toy.cpp | 1035 Value *StartVal = Start->Codegen(); in Codegen() local
|
/llvm-project/llvm/examples/Kaleidoscope/Chapter9/ |
H A D | toy.cpp | 1089 Value *StartVal = Start->codegen(); in codegen() local
|
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/complete/ |
H A D | toy.cpp | 1255 Value *StartVal = Start->Codegen(); in Codegen() local
|
/llvm-project/llvm/unittests/Frontend/ |
H A D | OpenMPIRBuilderTest.cpp | 1368 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 D | NVPTXISelDAGToDAG.cpp | 3518 uint64_t StartVal = StartConst->getZExtValue(); tryBFE() local
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanRecipes.cpp | 2092 Value *StartVal = (Part == 0) ? StartV : Iden; execute() local
|
H A D | LoopVectorize.cpp | 10155 VPValue *StartVal = BestEpiPlan.getOrAddLiveIn(ResumeV); processLoop() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 5595 // 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 D | LegalizeDAG.cpp | 4489 SDValue StartVal = Node->getOperand(1); ConvertNodeToLibcall() local
|
H A D | SelectionDAGBuilder.cpp | 7580 SDValue StartVal = getValue(I.getArgOperand(0)); visitIntrinsicCall() local
|