Searched refs:Core (Results 1 - 21 of 21) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp242 unsigned Units = ISJ->Core.getUnits();
250 ISJ->Core.setUnits(Units & ~2U);
271 unsigned Units = ISJ->Core.getUnits();
277 ISJ->Core.setUnits(Units & ~2U);
344 if (ISJ->Core.getUnits() == slotSingleLoad ||
363 if (ISJ->Core.getUnits() == slotSingleStore ||
382 if (ISJ->Core.getUnits() == slotSingleLoad ||
432 if (!ISJ->Core.getUnits()) {
451 ISJ->Core.setUnits(ISJ->Core
[all...]
H A DHexagonShuffler.h110 HexagonResource Core; member in class:llvm::HexagonInstr
117 : ID(id), Extender(Extender), Core(s), CVI(T, MCII, s, id) {}
124 return (HexagonResource::lessWeight(B.Core, Core));
129 return (HexagonResource::lessUnits(A.Core, B.Core));
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenCLOptions.h28 unsigned Core; // Option becomes (optional) core feature in this OpenCL member in struct:clang::OpenCLOptions::Info
31 :Supported(S), Enabled(E), Avail(A), Core(C){}
58 return I.Supported && I.Avail <= CLVer && I.Core != ~0U && CLVer >= I.Core;
67 return I.Supported && I.Avail <= CLVer && (I.Core == ~0U || CLVer < I.Core);
102 OptMap[#Ext].Core = CoreVer;
/freebsd-12-stable/lib/clang/liblldb/
H A DMakefile140 SRCS+= Core/Address.cpp
141 SRCS+= Core/AddressRange.cpp
142 SRCS+= Core/AddressResolver.cpp
143 SRCS+= Core/AddressResolverFileLine.cpp
144 SRCS+= Core/AddressResolverName.cpp
145 SRCS+= Core/Communication.cpp
146 SRCS+= Core/Debugger.cpp
147 SRCS+= Core/Disassembler.cpp
148 SRCS+= Core/DumpDataExtractor.cpp
149 SRCS+= Core/DumpRegisterValu
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DCppModuleConfiguration.h12 #include <lldb/Core/FileSpecList.h>
/freebsd-12-stable/usr.bin/clang/lld/
H A DMakefile77 SRCS+= lib/Core/Error.cpp
78 SRCS+= lib/Core/File.cpp
79 SRCS+= lib/Core/LinkingContext.cpp
80 SRCS+= lib/Core/Reader.cpp
81 SRCS+= lib/Core/Resolver.cpp
82 SRCS+= lib/Core/SymbolTable.cpp
/freebsd-12-stable/lib/clang/libclang/
H A DMakefile625 SRCS_FUL+= StaticAnalyzer/Core/APSIntType.cpp
626 SRCS_FUL+= StaticAnalyzer/Core/AnalysisManager.cpp
627 SRCS_FUL+= StaticAnalyzer/Core/AnalyzerOptions.cpp
628 SRCS_FUL+= StaticAnalyzer/Core/BasicValueFactory.cpp
629 SRCS_FUL+= StaticAnalyzer/Core/BlockCounter.cpp
630 SRCS_FUL+= StaticAnalyzer/Core/BugReporter.cpp
631 SRCS_FUL+= StaticAnalyzer/Core/BugReporterVisitors.cpp
632 SRCS_FUL+= StaticAnalyzer/Core/CallEvent.cpp
633 SRCS_FUL+= StaticAnalyzer/Core/Checker.cpp
634 SRCS_FUL+= StaticAnalyzer/Core/CheckerContex
[all...]
/freebsd-12-stable/release/packages/
H A DMakefile.package27 clibs_COMMENT= Core C Libraries
28 clibs_DESC= Core C Libraries
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h94 enum Core { enum in class:lldb_private::ArchSpec
408 Core GetCore() const { return m_core; }
510 Core m_core = kCore_invalid;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp23 static bool cores_match(const ArchSpec::Core core1, const ArchSpec::Core core2,
34 ArchSpec::Core core;
40 // This core information can be looked using the ArchSpec::Core as the index
224 // ArchSpec::Core enumeration.
230 ArchSpec::Core core;
513 static inline const CoreDefinition *FindCoreDefinition(ArchSpec::Core core) {
535 FindArchDefinitionEntry(const ArchDefinition *def, ArchSpec::Core core) {
1000 const ArchSpec::Core lhs_core = GetCore();
1001 const ArchSpec::Core rhs_cor
[all...]
/freebsd-12-stable/contrib/apr/
H A Dapr.spec99 - derived from Fedora Core apr.spec
/freebsd-12-stable/share/mk/
H A Dbsd.clang-analyze.mk17 # contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/Analyses.def
/freebsd-12-stable/contrib/apr-util/
H A Dapr-util.spec199 - derived from Fedora Core apr.spec
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp14 #include "lldb/Core/Module.h"
15 #include "lldb/Core/ModuleSpec.h"
16 #include "lldb/Core/PluginManager.h"
17 #include "lldb/Core/Section.h"
120 ArchSpec::Core core = process->GetTarget().GetArchitecture().GetCore();
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp10 // a reference count checker for Core Foundation and Cocoa on (Mac OS X).
264 os << "a Core Foundation object of type '"
794 "Core"
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.cpp16 #include "lldb/Core/Module.h"
17 #include "lldb/Core/PluginManager.h"
18 #include "lldb/Core/Value.h"
19 #include "lldb/Core/ValueObjectConstResult.h"
1548 const ArchSpec::Core system_core = arch.GetCore();
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp333 __kmp_str_buf_print(&buf, "%s ", KMP_I18N_STR(Core));
376 __kmp_str_buf_print(&buf, "%s %d ", KMP_I18N_STR(Core),
3601 // Check Core ---------------------------------------
3663 // Check Core ---------------------------------------
3745 // Check Core ---------------------------------------
3807 // Check Core -------------------------------------------
/freebsd-12-stable/lib/clang/libllvm/
H A DMakefile581 SRCS_EXT+= ExecutionEngine/Orc/Core.cpp
623 SRCS_MIN+= IR/Core.cpp
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp31 #include "lldb/Core/Debugger.h"
32 #include "lldb/Core/Module.h"
33 #include "lldb/Core/ModuleSpec.h"
34 #include "lldb/Core/PluginManager.h"
35 #include "lldb/Core/StreamFile.h"
36 #include "lldb/Core/Value.h"
1866 ArchSpec::Core core = GetTarget().GetArchitecture().GetCore();
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3923 Record.push_back(V.Core);
H A DASTReader.cpp3602 Opt.Core = Record[I++];

Completed in 194 milliseconds