| /src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| PassTimingInfo.h | 67 bool Enabled; 72 TimePassesHandler(bool Enabled, bool PerRun = false);
|
| /src/sys/external/bsd/acpica/dist/executer/ |
| extrace.c | 73 * RETURN: TRUE if interpreter trace is enabled. 75 * DESCRIPTION: Check whether interpreter trace is enabled 84 /* Check if tracing is enabled */ 292 BOOLEAN Enabled = FALSE; 303 Enabled = AcpiExInterpreterTraceEnabled (Pathname); 304 if (Enabled && !AcpiGbl_TraceMethodObject) 323 if (Enabled) 358 BOOLEAN Enabled; 369 Enabled = AcpiExInterpreterTraceEnabled (NULL); 371 if (Enabled) [all...] |
| /src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| OpenCLOptions.h | 84 // Is this option enabled 85 bool Enabled = false; 118 // enabled via pragma 183 // Option is enabled via pragma
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| Statistic.cpp | 11 // printed at the end of a run, when the -stats command line option is enabled 50 static bool Enabled; 92 // If stats are enabled, inform StatInfo that this statistic should be 107 if (EnableStats || Enabled) 127 Enabled = true; 132 return Enabled || EnableStats; 231 // Statistics not enabled?
|
| Host.cpp | 1313 // Enabled represents the number of physical id/core id pairs with at least 1314 // one processor id enabled by the CPU affinity mask. 1315 cpu_set_t Affinity, Enabled; 1318 CPU_ZERO(&Enabled); 1351 CPU_SET(CurPhysicalId * CurSiblings + CurCoreId, &Enabled); 1354 return CPU_COUNT(&Enabled); 1480 // Only enable XSAVE if OS has enabled support for saving YMM state. 1581 // Only enable XSAVE if OS has enabled support for saving YMM state.
|
| /src/external/apache2/llvm/dist/clang/lib/Basic/ |
| TargetInfo.cpp | 441 bool Enabled = Name[0] == '+'; 442 setFeatureEnabled(Features, Name.substr(1), Enabled);
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| DebugCounter.h | 150 static void enableAllCounters() { instance().Enabled = true; } 158 return instance().Enabled; 181 bool Enabled = false;
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| ARMTargetTransformInfo.h | 45 Enabled,
|
| /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/ |
| smu8_fusion.h | 38 uint8_t Enabled;
|
| smu71_discrete.h | 576 uint8_t Enabled;
|
| smu72_discrete.h | 643 uint8_t Enabled;
|
| smu73_discrete.h | 678 uint8_t Enabled;
|
| smu11_driver_if_arcturus.h | 262 uint8_t Enabled; 698 uint32_t MemoryChannelEnabled; // For DRAM use only, Max 32 channels enabled bit mask.
|
| smu74_discrete.h | 643 uint8_t Enabled; 740 uint8_t Enabled;
|
| smu75_discrete.h | 672 uint8_t Enabled; 776 uint8_t Enabled;
|
| smu11_driver_if.h | 291 uint32_t Enabled;
|
| smu11_driver_if_navi10.h | 269 uint8_t Enabled;
|
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| CGLoopInfo.cpp | 40 Optional<bool> Enabled; 42 Enabled = false; 44 Enabled = true; 46 if (Enabled != true) { 48 if (Enabled == false) { 85 Optional<bool> Enabled; 87 Enabled = false; 89 Enabled = None; 92 Enabled = true; 94 if (Enabled != true) [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/Passes/ |
| StandardInstrumentations.h | 97 PrintPassInstrumentation(bool Enabled, PrintPassOptions Opts) 98 : Enabled(Enabled), Opts(Opts) {} 102 bool Enabled; 434 // then PreservedCFGChecker is not enabled.
|
| /src/sys/arch/prep/include/ |
| residual.h | 147 Enabled = 0x4000, /* 1 - PCI device is enabled */
|
| /src/external/apache2/llvm/dist/clang/lib/AST/ |
| ExprConstant.cpp | 1257 bool Enabled; 1261 explicit FoldConstant(EvalInfo &Info, bool Enabled) 1263 Enabled(Enabled), 1268 if (Enabled) 1271 void keepDiagnostics() { Enabled = false; } 1273 if (Enabled && HadNoPriorDiags && !Info.EvalStatus.Diag->empty() && 11099 // Constant-folding is always enabled for the operand of __builtin_constant_p
|
| /src/sys/external/bsd/acpica/dist/include/ |
| actbl1.h | 1802 UINT8 Enabled; 1888 UINT8 Enabled; 1906 UINT8 Enabled; 1972 UINT8 Enabled; 1990 UINT8 Enabled; 2077 UINT8 Enabled;
|
| /src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| Sema.h | 295 PreferredTypeBuilder(bool Enabled) : Enabled(Enabled) {} 331 if (!Enabled || Tok != ExpectedLoc) 341 bool Enabled; 6132 bool Enabled; 6135 /// Introduce a new scope where 'this' may be allowed (when enabled), 6140 bool Enabled = true); 9124 GlobalEagerInstantiationScope(Sema &S, bool Enabled) 9125 : S(S), Enabled(Enabled) [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/include/ |
| atomfirmware.h | 644 /*if VDDC_PCC_GPIO_PINID in GPIO_LUTable, Peak Current Control feature is enabled */ 722 ATOM_ENCODER_CAP_RECORD_HBR2_EN =0x02, // DP1.2 HBR2 setting is qualified and HBR2 can be enabled 1577 uint32_t enabled; member in struct:smudpm_i2ccontrollerconfig_t 1700 uint8_t Enabled; 1861 uint32_t memorychannelenabled; // for dram use only, max 32 channels enabled bit mask. 3200 ATOM_PRE_OS_ASSERTION_DEF = 8, //For GOP to record a 32bit assertion code, this is enabled by default in prodution GOP drivers.
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| DAGCombiner.cpp | 106 /// is enabled, load slicing bypasses most of its profitability guards. 13496 // If nnan is enabled, fold lots of things. 14020 // is enabled or if this division allows reciprocal formation. 22537 int Enabled = TLI.getRecipEstimateDivEnabled(VT, MF); 22538 if (Enabled == TLI.ReciprocalEstimate::Disabled) 22541 // Estimates may be explicitly enabled for this type with a custom number of 22544 if (SDValue Est = TLI.getRecipEstimate(Op, DAG, Enabled, Iterations)) { 22676 int Enabled = TLI.getRecipEstimateSqrtEnabled(VT, MF); 22677 if (Enabled == TLI.ReciprocalEstimate::Disabled) 22680 // Estimates may be explicitly enabled for this type with a custom number o [all...] |