Searched refs:getDataASDirective (Results 1 – 3 of 3) sorted by relevance
200 virtual const char *getDataASDirective(unsigned Size, unsigned AS) const { in getDataASDirective() function372 return AS == 0 ? Data8bitsDirective : getDataASDirective(8, AS);375 return AS == 0 ? Data16bitsDirective : getDataASDirective(16, AS);378 return AS == 0 ? Data32bitsDirective : getDataASDirective(32, AS);381 return AS == 0 ? Data64bitsDirective : getDataASDirective(64, AS);
26 const char* getDataASDirective(unsigned int Size, unsigned int AS) const;
78 AMDGPUMCAsmInfo::getDataASDirective(unsigned int Size, unsigned int AS) const { in getDataASDirective() function in AMDGPUMCAsmInfo