Lines Matching refs:FilePath
85 StringRef FilePath = LI->path(); in scanLibDevicePath() local
86 StringRef FileName = llvm::sys::path::filename(FilePath); in scanLibDevicePath()
98 OCML = FilePath; in scanLibDevicePath()
100 OCKL = FilePath; in scanLibDevicePath()
102 OpenCL = FilePath; in scanLibDevicePath()
104 HIP = FilePath; in scanLibDevicePath()
106 AsanRTL = FilePath; in scanLibDevicePath()
108 FiniteOnly.Off = FilePath; in scanLibDevicePath()
110 FiniteOnly.On = FilePath; in scanLibDevicePath()
112 DenormalsAreZero.On = FilePath; in scanLibDevicePath()
114 DenormalsAreZero.Off = FilePath; in scanLibDevicePath()
116 CorrectlyRoundedSqrt.On = FilePath; in scanLibDevicePath()
118 CorrectlyRoundedSqrt.Off = FilePath; in scanLibDevicePath()
120 UnsafeMath.On = FilePath; in scanLibDevicePath()
122 UnsafeMath.Off = FilePath; in scanLibDevicePath()
124 WavefrontSize64.On = FilePath; in scanLibDevicePath()
126 WavefrontSize64.Off = FilePath; in scanLibDevicePath()
132 ABIVersionMap[ABIVersionNumber] = FilePath.str(); in scanLibDevicePath()
146 std::make_pair(GfxName.toStringRef(Tmp), FilePath.str())); in scanLibDevicePath()