Lines Matching defs:targ
110 RegisterSet::init(const Target *targ)
114 last[rf] = targ->getFileSize(f) - 1;
115 unit[rf] = targ->getFileUnit(f);
122 RegisterSet::RegisterSet(const Target *targ)
123 : restrictedGPR16Range(targ->getChipset() < 0xc0)
125 init(targ);
242 InsertConstraintsPass() : targ(NULL) { }
270 const Target *targ;
2364 if (targ->getChipset() < NVISA_GV100_CHIPSET) {
2539 targ = bb->getProgram()->getTarget();
2545 switch (targ->getChipset() & ~0xf) {
2586 if (i->op == OP_LOAD && i->fixed && targ->getChipset() < 0xc0) {
2600 targ->getChipset() < 0xc0) {