Home
last modified time | relevance | path

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

12345678910>>...21

/llvm-project-15.0.7/llvm/lib/Target/ARC/
H A DARCRegisterInfo.td19 // Core - 32-bit core registers
31 def R#i : Core<i, "%r"#i>, DwarfRegNum<[i]>;
35 def R#i : Core<i, "%r"#i>, DwarfRegNum<[i]>;
39 def R#i : Core<i, "%r"#i>, DwarfRegNum<[i]>;
44 def R#i : Core<i, "%r"#i>, DwarfRegNum<[i]>;
46 def GP : Core<26, "%gp",["%r26"]>, DwarfRegNum<[26]>;
47 def FP : Core<27, "%fp", ["%r27"]>, DwarfRegNum<[27]>;
49 def ILINK : Core<29, "%ilink">, DwarfRegNum<[29]>;
50 def R30 : Core<30, "%r30">, DwarfRegNum<[30]>;
51 def BLINK : Core<31, "%blink">, DwarfRegNum<[31]>;
[all …]
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp232 unsigned Units = ISJ.Core.getUnits(); in restrictNoSlot1Store()
237 ISJ.Core.setUnits(Units & ~Slot1Mask); in restrictNoSlot1Store()
314 ISJ.Core.setAllUnits(); in permitNonSlot()
367 if (!ISJ->Core.getUnits()) in restrictStoreLoadOrder()
386 ISJ->Core.setUnits(ISJ->Core.getUnits() & slotSingleLoad); in restrictStoreLoadOrder()
398 ISJ->Core.setUnits(ISJ->Core.getUnits() & slotLoadStore); in restrictStoreLoadOrder()
418 ISJ->Core.setUnits(ISJ->Core.getUnits() & slotSingleStore); in restrictStoreLoadOrder()
426 ISJ->Core.setUnits(ISJ->Core.getUnits() & slotLoadStore); in restrictStoreLoadOrder()
588 return (I.Core.getUnits() == Slot3Mask); in restrictPreferSlot3()
606 PrefSlot3Inst->Core.setUnits(saveUnits); in restrictPreferSlot3()
[all …]
H A DHexagonShuffler.h103 HexagonResource Core; variable
110 : ID(id), Extender(Extender), Core(s), CVI(MCII, STI, s, id){}; in HexagonInstr()
117 return (HexagonResource::lessWeight(B.Core, Core));
122 return (HexagonResource::lessUnits(A.Core, B.Core)); in lessCore()
/llvm-project-15.0.7/utils/bazel/llvm-project-overlay/bolt/
H A DBUILD.bazel71 ":Core",
103 ":Core",
131 ":Core",
158 ":Core",
185 ":Core",
212 ":Core",
232 name = "Core",
234 "lib/Core/*.cpp",
237 "include/bolt/Core/*.h",
/llvm-project-15.0.7/utils/bazel/llvm-project-overlay/llvm/unittests/
H A DBUILD.bazel24 "//llvm:Core",
47 "//llvm:Core",
66 "//llvm:Core",
84 "//llvm:Core",
133 "//llvm:Core",
161 "//llvm:Core",
192 "//llvm:Core",
224 "//llvm:Core",
249 "//llvm:Core",
274 "//llvm:Core",
[all …]
/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/
H A DCMakeLists.txt24 Core
49 Core
70 Core
/llvm-project-15.0.7/clang/include/clang/
H A Dmodule.modulemap132 module Clang_Rewrite { requires cplusplus umbrella "Rewrite/Core" module * { export * } }
147 umbrella "StaticAnalyzer/Core"
149 textual header "StaticAnalyzer/Core/Analyses.def"
150 textual header "StaticAnalyzer/Core/AnalyzerOptions.def"
151 textual header "StaticAnalyzer/Core/PathSensitive/SVals.def"
152 textual header "StaticAnalyzer/Core/PathSensitive/Symbols.def"
153 textual header "StaticAnalyzer/Core/PathSensitive/Regions.def"
187 umbrella "Tooling/Core" module * { export * }
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DOpenCLOptions.h95 unsigned Core = 0U; member
109 : WithPragma(Pragma), Avail(AvailV), Core(CoreV), Opt(OptV) {} in OpenCLOptionInfo()
111 bool isCore() const { return Core != 0U; } in isCore()
123 return isAvailableIn(LO) && isOpenCLVersionContainedInMask(LO, Core); in isCoreIn()
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/elf-core/
H A Dmake-core.sh7 Your system uses a crash report tool ($(cat /proc/sys/kernel/core_pattern)). Core files
47 Unable to increase the core file limit. Core file may be truncated!
57 Core file will be saved according to pattern $core_pattern.
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/elf-core/thread_crash/
H A Dmake-core.sh7 Your system uses a crash report tool ($(cat /proc/sys/kernel/core_pattern)). Core files
39 Unable to increase the core file limit. Core file may be truncated!
50 Core file will be saved according to pattern $core_pattern.
/llvm-project-15.0.7/llvm/unittests/Passes/
H A DCMakeLists.txt10 # The plugin expects to not link against the Support and Core libraries,
20 set(LLVM_LINK_COMPONENTS Support Passes Core AsmParser)
44 set(LLVM_LINK_COMPONENTS Support Passes Core Target native AllTargetsInfos)
/llvm-project-15.0.7/utils/bazel/llvm-project-overlay/llvm/
H A DBUILD.bazel784 ":Core",
859 ":Core",
896 ":Core",
943 ":Core",
968 ":Core",
992 ":Core",
1031 ":Core",
1068 ":Core",
1090 ":Core",
1110 ":Core",
[all …]
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DCMakeLists.txt25 Core
59 Core
/llvm-project-15.0.7/openmp/runtime/
H A DREADME.txt50 * Intel(R) Many Integrated Core Architecture
62 Intel(R) Many Integrated Core Architecture
77 (4) Intel(R) Many Integrated Core Architecture not supported.
78 (5) On Intel(R) Many Integrated Core Architecture, icc/icl versions 13.0
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DCMakeLists.txt8 Core.cpp
56 Core
/llvm-project-15.0.7/utils/bazel/llvm-project-overlay/clang/
H A DBUILD.bazel470 "//llvm:Core",
765 "//llvm:Core",
790 "//llvm:Core",
891 "//llvm:Core",
1535 "//llvm:Core",
1591 "//llvm:Core",
1627 "//llvm:Core",
1891 "//llvm:Core",
1946 "//llvm:Core",
1991 "//llvm:Core",
[all …]
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines/
H A Davoid-non-const-global-variables.rst6 Finds non-const global variables as described in `I.2 of C++ Core Guidelines <https://github.com/is…
7 As `R.6 of C++ Core Guidelines <https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuid…
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonScheduleV67T.td1 //=- HexagonScheduleV67T.td - Hexagon V67 Tiny Core Scheduling Definitions --=//
60 // Hexagon V67 Tiny Core Resource Definitions -
/llvm-project-15.0.7/lldb/source/Utility/
H A DArchSpec.cpp24 static bool cores_match(const ArchSpec::Core core1, const ArchSpec::Core core2,
35 ArchSpec::Core core;
243 ArchSpec::Core core;
1081 static bool cores_match(const ArchSpec::Core core1, const ArchSpec::Core core2, in cores_match()
1398 const ArchSpec::Core lhs_core = lhs.GetCore(); in operator <()
1399 const ArchSpec::Core rhs_core = rhs.GetCore(); in operator <()
1452 if (GetCore() == ArchSpec::Core::eCore_arm_armv7m || in IsAlwaysThumbInstructions()
1454 GetCore() == ArchSpec::Core::eCore_arm_armv6m || in IsAlwaysThumbInstructions()
1455 GetCore() == ArchSpec::Core::eCore_thumbv7m || in IsAlwaysThumbInstructions()
1456 GetCore() == ArchSpec::Core::eCore_thumbv7em || in IsAlwaysThumbInstructions()
[all …]
/llvm-project-15.0.7/utils/bazel/llvm-project-overlay/lld/
H A DBUILD.bazel41 "//llvm:Core",
85 "//llvm:Core",
131 "//llvm:Core",
234 "//llvm:Core",
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DArchSpec.h112 enum Core { enum
434 Core GetCore() const { return m_core; } in GetCore()
536 Core m_core = kCore_invalid;
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Target/
H A DBUILD.gn20 "//lldb/source/Core",
21 "//lldb/source/Core",
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/
H A DCMakeLists.txt1 add_subdirectory(Core)
/llvm-project-15.0.7/llvm/examples/ModuleMaker/
H A DCMakeLists.txt3 Core
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter3/
H A DCMakeLists.txt2 Core

12345678910>>...21