Lines Matching refs:FilePath
86 StringRef FilePath = LI->path(); in scanLibDevicePath() local
87 StringRef FileName = llvm::sys::path::filename(FilePath); in scanLibDevicePath()
99 OCML = FilePath; in scanLibDevicePath()
101 OCKL = FilePath; in scanLibDevicePath()
103 OpenCL = FilePath; in scanLibDevicePath()
105 HIP = FilePath; in scanLibDevicePath()
107 AsanRTL = FilePath; in scanLibDevicePath()
109 FiniteOnly.Off = FilePath; in scanLibDevicePath()
111 FiniteOnly.On = FilePath; in scanLibDevicePath()
113 DenormalsAreZero.On = FilePath; in scanLibDevicePath()
115 DenormalsAreZero.Off = FilePath; in scanLibDevicePath()
117 CorrectlyRoundedSqrt.On = FilePath; in scanLibDevicePath()
119 CorrectlyRoundedSqrt.Off = FilePath; in scanLibDevicePath()
121 UnsafeMath.On = FilePath; in scanLibDevicePath()
123 UnsafeMath.Off = FilePath; in scanLibDevicePath()
125 WavefrontSize64.On = FilePath; in scanLibDevicePath()
127 WavefrontSize64.Off = FilePath; in scanLibDevicePath()
133 ABIVersionMap[ABIVersionNumber] = FilePath.str(); in scanLibDevicePath()
147 std::make_pair(GfxName.toStringRef(Tmp), FilePath.str())); in scanLibDevicePath()