/third_party/protobuf/csharp/src/ |
D | Google.Protobuf.sln | 21 Debug|Any CPU = Debug|Any CPU 22 Release|Any CPU = Release|Any CPU 25 {AFB63919-1E05-43B4-802A-8FB8C9B2F463}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 26 {AFB63919-1E05-43B4-802A-8FB8C9B2F463}.Debug|Any CPU.Build.0 = Debug|Any CPU 27 {AFB63919-1E05-43B4-802A-8FB8C9B2F463}.Release|Any CPU.ActiveCfg = Release|Any CPU 28 {AFB63919-1E05-43B4-802A-8FB8C9B2F463}.Release|Any CPU.Build.0 = Release|Any CPU 29 {9B576380-726D-4142-8238-60A43AB0E35A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 30 {9B576380-726D-4142-8238-60A43AB0E35A}.Debug|Any CPU.Build.0 = Debug|Any CPU 31 {9B576380-726D-4142-8238-60A43AB0E35A}.Release|Any CPU.ActiveCfg = Release|Any CPU 32 {9B576380-726D-4142-8238-60A43AB0E35A}.Release|Any CPU.Build.0 = Release|Any CPU [all …]
|
/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/include/ |
D | cpuhotplug_hotplug.sh | 27 CPU=${1#cpu} 28 MASK=$((1<<${CPU})) 55 CPU="$2" 71 CPU=${1#cpu} 72 if [ ! -w /sys/devices/system/cpu/cpu${CPU}/online ]; then 76 cpu_is_online ${CPU} && return 0 78 $TIME echo 1 > /sys/devices/system/cpu/cpu${CPU}/online 80 report_timing "Online cpu ${CPU}" 92 CPU=${1#cpu} 93 if [ ! -w /sys/devices/system/cpu/cpu${CPU}/online ]; then [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFSubtarget.cpp | 28 BPFSubtarget &BPFSubtarget::initializeSubtargetDependencies(StringRef CPU, in initializeSubtargetDependencies() argument 31 initSubtargetFeatures(CPU, FS); in initializeSubtargetDependencies() 32 ParseSubtargetFeatures(CPU, FS); in initializeSubtargetDependencies() 43 void BPFSubtarget::initSubtargetFeatures(StringRef CPU, StringRef FS) { in initSubtargetFeatures() argument 44 if (CPU == "probe") in initSubtargetFeatures() 45 CPU = sys::detail::getHostCPUNameForBPF(); in initSubtargetFeatures() 46 if (CPU == "generic" || CPU == "v1") in initSubtargetFeatures() 48 if (CPU == "v2") { in initSubtargetFeatures() 52 if (CPU == "v3") { in initSubtargetFeatures() 60 BPFSubtarget::BPFSubtarget(const Triple &TT, const std::string &CPU, in BPFSubtarget() argument [all …]
|
/third_party/lzma/CS/7zip/Compress/LzmaAlone/ |
D | LzmaAlone.sln | 8 Debug|Any CPU = Debug|Any CPU 9 Release|Any CPU = Release|Any CPU 12 {CE33DF18-F9C8-4D6F-9057-DBB4DB96E973}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 13 {CE33DF18-F9C8-4D6F-9057-DBB4DB96E973}.Debug|Any CPU.Build.0 = Debug|Any CPU 14 {CE33DF18-F9C8-4D6F-9057-DBB4DB96E973}.Release|Any CPU.ActiveCfg = Release|Any CPU 15 {CE33DF18-F9C8-4D6F-9057-DBB4DB96E973}.Release|Any CPU.Build.0 = Release|Any CPU
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCSubtargetInfo.cpp | 111 for (auto &CPU : CPUTable) in Help() local 112 errs() << format(" %-*s - Select the %s processor.\n", MaxCPULen, CPU.Key, in Help() 113 CPU.Key); in Help() 139 for (auto &CPU : CPUTable) in cpuHelp() local 140 errs() << "\t" << CPU.Key << "\n"; in cpuHelp() 150 static FeatureBitset getFeatures(StringRef CPU, StringRef FS, in getFeatures() argument 166 if (CPU == "help") in getFeatures() 170 else if (!CPU.empty()) { in getFeatures() 171 const SubtargetSubTypeKV *CPUEntry = Find(CPU, ProcDesc); in getFeatures() 178 errs() << "'" << CPU << "' is not a recognized processor for this target" in getFeatures() [all …]
|
/third_party/openh264/test/build/windowsphone/codec_ut/ |
D | Codec_UT.sln | 12 Debug|Any CPU = Debug|Any CPU 16 Release|Any CPU = Release|Any CPU 22 {37167E8C-FB5E-4000-B00B-99AF2E01D9B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 23 {37167E8C-FB5E-4000-B00B-99AF2E01D9B7}.Debug|Any CPU.Build.0 = Debug|Any CPU 24 {37167E8C-FB5E-4000-B00B-99AF2E01D9B7}.Debug|Any CPU.Deploy.0 = Debug|Any CPU 34 {37167E8C-FB5E-4000-B00B-99AF2E01D9B7}.Release|Any CPU.ActiveCfg = Release|Any CPU 35 {37167E8C-FB5E-4000-B00B-99AF2E01D9B7}.Release|Any CPU.Build.0 = Release|Any CPU 36 {37167E8C-FB5E-4000-B00B-99AF2E01D9B7}.Release|Any CPU.Deploy.0 = Release|Any CPU 46 {42F6EC7E-6271-448C-9DF6-1C3D33AC2611}.Debug|Any CPU.ActiveCfg = Debug|Win32 53 {42F6EC7E-6271-448C-9DF6-1C3D33AC2611}.Release|Any CPU.ActiveCfg = Release|Win32
|
/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/ |
D | hotplug01.txt | 4 This test attempts to verify that when a CPU is offlined, that a process 6 to disk, force it to run only on a specified CPU by setting its CPU 7 affinity to just that CPU, then offline that CPU, and verify that the 14 There are two kinds of masks: One to specify which CPU's are allowed 19 of some parallelized benchmark before and after onlining the CPU. 24 Given a CPU to test that exists 35 Foreach CPU in the system 36 online the CPU 40 Foreach CPU in the system 41 migrate IRQs onto the CPU
|
D | hotplug03.txt | 4 This test verifies that when you online a new CPU, that the scheduler 6 this by offlining a CPU, creating a bunch of processor intensive 7 processes, and then onlining the CPU, and checking to make sure at least 8 one of the processes moved to that CPU. 13 Given a CPU to test that exists 20 Offline the specified CPU 24 least one will migrate to the new CPU. 26 Now online the specified CPU 31 Verify that at least one process has migrated to the new CPU by 33 CPU running the process.
|
D | hotplug02.txt | 4 This test checks that a process migrates when the CPU it is running on 10 Given a CPU to test that exists 17 Move the process to the CPU we will be offlining 19 Offline the CPU 21 Determine which CPU the process migrated to 25 Verify that it is not running on the original CPU 27 Turn the CPU back online
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZTargetMachine.cpp | 38 static bool UsesVectorABI(StringRef CPU, StringRef FS) { in UsesVectorABI() argument 43 if (CPU.empty() || CPU == "generic" || in UsesVectorABI() 44 CPU == "z10" || CPU == "z196" || CPU == "zEC12") in UsesVectorABI() 59 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() argument 61 bool VectorABI = UsesVectorABI(CPU, FS); in computeDataLayout() 147 StringRef CPU, StringRef FS, in SystemZTargetMachine() argument 153 T, computeDataLayout(TT, CPU, FS), TT, CPU, FS, Options, in SystemZTargetMachine() 158 Subtarget(TT, CPU, FS, *this) { in SystemZTargetMachine()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsMCTargetDesc.cpp | 48 StringRef MIPS_MC::selectMipsCPU(const Triple &TT, StringRef CPU) { in selectMipsCPU() argument 49 if (CPU.empty() || CPU == "generic") { in selectMipsCPU() 52 CPU = "mips32r6"; in selectMipsCPU() 54 CPU = "mips64r6"; in selectMipsCPU() 57 CPU = "mips32"; in selectMipsCPU() 59 CPU = "mips64"; in selectMipsCPU() 62 return CPU; in selectMipsCPU() 78 StringRef CPU, StringRef FS) { in createMipsMCSubtargetInfo() argument 79 CPU = MIPS_MC::selectMipsCPU(TT, CPU); in createMipsMCSubtargetInfo() 80 return createMipsMCSubtargetInfoImpl(TT, CPU, FS); in createMipsMCSubtargetInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | AArch64TargetParser.cpp | 27 unsigned AArch64::getDefaultFPU(StringRef CPU, AArch64::ArchKind AK) { in getDefaultFPU() argument 28 if (CPU == "generic") in getDefaultFPU() 31 return StringSwitch<unsigned>(CPU) in getDefaultFPU() 38 unsigned AArch64::getDefaultExtensions(StringRef CPU, AArch64::ArchKind AK) { in getDefaultExtensions() argument 39 if (CPU == "generic") in getDefaultExtensions() 42 return StringSwitch<unsigned>(CPU) in getDefaultExtensions() 51 AArch64::ArchKind AArch64::getCPUArchKind(StringRef CPU) { in getCPUArchKind() argument 52 if (CPU == "generic") in getCPUArchKind() 55 return StringSwitch<AArch64::ArchKind>(CPU) in getCPUArchKind() 167 for (const auto &CPU : AArch64CPUNames) in getDefaultCPU() local [all …]
|
D | ARMTargetParser.cpp | 359 unsigned ARM::getDefaultFPU(StringRef CPU, ARM::ArchKind AK) { in getDefaultFPU() argument 360 if (CPU == "generic") in getDefaultFPU() 363 return StringSwitch<unsigned>(CPU) in getDefaultFPU() 370 unsigned ARM::getDefaultExtensions(StringRef CPU, ARM::ArchKind AK) { in getDefaultExtensions() argument 371 if (CPU == "generic") in getDefaultExtensions() 374 return StringSwitch<unsigned>(CPU) in getDefaultExtensions() 497 StringRef CPU, ARM::ArchKind AK, StringRef ArchExt, in appendArchExtFeatures() argument 514 if (CPU == "") in appendArchExtFeatures() 515 CPU = "generic"; in appendArchExtFeatures() 524 FPUKind = findDoublePrecisionFPU(getDefaultFPU(CPU, AK)); in appendArchExtFeatures() [all …]
|
/third_party/openh264/codec/build/windowsphone/all/ |
D | CodecApp.sln | 12 Debug|Any CPU = Debug|Any CPU 17 Release|Any CPU = Release|Any CPU 24 {5424CF29-908E-417E-93F3-F1CD81E5372C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 25 {5424CF29-908E-417E-93F3-F1CD81E5372C}.Debug|Any CPU.Build.0 = Debug|Any CPU 26 {5424CF29-908E-417E-93F3-F1CD81E5372C}.Debug|Any CPU.Deploy.0 = Debug|Any CPU 39 {5424CF29-908E-417E-93F3-F1CD81E5372C}.Release|Any CPU.ActiveCfg = Release|Any CPU 40 {5424CF29-908E-417E-93F3-F1CD81E5372C}.Release|Any CPU.Build.0 = Release|Any CPU 41 {5424CF29-908E-417E-93F3-F1CD81E5372C}.Release|Any CPU.Deploy.0 = Release|Any CPU 54 {FE5BF241-F4EA-4B94-B36A-23511E5908EC}.Debug|Any CPU.ActiveCfg = Debug|Win32 63 {FE5BF241-F4EA-4B94-B36A-23511E5908EC}.Release|Any CPU.ActiveCfg = Release|Win32
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsTargetMachine.cpp | 63 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() argument 67 MipsABIInfo ABI = MipsABIInfo::computeTargetABI(TT, CPU, Options.MCOptions); in computeDataLayout() 112 StringRef CPU, StringRef FS, in MipsTargetMachine() argument 118 : LLVMTargetMachine(T, computeDataLayout(TT, CPU, Options, isLittle), TT, in MipsTargetMachine() 119 CPU, FS, Options, getEffectiveRelocModel(JIT, RM), in MipsTargetMachine() 122 ABI(MipsABIInfo::computeTargetABI(TT, CPU, Options.MCOptions)), in MipsTargetMachine() 124 DefaultSubtarget(TT, CPU, FS, isLittle, *this, in MipsTargetMachine() 126 NoMips16Subtarget(TT, CPU, FS.empty() ? "-mips16" : FS.str() + ",-mips16", in MipsTargetMachine() 129 Mips16Subtarget(TT, CPU, FS.empty() ? "+mips16" : FS.str() + ",+mips16", in MipsTargetMachine() 141 StringRef CPU, StringRef FS, in MipsebTargetMachine() argument [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcTargetMachine.cpp | 93 const Target &T, const Triple &TT, StringRef CPU, StringRef FS, in SparcTargetMachine() argument 96 : LLVMTargetMachine(T, computeDataLayout(TT, is64bit), TT, CPU, FS, Options, in SparcTargetMachine() 102 Subtarget(TT, CPU, FS, *this, is64bit), is64Bit(is64bit) { in SparcTargetMachine() 113 std::string CPU = !CPUAttr.hasAttribute(Attribute::None) in getSubtargetImpl() local 130 auto &I = SubtargetMap[CPU + FS]; in getSubtargetImpl() 136 I = std::make_unique<SparcSubtarget>(TargetTriple, CPU, FS, *this, in getSubtargetImpl() 193 StringRef CPU, StringRef FS, in SparcV8TargetMachine() argument 198 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, false) {} in SparcV8TargetMachine() 203 StringRef CPU, StringRef FS, in SparcV9TargetMachine() argument 208 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, true) {} in SparcV9TargetMachine() [all …]
|
/third_party/ffmpeg/libavcodec/x86/ |
D | hpeldsp_init.c | 133 #define SET_HPEL_FUNCS_EXT(PFX, IDX, SIZE, CPU) \ in HPELDSP_AVG_PIXELS16() argument 135 c->PFX ## _pixels_tab IDX [0] = PFX ## _pixels ## SIZE ## _ ## CPU in HPELDSP_AVG_PIXELS16() 138 #define SET_HPEL_FUNCS03(PFX, IDX, SIZE, CPU) \ in HPELDSP_AVG_PIXELS16() argument 140 SET_HPEL_FUNCS_EXT(PFX, IDX, SIZE, CPU); \ in HPELDSP_AVG_PIXELS16() 141 c->PFX ## _pixels_tab IDX [3] = PFX ## _pixels ## SIZE ## _xy2_ ## CPU; \ in HPELDSP_AVG_PIXELS16() 143 #define SET_HPEL_FUNCS12(PFX, IDX, SIZE, CPU) \ argument 145 c->PFX ## _pixels_tab IDX [1] = PFX ## _pixels ## SIZE ## _x2_ ## CPU; \ 146 c->PFX ## _pixels_tab IDX [2] = PFX ## _pixels ## SIZE ## _y2_ ## CPU; \ 149 #define SET_HPEL_FUNCS03(PFX, IDX, SIZE, CPU) SET_HPEL_FUNCS_EXT(PFX, IDX, SIZE, CPU) 150 #define SET_HPEL_FUNCS12(PFX, IDX, SIZE, CPU) ((void)0) [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCSubtargetInfo.h | 76 std::string CPU; // CPU being targeted. variable 93 MCSubtargetInfo(const Triple &TT, StringRef CPU, StringRef FS, 105 StringRef getCPU() const { return CPU; } in getCPU() 121 void InitMCProcessorInfo(StringRef CPU, StringRef FS); 126 void setDefaultFeatures(StringRef CPU, StringRef FS); 153 const MCSchedModel &getSchedModelForCPU(StringRef CPU) const; 207 InstrItineraryData getInstrItineraryForCPU(StringRef CPU) const; 220 bool isCPUStringValid(StringRef CPU) const { in isCPUStringValid() argument 221 auto Found = std::lower_bound(ProcDesc.begin(), ProcDesc.end(), CPU); in isCPUStringValid() 222 return Found != ProcDesc.end() && StringRef(Found->Key) == CPU; in isCPUStringValid()
|
/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/ |
D | cpuhotplug01.sh | 59 CPU=${1#cpu} 62 migrate_irq "${CPU}" "${IRQS}" 63 offline_cpu ${CPU} 65 if [ "$CPU" -ne 0 ]; then 82 CPU=${1#cpu} 83 online_cpu ${CPU} 87 migrate_irq ${CPU} 196 tst_resm TPASS "online and offline cpu${CPU} when writing disk"
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRSubtarget.cpp | 30 AVRSubtarget::AVRSubtarget(const Triple &TT, const std::string &CPU, in AVRSubtarget() argument 32 : AVRGenSubtargetInfo(TT, CPU, FS), InstrInfo(), FrameLowering(), in AVRSubtarget() 33 TLInfo(TM, initializeSubtargetDependencies(CPU, FS, TM)), TSInfo(), in AVRSubtarget() 43 ParseSubtargetFeatures(CPU, FS); in AVRSubtarget() 47 AVRSubtarget::initializeSubtargetDependencies(StringRef CPU, StringRef FS, in initializeSubtargetDependencies() argument 50 ParseSubtargetFeatures(CPU, FS); in initializeSubtargetDependencies()
|
D | AVRTargetMachine.cpp | 31 static StringRef getCPU(StringRef CPU) { in getCPU() argument 32 if (CPU.empty() || CPU == "generic") { in getCPU() 36 return CPU; in getCPU() 44 StringRef CPU, StringRef FS, in AVRTargetMachine() argument 49 : LLVMTargetMachine(T, AVRDataLayout, TT, getCPU(CPU), FS, Options, in AVRTargetMachine() 52 SubTarget(TT, getCPU(CPU), FS, *this) { in AVRTargetMachine()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXSubtarget.cpp | 33 NVPTXSubtarget &NVPTXSubtarget::initializeSubtargetDependencies(StringRef CPU, in initializeSubtargetDependencies() argument 36 TargetName = CPU.empty() ? "sm_20" : CPU; in initializeSubtargetDependencies() 48 NVPTXSubtarget::NVPTXSubtarget(const Triple &TT, const std::string &CPU, in NVPTXSubtarget() argument 51 : NVPTXGenSubtargetInfo(TT, CPU, FS), PTXVersion(0), SmVersion(20), TM(TM), in NVPTXSubtarget() 52 InstrInfo(), TLInfo(TM, initializeSubtargetDependencies(CPU, FS)), in NVPTXSubtarget()
|
/third_party/benchmark/docs/ |
D | tools.md | 40 Run on (8 X 4000 MHz CPU s) 43 Benchmark Time CPU Iterations 56 Run on (8 X 4000 MHz CPU s) 59 Benchmark Time CPU Iterations 72 Benchmark Time CPU Time Old Time New CPU Old CPU … 87 As you can note, the values in `Time` and `CPU` columns are calculated as `(new - old) / |old|`. 105 Run on (8 X 4000 MHz CPU s) 108 Benchmark Time CPU Iterations 116 Run on (8 X 4000 MHz CPU s) 119 Benchmark Time CPU Iterations [all …]
|
/third_party/ltp/testcases/kernel/power_management/ |
D | README | 25 for CPU FREQUENCY tests: 35 for CPU IDLE tests: 48 Test Scripts for CPU FREQUENCY: 53 Test Scripts for CPU IDLE: 80 For CPU consolidation verification ebizzy is included in utils directory of LTP. 84 To test CPU consolidation for sched_mc 2 kernbench has to run. Kernbench needs linux kernel source … 85 CPU consolidation testcases will not execute if number of CPU's in package is less then 2. If syste… 87 … be executed only on suitable architecture like quad core or the number of CPU's in each package s…
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMTargetMachine.cpp | 113 computeTargetABI(const Triple &TT, StringRef CPU, in computeTargetABI() argument 118 ABIName = ARM::computeDefaultTargetABI(TT, CPU); in computeTargetABI() 131 static std::string computeDataLayout(const Triple &TT, StringRef CPU, in computeDataLayout() argument 134 auto ABI = computeTargetABI(TT, CPU, Options); in computeDataLayout() 208 StringRef CPU, StringRef FS, in ARMBaseTargetMachine() argument 213 : LLVMTargetMachine(T, computeDataLayout(TT, CPU, Options, isLittle), TT, in ARMBaseTargetMachine() 214 CPU, FS, Options, getEffectiveRelocModel(TT, RM), in ARMBaseTargetMachine() 216 TargetABI(computeTargetABI(TT, CPU, Options)), in ARMBaseTargetMachine() 256 std::string CPU = !CPUAttr.hasAttribute(Attribute::None) in getSubtargetImpl() local 277 std::string Key = CPU + FS; in getSubtargetImpl() [all …]
|