Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h357 virtual bool reportDiagnosticWhenGlobalISelFallback() const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DCodeGenPassBuilder.h274 bool reportDiagnosticWhenGlobalISelFallback() const { in reportDiagnosticWhenGlobalISelFallback() function
842 addPass(ResetMachineFunctionPass(reportDiagnosticWhenGlobalISelFallback(), in addCoreISelPasses()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp1040 reportDiagnosticWhenGlobalISelFallback(), isGlobalISelAbortEnabled())); in addCoreISelPasses()
1546 bool TargetPassConfig::reportDiagnosticWhenGlobalISelFallback() const { in reportDiagnosticWhenGlobalISelFallback() function in TargetPassConfig