Home
last modified time | relevance | path

Searched refs:X86Info (Results 1 – 25 of 30) sorted by relevance

12

/external/cpu_features/include/
Dcpuinfo_x86.h101 } X86Info; typedef
105 X86Info GetX86Info(void);
144 X86Microarchitecture GetX86Microarchitecture(const X86Info* info);
/external/llvm-project/llvm/lib/Target/X86/Disassembler/
DCMakeLists.txt7 X86Info
/external/llvm-project/llvm/lib/Target/X86/AsmParser/
DCMakeLists.txt9 X86Info
/external/llvm-project/llvm/unittests/Target/X86/
DCMakeLists.txt16 X86Info
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
DCMakeLists.txt21 X86Info
/external/llvm/lib/Target/X86/TargetInfo/
DLLVMBuild.txt20 name = X86Info
/external/llvm/lib/Target/X86/AsmParser/
DLLVMBuild.txt22 required_libraries = MC MCParser Support X86Desc X86Info
/external/llvm/lib/Target/X86/MCTargetDesc/
DLLVMBuild.txt22 required_libraries = MC MCDisassembler Object Support X86AsmPrinter X86Info
/external/llvm/lib/Target/X86/Disassembler/
DLLVMBuild.txt22 required_libraries = MCDisassembler Support X86Info
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/TargetInfo/
DLLVMBuild.txt19 name = X86Info
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Disassembler/
DLLVMBuild.txt21 required_libraries = MCDisassembler Support X86Info
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
DLLVMBuild.txt21 required_libraries = MC MCParser Support X86Desc X86Info
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DLLVMBuild.txt21 required_libraries = MC MCDisassembler Object Support X86Info X86Utils
/external/llvm/lib/Target/X86/
DLLVMBuild.txt34 …lysis AsmPrinter CodeGen Core MC SelectionDAG Support Target X86AsmPrinter X86Desc X86Info X86Utils
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DLLVMBuild.txt33 … Analysis AsmPrinter CodeGen Core MC SelectionDAG Support Target X86Desc X86Info X86Utils GlobalIS…
/external/cpu_features/src/
Dcpuinfo_x86.c1274 const OsSupport os_support, X86Info* info) { in ParseCpuId()
1366 static void ParseExtraAMDCpuId(X86Info* info, OsSupport os_support) { in ParseExtraAMDCpuId()
1382 static const X86Info kEmptyX86Info;
1385 X86Info GetX86Info(void) { in GetX86Info()
1386 X86Info info = kEmptyX86Info; in GetX86Info()
1415 X86Microarchitecture GetX86Microarchitecture(const X86Info* info) { in GetX86Microarchitecture()
/external/llvm-project/llvm/lib/Target/X86/
DCMakeLists.txt92 X86Info
/external/cpu_features/ndk_compat/
Dcpu-features.c126 X86Info info = GetX86Info(); in android_cpuInit()
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DMinidump.h143 struct X86Info { struct
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMinidump.h143 struct X86Info { struct
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DMinidumpYAML.h261 LLVM_YAML_DECLARE_MAPPING_TRAITS(llvm::minidump::CPUInfo::X86Info)
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DMinidumpYAML.h261 LLVM_YAML_DECLARE_MAPPING_TRAITS(llvm::minidump::CPUInfo::X86Info)
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMinidumpYAML.cpp235 void yaml::MappingTraits<CPUInfo::X86Info>::mapping(IO &IO, in mapping()
236 CPUInfo::X86Info &Info) { in mapping()
/external/llvm-project/llvm/lib/ObjectYAML/
DMinidumpYAML.cpp235 void yaml::MappingTraits<CPUInfo::X86Info>::mapping(IO &IO, in mapping()
236 CPUInfo::X86Info &Info) { in mapping()
/external/cpu_features/src/utils/
Dlist_cpu_features.c366 const X86Info info = GetX86Info(); in CreateTree()

12