Searched refs:OutputAsmVariant (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/tools/llvm-mca/ |
| H A D | llvm-mca.cpp | 105 OutputAsmVariant("output-asm-variant", variable 470 OutputAsmVariant == -1 ? 0 : OutputAsmVariant; in main() 558 if (OutputAsmVariant >= 0) in main() 559 AssemblerDialect = static_cast<unsigned>(OutputAsmVariant); in main()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCTargetOptions.h | 65 std::optional<unsigned> OutputAsmVariant; variable
|
| /freebsd/contrib/llvm-project/llvm/tools/llc/ |
| H A D | llc.cpp | 147 OutputAsmVariant("output-asm-variant", variable 507 if (OutputAsmVariant.getNumOccurrences()) in compileModule() 508 Options.MCOptions.OutputAsmVariant = OutputAsmVariant; in compileModule()
|
| /freebsd/contrib/llvm-project/clang/tools/driver/ |
| H A D | cc1as_main.cpp | 133 unsigned OutputAsmVariant; member 202 OutputAsmVariant = 0; in AssemblerInvocation() 350 Opts.OutputAsmVariant = in CreateFromArgs() 546 llvm::Triple(Opts.Triple), Opts.OutputAsmVariant, *MAI, *MCII, *MRI)); in ExecuteAssemblerImpl()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-mc/ |
| H A D | llvm-mc.cpp | 91 OutputAsmVariant("output-asm-variant", variable 541 Triple(TripleName), OutputAsmVariant, *MAI, *MCII, *MRI)); in main() 547 << OutputAsmVariant << ".\n"; in main()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CodeGenTargetMachineImpl.cpp | 173 Options.MCOptions.OutputAsmVariant.value_or(MAI.getAssemblerDialect()), in createMCStreamer()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 513 if (CodeGenOpts.OutputAsmVariant != 3) // 3 (default): not specified in initTargetOptions() 514 Options.MCOptions.OutputAsmVariant = CodeGenOpts.OutputAsmVariant; in initTargetOptions()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 91 CODEGENOPT(OutputAsmVariant, 2, 3, Benign) ///< Set the asm variant for output (3: unspecified).
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 7644 MarshallingInfoInt<CodeGenOpts<"OutputAsmVariant">, "3">;
|