Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/FrontendAction/
H A DCIRGenAction.cpp26 getBackendActionFromOutputType(CIRGenAction::OutputType Action) { in getBackendActionFromOutputType()
28 case CIRGenAction::OutputType::EmitCIR: in getBackendActionFromOutputType()
32 case CIRGenAction::OutputType::EmitAssembly: in getBackendActionFromOutputType()
34 case CIRGenAction::OutputType::EmitBC: in getBackendActionFromOutputType()
36 case CIRGenAction::OutputType::EmitLLVM: in getBackendActionFromOutputType()
38 case CIRGenAction::OutputType::EmitObj: in getBackendActionFromOutputType()
55 CIRGenAction::OutputType Action;
68 CIRGenConsumer(CIRGenAction::OutputType Action, CompilerInstance &CI, in CIRGenConsumer()
119 case CIRGenAction::OutputType::EmitCIR: in HandleTranslationUnit()
126 case CIRGenAction::OutputType::EmitLLVM: in HandleTranslationUnit()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DAction.cpp354 PreprocessJobAction::PreprocessJobAction(Action *Input, types::ID OutputType) in PreprocessJobAction() argument
355 : JobAction(PreprocessJobClass, Input, OutputType) {} in PreprocessJobAction()
359 PrecompileJobAction::PrecompileJobAction(Action *Input, types::ID OutputType) in PrecompileJobAction() argument
360 : JobAction(PrecompileJobClass, Input, OutputType) {} in PrecompileJobAction()
363 types::ID OutputType) in PrecompileJobAction() argument
364 : JobAction(Kind, Input, OutputType) { in PrecompileJobAction()
370 ExtractAPIJobAction::ExtractAPIJobAction(Action *Inputs, types::ID OutputType) in ExtractAPIJobAction() argument
371 : JobAction(ExtractAPIJobClass, Inputs, OutputType) {} in ExtractAPIJobAction()
375 AnalyzeJobAction::AnalyzeJobAction(Action *Input, types::ID OutputType) in AnalyzeJobAction() argument
376 : JobAction(AnalyzeJobClass, Input, OutputType) {} in AnalyzeJobAction()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/CIR/FrontendAction/
H A DCIRGenAction.h27 enum class OutputType { enum
43 CIRGenAction(OutputType Action, mlir::MLIRContext *MLIRCtx = nullptr);
52 OutputType Action;
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DAction.h418 PreprocessJobAction(Action *Input, types::ID OutputType);
429 PrecompileJobAction(ActionClass Kind, Action *Input, types::ID OutputType);
432 PrecompileJobAction(Action *Input, types::ID OutputType);
443 ExtractAPIJobAction(Action *Input, types::ID OutputType);
456 AnalyzeJobAction(Action *Input, types::ID OutputType);
467 CompileJobAction(Action *Input, types::ID OutputType);
478 BackendJobAction(Action *Input, types::ID OutputType);
489 AssembleJobAction(Action *Input, types::ID OutputType);
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp123 FileType OutputType; member
201 OutputType = FT_Asm; in AssemblerInvocation()
335 unsigned OutputType = StringSwitch<unsigned>(Name) in CreateFromArgs() local
340 if (OutputType == ~0U) { in CreateFromArgs()
344 Opts.OutputType = FileType(OutputType); in CreateFromArgs()
464 bool IsBinary = Opts.OutputType == AssemblerInvocation::FT_Obj; in ExecuteAssemblerImpl()
544 if (Opts.OutputType == AssemblerInvocation::FT_Asm) { in ExecuteAssemblerImpl()
557 } else if (Opts.OutputType == AssemblerInvocation::FT_Null) { in ExecuteAssemblerImpl()
560 assert(Opts.OutputType == AssemblerInvocation::FT_Obj && in ExecuteAssemblerImpl()
/freebsd/sys/contrib/dev/acpica/components/debugger/
H A Ddbdisply.c308 char *OutputType) in AcpiDbDecodeAndDisplayObject() argument
327 if (OutputType) in AcpiDbDecodeAndDisplayObject()
329 AcpiUtStrupr (OutputType); in AcpiDbDecodeAndDisplayObject()
330 if (OutputType[0] == 'W') in AcpiDbDecodeAndDisplayObject()
334 else if (OutputType[0] == 'D') in AcpiDbDecodeAndDisplayObject()
338 else if (OutputType[0] == 'Q') in AcpiDbDecodeAndDisplayObject()
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DExecutionDriver.cpp30 enum OutputType { enum
47 cl::opt<OutputType> InterpreterSel(
63 cl::opt<OutputType> SafeInterpreterSel(
/freebsd/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h398 RVVTypePtr OutputType; // Builtin output type variable
417 RVVTypePtr getOutputType() const { return OutputType; } in getOutputType()
/freebsd/sys/contrib/dev/acpica/include/
H A Dacdebug.h416 char *OutputType);
/freebsd/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp1000 OutputType = OutInTypes[0]; in RVVIntrinsic()
1017 S += OutputType->getBuiltinStr(); in getBuiltinTypeStr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2948 QualType OutputType = OutExpr->getType(); in EmitAsmStmt() local
2951 if (getContext().getTypeSize(OutputType) < InputSize) { in EmitAsmStmt()
3067 QualType OutputType = S.getOutputExpr(Output)->getType(); in EmitAsmStmt() local
3070 if (getContext().getTypeSize(OutputType) > in EmitAsmStmt()
3075 llvm::Type *OutputTy = ConvertType(OutputType); in EmitAsmStmt()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp491 GCovFileType OutputType) { in mangleName() argument
492 bool Notes = OutputType == GCovFileType::GCNO; in mangleName()