Lines Matching refs:targ
1124 FlowInstruction::FlowInstruction(Function *fn, operation op, void *targ)
1128 target.fn = reinterpret_cast<Function *>(targ);
1130 target.bb = reinterpret_cast<BasicBlock *>(targ);
1138 terminator = targ ? 1 : 0;
1298 nv50_ir::Target *targ = nv50_ir::Target::create(info->target);
1299 if (!targ)
1302 nv50_ir::Program *prog = new nv50_ir::Program(type, targ);
1304 nv50_ir::Target::destroy(targ);
1328 targ->parseDriverInfo(info, info_out);
1364 nv50_ir::Target::destroy(targ);