Lines Matching refs:FilePath
83 StringRef FilePath = LI->path(); in scanLibDevicePath() local
84 StringRef FileName = llvm::sys::path::filename(FilePath); in scanLibDevicePath()
95 OCML = FilePath; in scanLibDevicePath()
97 OCKL = FilePath; in scanLibDevicePath()
99 OpenCL = FilePath; in scanLibDevicePath()
101 HIP = FilePath; in scanLibDevicePath()
103 AsanRTL = FilePath; in scanLibDevicePath()
105 FiniteOnly.Off = FilePath; in scanLibDevicePath()
107 FiniteOnly.On = FilePath; in scanLibDevicePath()
109 DenormalsAreZero.On = FilePath; in scanLibDevicePath()
111 DenormalsAreZero.Off = FilePath; in scanLibDevicePath()
113 CorrectlyRoundedSqrt.On = FilePath; in scanLibDevicePath()
115 CorrectlyRoundedSqrt.Off = FilePath; in scanLibDevicePath()
117 UnsafeMath.On = FilePath; in scanLibDevicePath()
119 UnsafeMath.Off = FilePath; in scanLibDevicePath()
121 WavefrontSize64.On = FilePath; in scanLibDevicePath()
123 WavefrontSize64.Off = FilePath; in scanLibDevicePath()
137 std::make_pair(GfxName.toStringRef(Tmp), FilePath.str())); in scanLibDevicePath()