Lines Matching refs:addInstruction
96 Blk->addInstruction(b.MakeLabel()); in AddWrapper()
115 Blk->addInstruction(IID); in AddWrapper()
118 Blk->addInstruction(XValue); in AddWrapper()
121 Blk->addInstruction(YValue); in AddWrapper()
124 Blk->addInstruction(ZValue); in AddWrapper()
132 Blk->addInstruction(GroupSizeX); in AddWrapper()
135 Blk->addInstruction(GroupSizeY); in AddWrapper()
139 Blk->addInstruction(NumGroup); in AddWrapper()
142 Blk->addInstruction(NumGroupX); in AddWrapper()
145 Blk->addInstruction(NumGroupY); in AddWrapper()
148 Blk->addInstruction(GlobalSizeX); in AddWrapper()
151 Blk->addInstruction(GlobalSizeY); in AddWrapper()
154 Blk->addInstruction(RowsAlongZ); in AddWrapper()
157 Blk->addInstruction(NumRows); in AddWrapper()
160 Blk->addInstruction(NumCellsFromYZ); in AddWrapper()
163 Blk->addInstruction(Index); in AddWrapper()
179 Blk->addInstruction(Ptr); in AddWrapper()
182 Blk->addInstruction(input); in AddWrapper()
202 Blk->addInstruction(kernelCall); in AddWrapper()
209 Blk->addInstruction(OutPtr); in AddWrapper()
210 Blk->addInstruction(b.MakeStore(OutPtr, kernelCall)); in AddWrapper()
213 Blk->addInstruction(b.MakeReturn()); in AddWrapper()