Searched refs:CLMode (Results 1 – 4 of 4) sorted by relevance
46 const char *getTypeTempSuffix(ID Id, bool CLMode = false);
79 CLMode, enumerator215 bool IsCLMode() const { return Mode == CLMode; } in IsCLMode()
83 const char *types::getTypeTempSuffix(ID Id, bool CLMode) { in getTypeTempSuffix() argument84 if (CLMode) { in getTypeTempSuffix()
236 .Case("cl", CLMode) in setDriverMode()