Home
last modified time | relevance | path

Searched refs:FullFP16Pos (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/Arch/
H A DAArch64.cpp362 int FullFP16Pos = -1; in getAArch64TargetFeatures() local
395 else if (*I == "+fullfp16") FullFP16Pos = I - Features.begin(); in getAArch64TargetFeatures()
414 if (FullFP16Pos > NoFullFP16Pos && FullFP16Pos > FP16FMLPos && FullFP16Pos > NoFP16FMLPos) in getAArch64TargetFeatures()