Searched defs:CurVar (Results 1 – 13 of 13) sorted by relevance
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
H A D | toy.cpp | 942 Value *CurVar = Builder->CreateLoad(Type::getDoubleTy(*TheContext), Alloca, in codegen() local
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter7/ |
H A D | toy.cpp | 965 Value *CurVar = in codegen() local
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
H A D | toy-jit.cpp | 838 Value *CurVar = Builder.CreateLoad(Alloca, VarName.c_str()); in Codegen() local
|
H A D | toy.cpp | 1118 Value *CurVar = Builder.CreateLoad(Alloca, VarName.c_str()); in Codegen() local
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
H A D | toy.cpp | 959 Value *CurVar = Builder->CreateLoad(Type::getDoubleTy(*TheContext), Alloca, in codegen() local
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
H A D | toy.cpp | 959 Value *CurVar = Builder->CreateLoad(Type::getDoubleTy(*TheContext), Alloca, in codegen() local
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
H A D | toy.cpp | 959 Value *CurVar = Builder->CreateLoad(Type::getDoubleTy(*TheContext), Alloca, in codegen() local
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter8/ |
H A D | toy.cpp | 963 Value *CurVar = Builder->CreateLoad(Type::getDoubleTy(*TheContext), Alloca, in codegen() local
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/cached/ |
H A D | toy-jit.cpp | 856 Value *CurVar = Builder.CreateLoad(Alloca, VarName.c_str()); in Codegen() local
|
H A D | toy.cpp | 1220 Value *CurVar = Builder.CreateLoad(Alloca, VarName.c_str()); in Codegen() local
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/initial/ |
H A D | toy.cpp | 1078 Value *CurVar = Builder.CreateLoad(Alloca, VarName.c_str()); in Codegen() local
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter9/ |
H A D | toy.cpp | 1135 Value *CurVar = Builder->CreateLoad(Type::getDoubleTy(*TheContext), Alloca, in codegen() local
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/complete/ |
H A D | toy.cpp | 1298 Value *CurVar = Builder.CreateLoad(Alloca, VarName.c_str()); in Codegen() local
|