Home
last modified time | relevance | path

Searched refs:Core (Results 1 – 25 of 112) sorted by relevance

12345

/freebsd-12.1/contrib/llvm/lib/Target/ARC/
H A DARCRegisterInfo.td20 // Core - 32-bit core registers
29 def R0 : Core< 0, "%r0">, DwarfRegNum<[0]>;
30 def R1 : Core< 1, "%r1">, DwarfRegNum<[1]>;
31 def R2 : Core< 2, "%r2">, DwarfRegNum<[2]>;
32 def R3 : Core< 3, "%r3">, DwarfRegNum<[3]>;
34 def R4 : Core< 4, "%r4">, DwarfRegNum<[4]>;
35 def R5 : Core< 5, "%r5">, DwarfRegNum<[5]>;
36 def R6 : Core< 6, "%r6">, DwarfRegNum<[6]>;
37 def R7 : Core< 7, "%r7">, DwarfRegNum<[7]>;
38 def R8 : Core< 8, "%r8">, DwarfRegNum<[8]>;
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp243 unsigned Units = ISJ->Core.getUnits(); in restrictSlot1AOK()
251 ISJ->Core.setUnits(Units & ~2U); in restrictSlot1AOK()
278 ISJ->Core.setUnits(Units & ~2U); in restrictNoSlot1Store()
433 if (!ISJ->Core.getUnits()) { in check()
452 ISJ->Core.setUnits(ISJ->Core.getUnits() & slotSingleLoad); in check()
465 ISJ->Core.setUnits(ISJ->Core.getUnits() & slotLoadStore); in check()
476 ISJ->Core.setUnits(ISJ->Core.getUnits() & slotSingleStore); in check()
484 ISJ->Core.setUnits(ISJ->Core.getUnits() & slotLoadStore); in check()
497 if (ISJ->Core.getUnits() == slotThree) in check()
500 if (!ISJ->Core.getUnits()) { in check()
[all …]
H A DHexagonShuffler.h111 HexagonResource Core; variable
118 : ID(id), Extender(Extender), Core(s), CVI(T, MCII, s, id) {} in HexagonInstr()
125 return (HexagonResource::lessWeight(B.Core, Core));
130 return (HexagonResource::lessUnits(A.Core, B.Core)); in lessCore()
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile134 SRCS+= Core/Address.cpp
140 SRCS+= Core/Debugger.cpp
149 SRCS+= Core/Highlighter.cpp
150 SRCS+= Core/IOHandler.cpp
151 SRCS+= Core/Mangled.cpp
152 SRCS+= Core/Module.cpp
154 SRCS+= Core/ModuleList.cpp
155 SRCS+= Core/Opcode.cpp
159 SRCS+= Core/Section.cpp
162 SRCS+= Core/StreamFile.cpp
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DOpenCLOptions.h29 unsigned Core; // Option becomes (optional) core feature in this OpenCL member
32 :Supported(S), Enabled(E), Avail(A), Core(C){} in Supported()
59 return I.Supported && I.Avail <= CLVer && I.Core != ~0U && CLVer >= I.Core; in isSupportedCore()
68 return I.Supported && I.Avail <= CLVer && (I.Core == ~0U || CLVer < I.Core); in isSupportedExtension()
103 OptMap[#Ext].Core = CoreVer; in OpenCLOptions()
/freebsd-12.1/lib/clang/libclang/
H A DMakefile572 SRCS_FUL+= StaticAnalyzer/Core/APSIntType.cpp
579 SRCS_FUL+= StaticAnalyzer/Core/CallEvent.cpp
580 SRCS_FUL+= StaticAnalyzer/Core/Checker.cpp
597 SRCS_FUL+= StaticAnalyzer/Core/IssueHash.cpp
600 SRCS_FUL+= StaticAnalyzer/Core/MemRegion.cpp
609 SRCS_FUL+= StaticAnalyzer/Core/SVals.cpp
613 SRCS_FUL+= StaticAnalyzer/Core/Store.cpp
614 SRCS_FUL+= StaticAnalyzer/Core/SubEngine.cpp
617 SRCS_FUL+= StaticAnalyzer/Core/WorkList.cpp
628 SRCS_MIN+= Tooling/Core/Lookup.cpp
[all …]
/freebsd-12.1/usr.bin/clang/lld/
H A DMakefile70 SRCS+= lib/Core/Error.cpp
71 SRCS+= lib/Core/File.cpp
72 SRCS+= lib/Core/LinkingContext.cpp
73 SRCS+= lib/Core/Reader.cpp
74 SRCS+= lib/Core/Resolver.cpp
75 SRCS+= lib/Core/SymbolTable.cpp
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/
H A Dmodule.modulemap112 module Clang_Rewrite { requires cplusplus umbrella "Rewrite/Core" module * { export * } }
119 umbrella "StaticAnalyzer/Core"
121 textual header "StaticAnalyzer/Core/Analyses.def"
122 textual header "StaticAnalyzer/Core/AnalyzerOptions.def"
123 textual header "StaticAnalyzer/Core/PathSensitive/SVals.def"
124 textual header "StaticAnalyzer/Core/PathSensitive/Symbols.def"
125 textual header "StaticAnalyzer/Core/PathSensitive/Regions.def"
153 umbrella "Tooling/Core" module * { export * }
/freebsd-12.1/contrib/file/magic/Magdir/
H A Ddigital28 # The actual magic number is just "Core", followed by a 2-byte version
29 # number; however, treating any file that begins with "Core" as a Digital
34 0 string Core\001 Alpha COFF format core dump (Digital UNIX)
36 0 string Core\002 Alpha COFF format core dump (Digital UNIX)
H A Delf59 # Core file detection is not reliable.
131 >18 leshort 45 Argonaut RISC Core, Argonaut Technologies Inc.,
144 >18 leshort 58 Start*Core,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DArchSpec.cpp28 static bool cores_match(const ArchSpec::Core core1, const ArchSpec::Core core2,
39 ArchSpec::Core core;
234 ArchSpec::Core core;
1051 const ArchSpec::Core lhs_core = GetCore(); in IsEqualTo()
1052 const ArchSpec::Core rhs_core = rhs.GetCore(); in IsEqualTo()
1135 static bool cores_match(const ArchSpec::Core core1, const ArchSpec::Core core2, in cores_match()
1417 const ArchSpec::Core lhs_core = lhs.GetCore(); in operator <()
1418 const ArchSpec::Core rhs_core = rhs.GetCore(); in operator <()
1478 GetCore() == ArchSpec::Core::eCore_thumbv7m || in IsAlwaysThumbInstructions()
1479 GetCore() == ArchSpec::Core::eCore_thumbv7em || in IsAlwaysThumbInstructions()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DArchSpec.h97 enum Core { enum
470 Core GetCore() const { return m_core; } in GetCore()
592 Core m_core = kCore_invalid;
/freebsd-12.1/share/misc/
H A Dpci_vendors21049 a000 PA6T Core
27803 2c40 Xeon 5500/Core i7 QuickPath Architecture Generic Non-Core Registers
27804 2c41 Xeon 5500/Core i7 QuickPath Architecture Generic Non-Core Registers
27805 2c50 Core Processor QuickPath Architecture Generic Non-Core Registers
27806 2c51 Core Processor QuickPath Architecture Generic Non-Core Registers
27807 2c52 Core Processor QuickPath Architecture Generic Non-Core Registers
27808 2c53 Core Processor QuickPath Architecture Generic Non-Core Registers
27809 2c54 Core Processor QuickPath Architecture Generic Non-Core Registers
27810 2c55 Core Processor QuickPath Architecture Generic Non-Core Registers
27811 2c56 Core Processor QuickPath Architecture Generic Non-Core Registers
[all …]
H A Dorganization.dot28 core [label="Core Team\[email protected]\nallanjude, bcr, brooks,\nimp, hrs, jeff,\njhb, kmoore, se…
29 coresecretary [label="Core Team Secretary\[email protected]\nmatthew"]
/freebsd-12.1/sys/contrib/libsodium/packaging/dotnet-core/
H A DREADME.md1 This directory contains scripts and files to package libsodium for .NET Core.
7 In .NET Core, it is customary to provide pre-compiled binaries for all platforms
26 Version numbers for the packages for .NET Core consist of three components:
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckerBase.td18 /// def Core : Package<"core">;
28 /// def CoreBuiltin : Package<"builtin">, ParentPackage<Core>;
/freebsd-12.1/release/packages/
H A DMakefile.package27 clibs_COMMENT= Core C Libraries
28 clibs_DESC= Core C Libraries
/freebsd-12.1/contrib/llvm/tools/lld/lib/
H A DCMakeLists.txt1 add_subdirectory(Core)
/freebsd-12.1/contrib/llvm/tools/lld/lib/Core/
H A DCMakeLists.txt16 ${LLD_INCLUDE_DIR}/lld/Core
/freebsd-12.1/contrib/llvm/tools/lld/Common/
H A DCMakeLists.txt21 Core
/freebsd-12.1/contrib/llvm/tools/clang/
H A DFREEBSD-Xlist56 lib/StaticAnalyzer/Core/CMakeLists.txt
61 lib/Tooling/Core/CMakeLists.txt
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DCMakeLists.txt28 Core
/freebsd-12.1/contrib/dtc/
H A DREADME15 Core device tree bindings are discussed on the devicetree-spec list:
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DCMakeLists.txt53 Core
/freebsd-12.1/contrib/binutils/bfd/doc/
H A Dbfd.texinfo211 * Core Files::
259 @node Relocations, Core Files, Formats, BFD front end
262 @node Core Files, Targets, Relocations, BFD front end
265 @node Targets, Architectures, Core Files, BFD front end

12345