Home
last modified time | relevance | path

Searched refs:testreg (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/examples/BrainF/
H A DBrainF.cpp50 const char *BrainF::testreg = "test"; member in BrainF
255 CreateICmpUGE(curhead, ptr_arrmax, testreg); in readloop()
259 CreateICmpULT(curhead, ptr_arr, testreg); in readloop()
263 CreateOr(test_0, test_1, testreg); in readloop()
445 ConstantInt::get(C, APInt(8, 0)), testreg); in readloop()
H A DBrainF.h66 static const char *testreg; variable
/llvm-project-15.0.7/llvm/test/TableGen/
H A DHwModeSelect.td18 def TestReg : Register<"testreg">;