Lines Matching refs:StringRef
55 StringRef get(bool Enabled) const { in get()
72 StringRef SPACKReleaseStr = {})
94 StringRef RocmPathArg;
98 StringRef HIPPathArg;
100 StringRef HIPVersionArg;
147 void scanLibDevicePath(llvm::StringRef Path);
148 bool parseHIPVersionFile(llvm::StringRef V);
156 StringRef PackageName);
168 StringRef LibDeviceFile, bool Wave64, bool DAZ,
174 bool checkCommonBitcodeLibs(StringRef GPUArch, StringRef LibDeviceFile,
190 StringRef getInstallPath() const { return InstallPath; } in getInstallPath()
196 StringRef getIncludePath() const { return IncludePath; } in getIncludePath()
199 StringRef getLibPath() const { return LibPath; } in getLibPath()
202 StringRef getLibDevicePath() const { return LibDevicePath; } in getLibDevicePath()
204 StringRef getOCMLPath() const { in getOCMLPath()
209 StringRef getOCKLPath() const { in getOCKLPath()
214 StringRef getOpenCLPath() const { in getOpenCLPath()
219 StringRef getHIPPath() const { in getHIPPath()
225 StringRef getAsanRTLPath() const { return AsanRTL; } in getAsanRTLPath()
227 StringRef getWavefrontSize64Path(bool Enabled) const { in getWavefrontSize64Path()
231 StringRef getFiniteOnlyPath(bool Enabled) const { in getFiniteOnlyPath()
235 StringRef getUnsafeMathPath(bool Enabled) const { in getUnsafeMathPath()
239 StringRef getDenormalsAreZeroPath(bool Enabled) const { in getDenormalsAreZeroPath()
243 StringRef getCorrectlyRoundedSqrtPath(bool Enabled) const { in getCorrectlyRoundedSqrtPath()
247 StringRef getABIVersionPath(DeviceLibABIVersion ABIVer) const { in getABIVersionPath()
250 return StringRef(); in getABIVersionPath()
255 StringRef getLibDeviceFile(StringRef Gpu) const { in getLibDeviceFile()
274 StringRef getRocmPathArg() const { return RocmPathArg; } in getRocmPathArg()
277 StringRef getHIPVersionArg() const { return HIPVersionArg; } in getHIPVersionArg()
279 StringRef getHIPVersion() const { return DetectedVersion; } in getHIPVersion()