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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp202 const unsigned Units = ISJ.Core.getUnits();
211 ISJ.Core.setUnits(Units & ~Slot1Mask);
231 unsigned Units = ISJ.Core.getUnits();
236 ISJ.Core.setUnits(Units & ~Slot1Mask);
285 if (!(jumpSlot.first & Summary.branchInsts[0]->Core.getUnits()))
289 if (!(jumpSlot.second & Summary.branchInsts[1]->Core.getUnits()))
294 Summary.branchInsts[0]->Core.setUnits(jumpSlot.first);
295 Summary.branchInsts[1]->Core.setUnits(jumpSlot.second);
314 ISJ.Core.setAllUnits();
366 if (!ISJ->Core
[all...]
H A DHexagonShuffler.h113 HexagonResource Core; member in class:llvm::HexagonInstr
120 : ID(id), Extender(Extender), Core(s), CVI(MCII, STI, s, id){};
127 return (HexagonResource::lessWeight(B.Core, Core));
132 return (HexagonResource::lessUnits(A.Core, B.Core));
/freebsd-13-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-13-stable/lib/clang/liblldb/
H A DMakefile142 SRCS+= Core/Address.cpp
143 SRCS+= Core/AddressRange.cpp
144 SRCS+= Core/AddressResolver.cpp
145 SRCS+= Core/AddressResolverFileLine.cpp
146 SRCS+= Core/AddressResolverName.cpp
147 SRCS+= Core/Communication.cpp
148 SRCS+= Core/Debugger.cpp
149 SRCS+= Core/Disassembler.cpp
150 SRCS+= Core/DumpDataExtractor.cpp
151 SRCS+= Core/DumpRegisterValu
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DCppModuleConfiguration.h12 #include <lldb/Core/FileSpecList.h>
/freebsd-13-stable/usr.bin/clang/lld/
H A DMakefile76 SRCS+= lib/Core/Error.cpp
77 SRCS+= lib/Core/File.cpp
78 SRCS+= lib/Core/LinkingContext.cpp
79 SRCS+= lib/Core/Reader.cpp
80 SRCS+= lib/Core/Resolver.cpp
81 SRCS+= lib/Core/SymbolTable.cpp
/freebsd-13-stable/lib/clang/libclang/
H A DMakefile644 SRCS_FUL+= StaticAnalyzer/Core/APSIntType.cpp
645 SRCS_FUL+= StaticAnalyzer/Core/AnalysisManager.cpp
646 SRCS_FUL+= StaticAnalyzer/Core/AnalyzerOptions.cpp
647 SRCS_FUL+= StaticAnalyzer/Core/BasicValueFactory.cpp
648 SRCS_FUL+= StaticAnalyzer/Core/BlockCounter.cpp
649 SRCS_FUL+= StaticAnalyzer/Core/BugReporter.cpp
650 SRCS_FUL+= StaticAnalyzer/Core/BugReporterVisitors.cpp
651 SRCS_FUL+= StaticAnalyzer/Core/CallEvent.cpp
652 SRCS_FUL+= StaticAnalyzer/Core/Checker.cpp
653 SRCS_FUL+= StaticAnalyzer/Core/CheckerContex
[all...]
/freebsd-13-stable/release/packages/
H A DMakefile.package31 clibs_COMMENT= Core C Libraries
32 clibs_DESC= Core C Libraries
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h95 enum Core { enum in class:lldb_private::ArchSpec
413 Core GetCore() const { return m_core; }
515 Core m_core = kCore_invalid;
/freebsd-13-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
229 // ArchSpec::Core enumeration.
235 ArchSpec::Core core;
520 static inline const CoreDefinition *FindCoreDefinition(ArchSpec::Core core) {
542 FindArchDefinitionEntry(const ArchDefinition *def, ArchSpec::Core core) {
1007 const ArchSpec::Core lhs_core = GetCore();
1008 const ArchSpec::Core rhs_cor
[all...]
/freebsd-13-stable/contrib/apr/
H A Dapr.spec99 - derived from Fedora Core apr.spec
/freebsd-13-stable/share/mk/
H A Dbsd.clang-analyze.mk17 # contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/Analyses.def
/freebsd-13-stable/contrib/apr-util/
H A Dapr-util.spec199 - derived from Fedora Core apr.spec
/freebsd-13-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"
122 ArchSpec::Core core = process->GetTarget().GetArchitecture().GetCore();
/freebsd-13-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).
265 os << "a Core Foundation object of type '"
793 "Core"
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/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-13-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),
3603 // Check Core ---------------------------------------
3665 // Check Core ---------------------------------------
3747 // Check Core ---------------------------------------
3809 // Check Core -------------------------------------------
/freebsd-13-stable/lib/clang/libllvm/
H A DMakefile602 SRCS_EXT+= ExecutionEngine/Orc/Core.cpp
647 SRCS_MIN+= IR/Core.cpp
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp34 #include "lldb/Core/Debugger.h"
35 #include "lldb/Core/Module.h"
36 #include "lldb/Core/ModuleSpec.h"
37 #include "lldb/Core/PluginManager.h"
38 #include "lldb/Core/StreamFile.h"
39 #include "lldb/Core/Value.h"
1852 ArchSpec::Core core = GetTarget().GetArchitecture().GetCore();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3979 Record.push_back(V.Core);
H A DASTReader.cpp3606 Opt.Core = Record[I++];

Completed in 329 milliseconds