Lines Matching refs:StringRef

35     StringRef get(bool Enabled) const {  in get()
52 StringRef SPACKReleaseStr = {})
74 StringRef RocmPathArg;
78 StringRef HIPPathArg;
80 StringRef HIPVersionArg;
122 void scanLibDevicePath(llvm::StringRef Path);
123 bool parseHIPVersionFile(llvm::StringRef V);
131 StringRef PackageName);
143 StringRef LibDeviceFile, bool Wave64, bool DAZ,
160 StringRef getInstallPath() const { return InstallPath; } in getInstallPath()
166 StringRef getIncludePath() const { return IncludePath; } in getIncludePath()
169 StringRef getLibPath() const { return LibPath; } in getLibPath()
172 StringRef getLibDevicePath() const { return LibDevicePath; } in getLibDevicePath()
174 StringRef getOCMLPath() const { in getOCMLPath()
179 StringRef getOCKLPath() const { in getOCKLPath()
184 StringRef getOpenCLPath() const { in getOpenCLPath()
189 StringRef getHIPPath() const { in getHIPPath()
195 StringRef getAsanRTLPath() const { return AsanRTL; } in getAsanRTLPath()
197 StringRef getWavefrontSize64Path(bool Enabled) const { in getWavefrontSize64Path()
201 StringRef getFiniteOnlyPath(bool Enabled) const { in getFiniteOnlyPath()
205 StringRef getUnsafeMathPath(bool Enabled) const { in getUnsafeMathPath()
209 StringRef getDenormalsAreZeroPath(bool Enabled) const { in getDenormalsAreZeroPath()
213 StringRef getCorrectlyRoundedSqrtPath(bool Enabled) const { in getCorrectlyRoundedSqrtPath()
218 std::string getLibDeviceFile(StringRef Gpu) const { in getLibDeviceFile()
234 StringRef getRocmPathArg() const { return RocmPathArg; } in getRocmPathArg()
237 StringRef getHIPVersionArg() const { return HIPVersionArg; } in getHIPVersionArg()