Searched refs:isAccessSupported (Results 1 – 6 of 6) sorted by relevance
52 virtual bool isAccessSupported(DataFile, DataType) const;
54 virtual bool isAccessSupported(DataFile, DataType) const;
217 virtual bool isAccessSupported(DataFile, DataType) const = 0;
406 TargetNV50::isAccessSupported(DataFile file, DataType ty) const in isAccessSupported() function in nv50_ir::TargetNV50
406 TargetNVC0::isAccessSupported(DataFile file, DataType ty) const in isAccessSupported() function in nv50_ir::TargetNVC0
2353 isAccessSupported(ld->getSrc(0)->reg.file, typeOfSize(size))) in combineLd()2412 isAccessSupported(st->getSrc(0)->reg.file, typeOfSize(size))) in combineSt()3490 !prog->getTarget()->isAccessSupported(ld1->getSrc(0)->reg.file, in checkSplitLoad()