Searched refs:Nearest (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/clang/tools/driver/ |
H A D | cc1as_main.cpp | 246 std::string Nearest; in CreateFromArgs() local 247 if (OptTbl.findNearest(ArgString, Nearest, VisibilityMask) > 1) in CreateFromArgs() 251 << ArgString << Nearest; in CreateFromArgs()
|
/freebsd/contrib/llvm-project/llvm/lib/Option/ |
H A D | OptTable.cpp | 587 std::string Nearest; in parseArgs() local 590 if (findNearest(Spelling, Nearest) > 1) in parseArgs() 593 ErrorFn("unknown argument '" + Spelling + "', did you mean '" + Nearest + in parseArgs()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | Driver.cpp | 302 std::string Nearest; in ParseArgStrings() local 303 if (getOpts().findNearest(ArgString, Nearest, VisibilityMask) > 1) { in ParseArgStrings() 305 getOpts().findExact(ArgString, Nearest, in ParseArgStrings() 308 Diags.Report(DiagID) << ArgString << "-Xclang " + Nearest; in ParseArgStrings() 318 Diags.Report(DiagID) << ArgString << Nearest; in ParseArgStrings() 330 std::string Nearest; in ParseArgStrings() local 331 if (getOpts().findExact("-" + ArgString, Nearest, VisibilityMask)) in ParseArgStrings() 333 << A->getAsString(Args) << Nearest; in ParseArgStrings() 2572 std::string Nearest; in DiagnoseInputExistence() local 2573 if (getOpts().findNearest(Value, Nearest, getOptionVisibilityMas in DiagnoseInputExistence() [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVBuiltins.cpp | 1710 return SPIRV::SamplerFilterMode::Nearest; in getSamplerFilterModeFromBitmask() 1711 return SPIRV::SamplerFilterMode::Nearest; in getSamplerFilterModeFromBitmask()
|
H A D | SPIRVSymbolicOperands.td | 803 defm Nearest : SamplerFilterModeOperand<0, [Kernel]>;
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 4794 std::string Nearest; in CreateFromArgsImpl() local 4795 if (Opts.findNearest(ArgString, Nearest, VisibilityMask) > 1) in CreateFromArgsImpl() 4799 << ArgString << Nearest; in CreateFromArgsImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEInstrInfo.td | 533 def RD_RN : RD_VAL<11>; // Round to Nearest (ties to Even) 534 def RD_RA : RD_VAL<12>; // Round to Nearest (ties to Away)
|
/freebsd/sys/contrib/zstd/doc/ |
H A D | zstd_compression_format.md | 1262 Nearest larger power of 2 value is 16.
|