Searched refs:testreg (Results 1 – 4 of 4) sorted by relevance
/external/llvm/examples/BrainF/ |
D | BrainF.cpp | 51 const char *BrainF::testreg = "test"; member in BrainF 258 CreateICmpUGE(curhead, ptr_arrmax, testreg); in readloop() 262 CreateICmpULT(curhead, ptr_arr, testreg); in readloop() 266 CreateOr(test_0, test_1, testreg); in readloop() 449 ConstantInt::get(C, APInt(8, 0)), testreg); in readloop()
|
D | BrainF.h | 67 static const char *testreg; variable
|
/external/swiftshader/third_party/LLVM/examples/BrainF/ |
D | BrainF.cpp | 38 const char *BrainF::testreg = "test"; member in BrainF 248 CreateICmpUGE(curhead, ptr_arrmax, testreg); in readloop() 252 CreateICmpULT(curhead, ptr_arr, testreg); in readloop() 256 CreateOr(test_0, test_1, testreg); in readloop() 439 ConstantInt::get(C, APInt(8, 0)), testreg); in readloop()
|
D | BrainF.h | 66 static const char *testreg; variable
|