Searched refs:tapereg (Results 1 – 2 of 2) sorted by relevance
/external/llvm/examples/BrainF/ |
D | BrainF.cpp | 35 const char *BrainF::tapereg = "tape"; member in BrainF 204 CallInst *getchar_call = builder->CreateCall(getchar_func, tapereg); in readloop() 210 CreateTrunc(tape_0, IntegerType::getInt8Ty(C), tapereg); in readloop() 220 LoadInst *tape_0 = builder->CreateLoad(curhead, tapereg); in readloop() 224 CreateSExt(tape_0, IntegerType::getInt32Ty(C), tapereg); in readloop() 272 LoadInst *tape_0 = builder->CreateLoad(curhead, tapereg); in readloop() 276 CreateAdd(tape_0, ConstantInt::get(C, APInt(8, curvalue)), tapereg); in readloop() 436 LoadInst *tape_0 = new LoadInst(head_0, tapereg, testbb); in readloop()
|
D | BrainF.h | 63 static const char *tapereg; variable
|