Home
last modified time | relevance | path

Searched refs:CPUs (Results 1 – 25 of 74) sorted by relevance

123

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dlinux.cpp138 cpu_set_t CPUs; in getNumberOfCPUs() local
141 if (sched_getaffinity(0, sizeof(cpu_set_t), &CPUs) != 0) in getNumberOfCPUs()
143 return static_cast<u32>(CPU_COUNT(&CPUs)); in getNumberOfCPUs()
/llvm-project-15.0.7/llvm/test/CodeGen/VE/Scalar/
H A Dcpu.ll3 ; CHECK: Available CPUs for this target:
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dmftb.ll2 ; For CPUs 601 and pwr3, the mftb instruction should be emitted.
3 ; On all other CPUs (including generic, ppc, ppc64), the mfspr instruction
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/
H A Dmattr-mcpu-help.test6 # CHECK: Available CPUs for this target:
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86SchedPredicates.td65 // on recent Intel CPUs.
77 // on recent Intel CPUs.
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/
H A Dcpus-no-mips64.ll1 ; Check that we reject 64-bit mode on 32-bit only CPUs.
H A Dcpus.ll61 ; Check that we reject CPUs that are not implemented.
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dcpus-no-x86_64.ll1 ; Check that we reject 64-bit mode on 32-bit only CPUs.
H A Dv4i32load-crash.ll6 ;This instruction is not legal for X86 CPUs with sse < 'sse4.1'.
H A Dsbb-zero-idiom.ll8 ; And check that CPUs have included the attribute as expected.
H A Dfold-vex.ll15 ; unless specially configured on some CPUs such as AMD Family 10H.
H A Dcpus-other.ll8 ; Now ensure the error message doesn't occur for valid CPUs.
H A Dcpus-amd-no-x86_64.ll1 ; Check that we reject 64-bit mode on 32-bit only CPUs.
H A Dcpus-intel-no-x86_64.ll1 ; Check that we reject 64-bit mode on 32-bit only CPUs.
/llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/
H A Dcpus.ll1 ; This tests that llc accepts all valid WebAssembly CPUs.
/llvm-project-15.0.7/llvm/test/MC/ARM/
H A Darm-thumb-cpus.s25 @ Make sure correct diagnostics are given for CPUs without support for
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetPfmCounters.td49 // Declares the default binding for unbound CPUs for the target.
/llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl08.rst87 To see which features and CPUs that LLVM knows about, we can use
93 Available CPUs for this target:
/llvm-project-15.0.7/lldb/test/Shell/Register/
H A Dx86-fp-write.test16 # note: segment registers are not supported on all CPUs
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cpp825 cpu_set_t CPUs; in GetNumberOfCPUs()
826 CHECK_EQ(sched_getaffinity(0, sizeof(cpu_set_t), &CPUs), 0); in GetNumberOfCPUs()
827 return CPU_COUNT(&CPUs); in GetNumberOfCPUs()
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dcpus.ll1 ; This tests that llc accepts all valid AArch64 CPUs
/llvm-project-15.0.7/llvm/docs/
H A DYamlIO.rst292 For instance, suppose you had an enumeration of CPUs and a struct with it as
297 enum CPUs {
304 CPUs cpu;
309 ScalarEnumerationTraits specialization on CPUs, which can then be used
319 struct ScalarEnumerationTraits<CPUs> {
320 static void enumeration(IO &io, CPUs &value) {
737 CPUs cpu;
H A DHowToBuildOnARM.rst18 ARM encompasses a wide variety of CPUs; this advice is primarily based
/llvm-project-15.0.7/libc/benchmarks/
H A DRATIONALE.md59 Modern CPUs are [out of
103 inconsistent across micro-architectures and imprecise on modern CPUs for small
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dlli.rst85 the current architecture. For a list of available CPUs, use:

123