Lines Matching defs:file
1879 if (src0->reg.file != FILE_GPR || src1->reg.file != FILE_GPR)
1965 if (src0 != src1 || src0->reg.file != FILE_GPR)
2010 if (slct->getSrc(2)->reg.file == FILE_IMMEDIATE) {
2028 if (src0->reg.file != FILE_GPR || src1->reg.file != FILE_GPR)
2077 set0->getDef(0)->reg.file = FILE_PREDICATE;
2446 if (src0->reg.file != FILE_GPR || src1->reg.file != FILE_GPR)
2785 isAccessSupported(ld->getSrc(0)->reg.file, typeOfSize(size)))
2848 isAccessSupported(st->getSrc(0)->reg.file, typeOfSize(size)))
2862 st->getSrc(0)->reg.file == FILE_SHADER_OUTPUT &&
2967 Record *it = load ? loads[sym->reg.file] : stores[sym->reg.file];
3015 if (st->getSrc(s)->reg.file != FILE_GPR)
3229 DataFile file = ldst->src(0).getFile();
3232 if (file == FILE_MEMORY_GLOBAL || file == FILE_MEMORY_LOCAL) {
3304 DataFile file;
3310 file = ld->src(0).getFile();
3312 file = insn->src(s).getFile();
3315 if (file == FILE_GPR) {
3320 file = FILE_IMMEDIATE;
3323 if (file != FILE_IMMEDIATE && file != FILE_MEMORY_CONST)
4021 !prog->getTarget()->isAccessSupported(ld1->getSrc(0)->reg.file,