Home
last modified time | relevance | path

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

/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
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()
Dtoy.cpp940 VariableExprAST *LHSE = static_cast<VariableExprAST*>(LHS); in Codegen() local
941 if (!LHSE) in Codegen()
948 Value *Variable = NamedValues[LHSE->getName()]; in Codegen()
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
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()
Dtoy.cpp1042 VariableExprAST *LHSE = static_cast<VariableExprAST*>(LHS); in Codegen() local
1043 if (!LHSE) in Codegen()
1050 Value *Variable = NamedValues[LHSE->getName()]; in Codegen()
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp744 VariableExprAST *LHSE = static_cast<VariableExprAST *>(LHS.get()); in codegen() local
745 if (!LHSE) in codegen()
753 Value *Variable = NamedValues[LHSE->getName()]; in codegen()
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp900 VariableExprAST *LHSE = static_cast<VariableExprAST*>(LHS); in Codegen() local
901 if (!LHSE) in Codegen()
908 Value *Variable = NamedValues[LHSE->getName()]; in Codegen()
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp931 VariableExprAST *LHSE = static_cast<VariableExprAST *>(LHS.get()); in codegen() local
932 if (!LHSE) in codegen()
940 Value *Variable = NamedValues[LHSE->getName()]; in codegen()
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp1116 VariableExprAST *LHSE = static_cast<VariableExprAST*>(LHS); in Codegen() local
1117 if (!LHSE) in Codegen()
1124 Value *Variable = NamedValues[LHSE->getName()]; in Codegen()
/external/llvm/docs/tutorial/
DLangImpl7.rst579 VariableExprAST *LHSE = dynamic_cast<VariableExprAST*>(LHS.get());
580 if (!LHSE)
598 Value *Variable = NamedValues[LHSE->getName()];