Searched refs:Blk (Results 1 – 3 of 3) sorted by relevance
102 auto Blk = b.MakeBlock(); in TEST() local103 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()[all …]
93 Block *Blk = b.MakeBlock(); in AddWrapper() local94 Func->addBlock(Blk); in AddWrapper()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()[all …]
195 BasicBlock *Blk = BasicBlock::Create(LLVMCtxt, "entry", Func); in CreateInitFunction() local196 IRBuilder<> LLVMIRBuilder(Blk); in CreateInitFunction()