Home
last modified time | relevance | path

Searched refs:CpuType (Results 1 – 19 of 19) sorted by relevance

/external/webrtc/modules/video_processing/util/
Dnoise_estimation.h37 void Init(int width, int height, CpuType cpu_type);
54 CpuType cpu_type_;
Ddenoiser_filter.h25 enum CpuType { CPU_NEON, CPU_NOT_NEON }; enum
30 CpuType* cpu_type);
Ddenoiser_filter.cc32 CpuType* cpu_type) { in Create()
Dnoise_estimation.cc18 void NoiseEstimation::Init(int width, int height, CpuType cpu_type) { in Init()
/external/llvm-project/llvm/test/tools/llvm-readobj/MachO/
Dfile-headers.test11 # I386-NEXT: CpuType: X86 (0x7)
42 # X86-64-NEXT: CpuType: X86-64 (0x1000007)
75 # PPC-NEXT: CpuType: PowerPC (0x12)
107 # PPC64-NEXT: CpuType: PowerPC64 (0x1000012)
141 # ARM-NEXT: CpuType: Arm (0xC)
Duniversal-x86_64.i386.test20 MULTIHEADER: CpuType: X86-64 (0x1000007)
39 MULTIHEADER: CpuType: X86 (0x7)
158 MULTIHEADER-ARCHIVE: CpuType: X86-64 (0x1000007)
175 MULTIHEADER-ARCHIVE: CpuType: X86 (0x7)
Dfile-headers-arm64.test22 # ARM64-NEXT: CpuType: Arm64 (0x100000C)
/external/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLSymbols.cpp153 Optional<CPUType> CpuType; in enumeration() local
158 CpuType = CPUType::Pentium3; in enumeration()
161 CpuType = CPUType::X64; in enumeration()
164 CpuType = CPUType::ARMNT; in enumeration()
167 CpuType = CPUType::ARM64; in enumeration()
171 if (CpuType) in enumeration()
172 RegNames = getRegisterNames(*CpuType); in enumeration()
/external/llvm-project/llvm/test/tools/llvm-readobj/
Dmacho-arm64e.test5 # CHECK: CpuType: Arm64 (0x100000C)
/external/llvm/test/tools/llvm-readobj/
Dmacho-universal-x86_64.i386.test18 MULTIHEADER: CpuType: X86-64 (0x1000007)
37 MULTIHEADER: CpuType: X86 (0x7)
155 MULTIHEADER-ARCHIVE: CpuType: X86-64 (0x1000007)
171 MULTIHEADER-ARCHIVE: CpuType: X86 (0x7)
Dfile-headers.test143 MACHO32-NEXT: CpuType: X86 (0x7)
159 MACHO64-NEXT: CpuType: X86-64 (0x1000007)
176 MACHO-PPC-NEXT: CpuType: PowerPC (0x12)
192 MACHO-PPC64-NEXT: CpuType: PowerPC64 (0x1000012)
209 MACHO-ARM-NEXT: CpuType: Arm (0xC)
/external/webrtc/modules/video_processing/
Dvideo_denoiser.h68 CpuType cpu_type_;
/external/skia/third_party/skcms/
Dskcms.cc2432 enum class CpuType { None, HSW, SKX }; enum
2433 static CpuType cpu_type() { in cpu_type()
2434 static const CpuType type = []{ in cpu_type()
2436 return CpuType::None; in cpu_type()
2475 return CpuType::SKX; in cpu_type()
2477 return CpuType::HSW; in cpu_type()
2480 return CpuType::None; in cpu_type()
2911 case CpuType::None: break; in skcms_TransformWithPalette()
2912 case CpuType::HSW: run = hsw::run_program; break; in skcms_TransformWithPalette()
2913 case CpuType::SKX: run = hsw::run_program; break; in skcms_TransformWithPalette()
[all …]
/external/llvm/test/MC/MachO/ARM/
Ddarwin-Thumb-reloc.s31 @ CHECK: CpuType: Arm (0xC)
Ddarwin-ARM-reloc.s30 @ CHECK: CpuType: Arm (0xC)
/external/llvm-project/llvm/test/MC/MachO/ARM/
Ddarwin-Thumb-reloc.s31 @ CHECK: CpuType: Arm (0xC)
Ddarwin-ARM-reloc.s30 @ CHECK: CpuType: Arm (0xC)
/external/llvm-project/llvm/test/tools/dsymutil/X86/
Ddsym-companion.test21 CHECK32: CpuType: X86 (0x7)
24 CHECK64: CpuType: X86-64 (0x1000007)
/external/llvm/test/tools/dsymutil/X86/
Ddsym-companion.test21 CHECK32: CpuType: X86 (0x7)
24 CHECK64: CpuType: X86-64 (0x1000007)