Home
last modified time | relevance | path

Searched refs:StartVal (Results 1 – 25 of 45) sorted by relevance

12

/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp676 Value *StartVal = Start->codegen(); in codegen() local
677 if (!StartVal) in codegen()
695 Variable->addIncoming(StartVal, PreheaderBB); in codegen()
/external/llvm-project/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp691 Value *StartVal = Start->codegen(); in codegen() local
692 if (!StartVal) in codegen()
710 Variable->addIncoming(StartVal, PreheaderBB); in codegen()
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp813 Value *StartVal = Start->Codegen(); in Codegen() local
814 if (StartVal == 0) return 0; in Codegen()
817 Builder.CreateStore(StartVal, Alloca); in Codegen()
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp795 Value *StartVal = Start->Codegen(); in Codegen() local
796 if (StartVal == 0) return 0; in Codegen()
799 Builder.CreateStore(StartVal, Alloca); in Codegen()
Dtoy.cpp1075 Value *StartVal = Start->Codegen(); in Codegen() local
1076 if (StartVal == 0) return 0; in Codegen()
1079 Builder.CreateStore(StartVal, Alloca); in Codegen()
/external/llvm-project/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp803 Value *StartVal = Start->codegen(); in codegen() local
804 if (!StartVal) in codegen()
822 Variable->addIncoming(StartVal, PreheaderBB); in codegen()
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp813 Value *StartVal = Start->Codegen(); in Codegen() local
814 if (StartVal == 0) return 0; in Codegen()
817 Builder.CreateStore(StartVal, Alloca); in Codegen()
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp787 Value *StartVal = Start->codegen(); in codegen() local
788 if (!StartVal) in codegen()
806 Variable->addIncoming(StartVal, PreheaderBB); in codegen()
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp795 Value *StartVal = Start->Codegen(); in Codegen() local
796 if (StartVal == 0) return 0; in Codegen()
799 Builder.CreateStore(StartVal, Alloca); in Codegen()
Dtoy.cpp1075 Value *StartVal = Start->Codegen(); in Codegen() local
1076 if (StartVal == 0) return 0; in Codegen()
1079 Builder.CreateStore(StartVal, Alloca); in Codegen()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
Dtoy.cpp900 Value *StartVal = Start->codegen(); in codegen() local
901 if (!StartVal) in codegen()
905 Builder.CreateStore(StartVal, Alloca); in codegen()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
Dtoy.cpp900 Value *StartVal = Start->codegen(); in codegen() local
901 if (!StartVal) in codegen()
905 Builder.CreateStore(StartVal, Alloca); in codegen()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
Dtoy.cpp889 Value *StartVal = Start->codegen(); in codegen() local
890 if (!StartVal) in codegen()
894 Builder.CreateStore(StartVal, Alloca); in codegen()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
Dtoy.cpp900 Value *StartVal = Start->codegen(); in codegen() local
901 if (!StartVal) in codegen()
905 Builder.CreateStore(StartVal, Alloca); in codegen()
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
Dtoy.cpp913 Value *StartVal = Start->codegen(); in codegen() local
914 if (!StartVal) in codegen()
918 Builder->CreateStore(StartVal, Alloca); in codegen()
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
Dtoy.cpp913 Value *StartVal = Start->codegen(); in codegen() local
914 if (!StartVal) in codegen()
918 Builder->CreateStore(StartVal, Alloca); in codegen()
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
Dtoy.cpp896 Value *StartVal = Start->codegen(); in codegen() local
897 if (!StartVal) in codegen()
901 Builder->CreateStore(StartVal, Alloca); in codegen()
/external/llvm-project/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp918 Value *StartVal = Start->codegen(); in codegen() local
919 if (!StartVal) in codegen()
923 Builder->CreateStore(StartVal, Alloca); in codegen()
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
Dtoy.cpp913 Value *StartVal = Start->codegen(); in codegen() local
914 if (!StartVal) in codegen()
918 Builder->CreateStore(StartVal, Alloca); in codegen()
/external/llvm-project/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp919 Value *StartVal = Start->codegen(); in codegen() local
920 if (!StartVal) in codegen()
924 Builder->CreateStore(StartVal, Alloca); in codegen()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
Dtoy.cpp911 Value *StartVal = Start->codegen(); in codegen() local
912 if (!StartVal) in codegen()
916 Builder.CreateStore(StartVal, Alloca); in codegen()
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp901 Value *StartVal = Start->codegen(); in codegen() local
902 if (!StartVal) in codegen()
906 Builder.CreateStore(StartVal, Alloca); in codegen()
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp896 Value *StartVal = Start->codegen(); in codegen() local
897 if (!StartVal) in codegen()
901 Builder.CreateStore(StartVal, Alloca); in codegen()
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp1035 Value *StartVal = Start->Codegen(); in Codegen() local
1036 if (StartVal == 0) return 0; in Codegen()
1039 Builder.CreateStore(StartVal, Alloca); in Codegen()
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp1035 Value *StartVal = Start->Codegen(); in Codegen() local
1036 if (StartVal == 0) return 0; in Codegen()
1039 Builder.CreateStore(StartVal, Alloca); in Codegen()

12