Lines Matching refs:Blk
102 auto Blk = b.MakeBlock(); in TEST() local
103 Func->addBlock(Blk); in TEST()
105 Blk->addInstruction(b.MakeLabel()); in TEST()
111 Blk->addInstruction(IID); in TEST()
114 Blk->addInstruction(XValue); in TEST()
117 Blk->addInstruction(YValue); in TEST()
121 Blk->addInstruction(PtrToGSizeX); in TEST()
124 Blk->addInstruction(GSizeX); in TEST()
130 Blk->addInstruction(Tmp1); in TEST()
133 Blk->addInstruction(PtrToGNumX); in TEST()
136 Blk->addInstruction(GNumX); in TEST()
139 Blk->addInstruction(OffsetY); in TEST()
142 Blk->addInstruction(Index); in TEST()
146 Blk->addInstruction(Ptr); in TEST()
149 Blk->addInstruction(Value); in TEST()
157 Blk->addInstruction(Result); in TEST()
160 Blk->addInstruction(OutPtr); in TEST()
162 Blk->addInstruction(b.MakeStore(OutPtr, Result)); in TEST()
163 Blk->addInstruction(b.MakeReturn()); in TEST()
215 auto Blk = b.MakeBlock(); in TEST() local
216 Func->addBlock(Blk); in TEST()
218 Blk->addInstruction(b.MakeReturn()); in TEST()