Searched refs:tapereg (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/examples/BrainF/ |
D | BrainF.cpp | 35 const char *BrainF::tapereg = "tape"; member in BrainF 203 CallInst *getchar_call = builder->CreateCall(getchar_func, tapereg); in readloop() 209 CreateTrunc(tape_0, IntegerType::getInt8Ty(C), tapereg); in readloop() 219 LoadInst *tape_0 = builder->CreateLoad(curhead, tapereg); in readloop() 223 CreateSExt(tape_0, IntegerType::getInt32Ty(C), tapereg); in readloop() 271 LoadInst *tape_0 = builder->CreateLoad(curhead, tapereg); in readloop() 275 CreateAdd(tape_0, ConstantInt::get(C, APInt(8, curvalue)), tapereg); in readloop() 435 LoadInst *tape_0 = new LoadInst(head_0, tapereg, testbb); in readloop()
|
D | BrainF.h | 63 static const char *tapereg; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/BrainF/ |
D | BrainF.cpp | 48 const char *BrainF::tapereg = "tape"; member in BrainF 213 builder->CreateCall(getchar_func, {}, tapereg); in readloop() 219 CreateTrunc(tape_0, IntegerType::getInt8Ty(C), tapereg); in readloop() 229 LoadInst *tape_0 = builder->CreateLoad(curhead, tapereg); in readloop() 233 CreateSExt(tape_0, IntegerType::getInt32Ty(C), tapereg); in readloop() 281 LoadInst *tape_0 = builder->CreateLoad(curhead, tapereg); in readloop() 285 CreateAdd(tape_0, ConstantInt::get(C, APInt(8, curvalue)), tapereg); in readloop() 445 LoadInst *tape_0 = new LoadInst(head_0, tapereg, testbb); in readloop()
|
D | BrainF.h | 64 static const char *tapereg; variable
|
/external/llvm/examples/BrainF/ |
D | BrainF.cpp | 48 const char *BrainF::tapereg = "tape"; member in BrainF 213 builder->CreateCall(getchar_func, {}, tapereg); in readloop() 219 CreateTrunc(tape_0, IntegerType::getInt8Ty(C), tapereg); in readloop() 229 LoadInst *tape_0 = builder->CreateLoad(curhead, tapereg); in readloop() 233 CreateSExt(tape_0, IntegerType::getInt32Ty(C), tapereg); in readloop() 281 LoadInst *tape_0 = builder->CreateLoad(curhead, tapereg); in readloop() 285 CreateAdd(tape_0, ConstantInt::get(C, APInt(8, curvalue)), tapereg); in readloop() 445 LoadInst *tape_0 = new LoadInst(head_0, tapereg, testbb); in readloop()
|
D | BrainF.h | 64 static const char *tapereg; variable
|