Lines Matching refs:target
171 const Target *target = insn->bb->getProgram()->getTarget();
189 if (!target->isModSupported(insn, s, rep.mod))
937 for (unsigned int c = 0; c < tex->tex.target.getDim(); ++c) {
1128 target.fn = reinterpret_cast<Function *>(targ);
1130 target.bb = reinterpret_cast<BasicBlock *>(targ);
1156 flow->target.builtin = target.builtin;
1159 flow->target.fn = target.fn;
1161 if (target.bb)
1162 flow->target.bb = pol.get<BasicBlock>(target.bb);
1169 target(arch),
1247 info_out->target = info->target;
1298 nv50_ir::Target *targ = nv50_ir::Target::create(info->target);