Searched refs:supportsCpuIs (Results 1 – 6 of 6) sorted by relevance
133 bool supportsCpuIs() const override { return getTriple().isOSLinux(); } in supportsCpuIs() function
377 bool supportsCpuIs() const override { in supportsCpuIs() function
233 bool supportsCpuIs() const override { return true; } in supportsCpuIs() function
1549 virtual bool supportsCpuIs() const { return false; } in supportsCpuIs() function
1766 return getTargetInfo().supportsCpuIs(); in ExpandBuiltinMacro()
2168 (!IsCPUSupports && TInfo->supportsCpuIs())); in BuiltinCpu()2173 if ((!IsCPUSupports && !TheTI->supportsCpuIs()) || in BuiltinCpu()