Home
last modified time | relevance | path

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

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