Searched refs:cacheType (Results 1 – 2 of 2) sorted by relevance
1400 StringRef readOrWrite, cacheType; in parse() local1412 parser.parseKeyword(&cacheType) || parser.parseColonType(type) || in parse()1424 if (!cacheType.equals("data") && !cacheType.equals("instr")) in parse()1430 parser.getBuilder().getBoolAttr(cacheType.equals("data"))); in parse()
3137 StringRef readOrWrite, cacheType; in parse() local3152 parser.parseKeyword(&cacheType) || in parse()3166 if (!cacheType.equals("data") && !cacheType.equals("instr")) in parse()3172 parser.getBuilder().getBoolAttr(cacheType.equals("data"))); in parse()