Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/
H A DAction.cpp331 : JobAction(PreprocessJobClass, Input, OutputType) {} in PreprocessJobAction()
336 : JobAction(PrecompileJobClass, Input, OutputType) {} in PrecompileJobAction()
339 types::ID OutputType) in PrecompileJobAction() argument
340 : JobAction(Kind, Input, OutputType) { in PrecompileJobAction()
347 Action *Input, types::ID OutputType, const char *ModuleName) in HeaderModulePrecompileJobAction() argument
354 : JobAction(ExtractAPIJobClass, Inputs, OutputType) {} in ExtractAPIJobAction()
359 : JobAction(AnalyzeJobClass, Input, OutputType) {} in AnalyzeJobAction()
364 : JobAction(MigrateJobClass, Input, OutputType) {} in MigrateJobAction()
369 : JobAction(CompileJobClass, Input, OutputType) {} in CompileJobAction()
374 : JobAction(BackendJobClass, Input, OutputType) {} in BackendJobAction()
[all …]
/llvm-project-15.0.7/libc/utils/MPFRWrapper/
H A DMPFRUtils.h171 template <Operation op, typename InputType, typename OutputType>
172 class MPFRMatcher : public testing::Matcher<OutputType> {
174 OutputType match_value;
182 bool match(OutputType libcResult) {
259 template <Operation op, typename InputType, typename OutputType>
263 cpp::IsSame<InputType, OutputType>::Value &&
271 cpp::IsFloatingPointType<OutputType>::Value &&
279 cpp::IsFloatingPointType<OutputType>::Value &&
283 template <Operation op, typename InputType, typename OutputType>
285 cpp::EnableIfType<is_valid_operation<op, InputType, OutputType>(),
[all …]
/llvm-project-15.0.7/mlir/tools/mlir-pdll/
H A Dmlir-pdll.cpp32 enum class OutputType { enum
40 OutputType outputType, std::vector<std::string> &includeDirs, in processBuffer()
70 if (outputType == OutputType::AST) { in processBuffer()
81 if (outputType == OutputType::MLIR) { in processBuffer()
144 llvm::cl::opt<enum OutputType> outputType( in main()
145 "x", llvm::cl::init(OutputType::AST), in main()
147 llvm::cl::values(clEnumValN(OutputType::AST, "ast", in main()
149 clEnumValN(OutputType::MLIR, "mlir", in main()
151 clEnumValN(OutputType::CPP, "cpp", in main()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DAction.h413 PreprocessJobAction(Action *Input, types::ID OutputType);
424 PrecompileJobAction(ActionClass Kind, Action *Input, types::ID OutputType);
427 PrecompileJobAction(Action *Input, types::ID OutputType);
441 HeaderModulePrecompileJobAction(Action *Input, types::ID OutputType,
459 ExtractAPIJobAction(Action *Input, types::ID OutputType);
472 AnalyzeJobAction(Action *Input, types::ID OutputType);
483 MigrateJobAction(Action *Input, types::ID OutputType);
494 CompileJobAction(Action *Input, types::ID OutputType);
505 BackendJobAction(Action *Input, types::ID OutputType);
516 AssembleJobAction(Action *Input, types::ID OutputType);
/llvm-project-15.0.7/clang/tools/driver/
H A Dcc1as_main.cpp117 FileType OutputType; member
161 OutputType = FT_Asm; in AssemblerInvocation()
282 unsigned OutputType = StringSwitch<unsigned>(Name) in CreateFromArgs() local
287 if (OutputType == ~0U) { in CreateFromArgs()
291 Opts.OutputType = FileType(OutputType); in CreateFromArgs()
394 bool IsBinary = Opts.OutputType == AssemblerInvocation::FT_Obj; in ExecuteAssemblerImpl()
474 if (Opts.OutputType == AssemblerInvocation::FT_Asm) { in ExecuteAssemblerImpl()
489 } else if (Opts.OutputType == AssemblerInvocation::FT_Null) { in ExecuteAssemblerImpl()
492 assert(Opts.OutputType == AssemblerInvocation::FT_Obj && in ExecuteAssemblerImpl()
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DVSCode.cpp204 void VSCode::SendOutput(OutputType o, const llvm::StringRef output) { in SendOutput()
212 case OutputType::Console: in SendOutput()
215 case OutputType::Stdout: in SendOutput()
218 case OutputType::Stderr: in SendOutput()
221 case OutputType::Telemetry: in SendOutput()
330 VSCode::SendFormattedOutput(OutputType o, const char *format, ...) { in SendFormattedOutput()
395 SendOutput(OutputType::Console, in RunLLDBCommands()
H A DVSCode.h67 enum class OutputType { Console, Stdout, Stderr, Telemetry }; enum
170 void SendOutput(OutputType o, const llvm::StringRef output);
176 SendFormattedOutput(OutputType o, const char *format, ...);
H A DBreakpointBase.cpp144 g_vsc.SendOutput(OutputType::Console, output.c_str()); in BreakpointHitCallback()
H A Dlldb-vscode.cpp377 g_vsc.SendOutput(OutputType::Stdout, llvm::StringRef(buffer, count)); in SendStdOutStdErr()
379 g_vsc.SendOutput(OutputType::Stderr, llvm::StringRef(buffer, count)); in SendStdOutStdErr()
535 g_vsc.SendOutput(OutputType::Console, llvm::StringRef(sourceMapHelp)); in SetSourceMapFromArguments()
544 g_vsc.SendOutput(OutputType::Console, llvm::StringRef(sourceMapHelp)); in SetSourceMapFromArguments()
642 g_vsc.SendOutput(OutputType::Console, in request_attach()
1445 g_vsc.SendOutput(OutputType::Console, llvm::StringRef{buf}); in request_initialize()
3142 g_vsc.SendOutput(OutputType::Stderr, data); in SetupStdoutStderrRedirection()
3145 g_vsc.SendOutput(OutputType::Stdout, data); in SetupStdoutStderrRedirection()
/llvm-project-15.0.7/llvm/tools/bugpoint/
H A DExecutionDriver.cpp30 enum OutputType { enum
47 cl::opt<OutputType> InterpreterSel(
63 cl::opt<OutputType> SafeInterpreterSel(
/llvm-project-15.0.7/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h298 RVVTypePtr OutputType; // Builtin output type variable
317 RVVTypePtr getOutputType() const { return OutputType; } in getOutputType()
/llvm-project-15.0.7/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp877 OutputType = OutInTypes[0]; in RVVIntrinsic()
894 S += OutputType->getBuiltinStr(); in getBuiltinTypeStr()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp2448 QualType OutputType = OutExpr->getType(); in EmitAsmStmt() local
2451 if (getContext().getTypeSize(OutputType) < InputSize) { in EmitAsmStmt()
2568 QualType OutputType = S.getOutputExpr(Output)->getType(); in EmitAsmStmt() local
2571 if (getContext().getTypeSize(OutputType) > in EmitAsmStmt()
2576 llvm::Type *OutputTy = ConvertType(OutputType); in EmitAsmStmt()
/llvm-project-15.0.7/llvm/tools/gold/
H A Dgold-plugin.cpp132 enum OutputType { enum
139 static OutputType TheOutputType = OT_NORMAL;
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp508 GCovFileType OutputType) { in mangleName() argument
509 bool Notes = OutputType == GCovFileType::GCNO; in mangleName()