| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | pr4349.c | 10 struct cpu struct 14 extern struct cpu cpu; argument
|
| /llvm-project-15.0.7/openmp/runtime/test/affinity/ |
| H A D | libomp_test_affinity.h | 40 static void affinity_mask_set(affinity_mask_t *mask, int cpu) { in affinity_mask_set() 44 static void affinity_mask_clr(affinity_mask_t *mask, int cpu) { in affinity_mask_clr() 48 static int affinity_mask_isset(const affinity_mask_t *mask, int cpu) { in affinity_mask_isset() 89 int cpu, need_comma, begin, end; in affinity_mask_snprintf() local
|
| H A D | root-threads-affinity.c | 52 int cpu = ids[i]; in place_and_affinity_match() local 59 int cpu = i; in place_and_affinity_match() local
|
| H A D | redetect.c | 21 int cpu; in set_subset_affinity() local
|
| H A D | libomp_test_topology.h | 115 int cpu = 0; in topology_get_num_cpus() local 133 int cpu; in topology_using_full_mask() local 152 int i, cpu, num_places, num_unique; in topology_alloc_type_places() local
|
| /llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceIntelPTJSONStructs.cpp | 78 json::Value toJSON(const JSONCpu &cpu) { in toJSON() 86 bool fromJSON(const json::Value &value, JSONCpu &cpu, Path path) { in fromJSON()
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | ArchSpec.cpp | 244 uint32_t cpu; member 482 FindArchDefinitionEntry(const ArchDefinition *def, uint32_t cpu, uint32_t sub) { in FindArchDefinitionEntry() 522 ArchSpec::ArchSpec(ArchitectureType arch_type, uint32_t cpu, uint32_t subtype) { in ArchSpec() 585 std::string cpu; in GetClangTargetCPU() local 767 uint32_t cpu = 0; in ParseMachCPUDashSubtypeTriple() local 844 bool ArchSpec::SetArchitecture(ArchitectureType arch_type, uint32_t cpu, in SetArchitecture()
|
| /llvm-project-15.0.7/lldb/unittests/Process/Linux/ |
| H A D | PerfTests.cpp | 42 unsigned cpu; in readTsc() local
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/ |
| H A D | Perf.cpp | 82 Optional<lldb::cpu_id_t> cpu, in Init() 98 Optional<lldb::cpu_id_t> cpu) { in Init()
|
| H A D | SingleStepCheck.cpp | 95 unsigned cpu; in WorkaroundNeeded() local
|
| /llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.variadic/ |
| H A D | sizeofpack.cpp | 163 struct cpu { using value_type = void; }; argument
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/ |
| H A D | StopInfoMachException.cpp | 218 const llvm::Triple::ArchType cpu = in GetDescription() local 532 const llvm::Triple::ArchType cpu = in CreateStopReasonWithMachException() local
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/ |
| H A D | CommunicationKDP.cpp | 970 const uint32_t cpu = packet.GetU32(&offset); in DumpPacket() local 976 const uint32_t cpu = packet.GetU32(&offset); in DumpPacket() local 1016 const uint32_t cpu = packet.GetU32(&offset); in DumpPacket() local 1167 uint32_t CommunicationKDP::SendRequestReadRegisters(uint32_t cpu, in SendRequestReadRegisters() 1209 uint32_t CommunicationKDP::SendRequestWriteRegisters(uint32_t cpu, in SendRequestWriteRegisters()
|
| H A D | ProcessKDP.cpp | 193 uint32_t cpu = m_comm.GetCPUType(); in GetHostArchitecture() local
|
| /llvm-project-15.0.7/lldb/source/Plugins/UnwindAssembly/x86/ |
| H A D | UnwindAssembly-x86.cpp | 236 const llvm::Triple::ArchType cpu = arch.GetMachine(); in CreateInstance() local
|
| H A D | x86AssemblyInspectionEngine.cpp | 48 const llvm::Triple::ArchType cpu = m_arch.GetMachine(); in Initialize() local 156 const llvm::Triple::ArchType cpu = m_arch.GetMachine(); in Initialize() local
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/target/ |
| H A D | llvm_target.mli | 194 val cpu : t -> string val
|
| /llvm-project-15.0.7/mlir/lib/ExecutionEngine/ |
| H A D | ExecutionEngine.cpp | 128 std::string cpu(llvm::sys::getHostCPUName()); in setupTargetTriple() local
|
| /llvm-project-15.0.7/llvm/tools/lto/ |
| H A D | lto.cpp | 404 void lto_codegen_set_cpu(lto_code_gen_t cg, const char *cpu) { in lto_codegen_set_cpu() 610 void thinlto_codegen_set_cpu(thinlto_code_gen_t cg, const char *cpu) { in thinlto_codegen_set_cpu()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Disassembler/LLVMC/ |
| H A D | DisassemblerLLVMC.cpp | 1224 DisassemblerLLVMC::MCDisasmInstance::Create(const char *triple, const char *cpu, in Create() 1455 const char *cpu = ""; in DisassemblerLLVMC() local
|
| /llvm-project-15.0.7/third-party/benchmark/src/ |
| H A D | sysinfo.cc | 225 for (int cpu = 0; cpu < num_cpus; ++cpu) { in CpuScaling() local
|
| /llvm-project-15.0.7/llvm/include/llvm/XRay/ |
| H A D | FDRRecords.h | 225 uint16_t cpu() const { return CPU; } in cpu() function
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.cpp | 1215 uint32_t cpu = LLDB_INVALID_CPUTYPE; in GetHostInfo() local 1999 uint32_t cpu = LLDB_INVALID_CPUTYPE; in DecodeProcessInfoResponse() local 2129 uint32_t cpu = LLDB_INVALID_CPUTYPE; in GetCurrentProcessInfo() local
|
| H A D | GDBRemoteCommunicationServerCommon.cpp | 203 uint32_t cpu = host_arch.GetMachOCPUType(); in Handle_qHostInfo() local
|
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/MIPS64/ |
| H A D | EmulateInstructionMIPS64.cpp | 92 llvm::StringRef cpu; in EmulateInstructionMIPS64() local
|