Home
last modified time | relevance | path

Searched refs:LHSE (Results 1 – 14 of 14) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp657 VariableExprAST *LHSE = dynamic_cast<VariableExprAST*>(LHS); in Codegen() local
658 if (!LHSE) in Codegen()
665 Value *Variable = NamedValues[LHSE->getName()]; in Codegen()
H A Dtoy.cpp940 VariableExprAST *LHSE = static_cast<VariableExprAST*>(LHS); in Codegen() local
941 if (!LHSE) in Codegen()
948 Value *Variable = NamedValues[LHSE->getName()]; in Codegen()
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp675 VariableExprAST *LHSE = static_cast<VariableExprAST*>(LHS); in Codegen() local
676 if (!LHSE) in Codegen()
683 Value *Variable = NamedValues[LHSE->getName()]; in Codegen()
H A Dtoy.cpp1042 VariableExprAST *LHSE = static_cast<VariableExprAST*>(LHS); in Codegen() local
1043 if (!LHSE) in Codegen()
1050 Value *Variable = NamedValues[LHSE->getName()]; in Codegen()
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp769 VariableExprAST *LHSE = static_cast<VariableExprAST *>(LHS.get()); in codegen() local
770 if (!LHSE) in codegen()
778 Value *Variable = NamedValues[LHSE->getName()]; in codegen()
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp769 VariableExprAST *LHSE = static_cast<VariableExprAST *>(LHS.get()); in codegen() local
770 if (!LHSE) in codegen()
778 Value *Variable = NamedValues[LHSE->getName()]; in codegen()
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp752 VariableExprAST *LHSE = static_cast<VariableExprAST *>(LHS.get()); in codegen() local
753 if (!LHSE) in codegen()
761 Value *Variable = NamedValues[LHSE->getName()]; in codegen()
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp774 VariableExprAST *LHSE = static_cast<VariableExprAST *>(LHS.get()); in codegen() local
775 if (!LHSE) in codegen()
783 Value *Variable = NamedValues[LHSE->getName()]; in codegen()
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp769 VariableExprAST *LHSE = static_cast<VariableExprAST *>(LHS.get()); in codegen() local
770 if (!LHSE) in codegen()
778 Value *Variable = NamedValues[LHSE->getName()]; in codegen()
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp775 VariableExprAST *LHSE = static_cast<VariableExprAST *>(LHS.get()); in codegen() local
776 if (!LHSE) in codegen()
784 Value *Variable = NamedValues[LHSE->getName()]; in codegen()
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp900 VariableExprAST *LHSE = static_cast<VariableExprAST*>(LHS); in Codegen() local
901 if (!LHSE) in Codegen()
908 Value *Variable = NamedValues[LHSE->getName()]; in Codegen()
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp1116 VariableExprAST *LHSE = static_cast<VariableExprAST*>(LHS); in Codegen() local
1117 if (!LHSE) in Codegen()
1124 Value *Variable = NamedValues[LHSE->getName()]; in Codegen()
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp939 VariableExprAST *LHSE = static_cast<VariableExprAST *>(LHS.get()); in codegen() local
940 if (!LHSE) in codegen()
948 Value *Variable = NamedValues[LHSE->getName()]; in codegen()
/netbsd/external/apache2/llvm/dist/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl07.rst581 VariableExprAST *LHSE = dynamic_cast<VariableExprAST*>(LHS.get());
582 if (!LHSE)
600 Value *Variable = NamedValues[LHSE->getName()];