Home
last modified time | relevance | path

Searched refs:tape_0 (Results 1 – 2 of 2) sorted by relevance

/external/llvm/examples/BrainF/
DBrainF.cpp215 Value *tape_0 = getchar_call; in readloop() local
219 CreateTrunc(tape_0, IntegerType::getInt8Ty(C), tapereg); in readloop()
229 LoadInst *tape_0 = builder->CreateLoad(curhead, tapereg); in readloop() local
233 CreateSExt(tape_0, IntegerType::getInt32Ty(C), tapereg); in readloop()
281 LoadInst *tape_0 = builder->CreateLoad(curhead, tapereg); in readloop() local
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() local
448 ICmpInst *test_0 = new ICmpInst(*testbb, ICmpInst::ICMP_EQ, tape_0, in readloop()
/external/swiftshader/third_party/LLVM/examples/BrainF/
DBrainF.cpp205 Value *tape_0 = getchar_call; in readloop() local
209 CreateTrunc(tape_0, IntegerType::getInt8Ty(C), tapereg); in readloop()
219 LoadInst *tape_0 = builder->CreateLoad(curhead, tapereg); in readloop() local
223 CreateSExt(tape_0, IntegerType::getInt32Ty(C), tapereg); in readloop()
271 LoadInst *tape_0 = builder->CreateLoad(curhead, tapereg); in readloop() local
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() local
438 ICmpInst *test_0 = new ICmpInst(*testbb, ICmpInst::ICMP_EQ, tape_0, in readloop()