Searched refs:Implies (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCSubtargetInfo.cpp | 36 void SetImpliedBits(FeatureBitset &Bits, const FeatureBitset &Implies, in SetImpliedBits() argument 38 // OR the Implies bits in outside the loop. This allows the Implies for CPUs in SetImpliedBits() 40 Bits |= Implies; in SetImpliedBits() 42 if (Implies.test(FE.Value)) in SetImpliedBits() 43 SetImpliedBits(Bits, FE.Implies.getAsBitset(), FeatureTable); in SetImpliedBits() 51 if (FE.Implies.getAsBitset().test(Value)) { in ClearImpliedBits() 73 SetImpliedBits(Bits, FeatureEntry->Implies.getAsBitset(), FeatureTable); in ApplyFeatureFlag() 176 SetImpliedBits(Bits, CPUEntry->Implies.getAsBitset(), ProcFeatures); in getFeatures() 262 SetImpliedBits(FeatureBits, FeatureEntry->Implies in ToggleFeature() [all...] |
/third_party/node/src/ |
H A D | node_options.cc | 339 Implies("--inspect-brk", "--inspect"); in DebugOptionsParser() 343 Implies("--inspect-brk-node", "--inspect"); in DebugOptionsParser() 425 Implies("--policy-integrity", "[has_policy_integrity_string]"); in EnvironmentOptionsParser() 667 Implies("--watch-path", "--watch"); in EnvironmentOptionsParser() 674 // from the parser itself, but available for using Implies(). in EnvironmentOptionsParser() 680 Implies("--eval", "[has_eval_string]"); in EnvironmentOptionsParser() 796 Implies("--report-signal", "--report-on-signal"); in PerIsolateOptionsParser() 809 Implies("--experimental-shadow-realm", "--harmony-shadow-realm"); in PerIsolateOptionsParser() 810 Implies("--harmony-shadow-realm", "--experimental-shadow-realm"); in PerIsolateOptionsParser() 947 Implies(" in PerProcessOptionsParser() [all...] |
H A D | node_options.h | 395 void Implies(const char* from, const char* to);
|
H A D | node_options-inl.h | 139 void OptionsParser<Options>::Implies(const char* from, in Implies() function in node::options_parser::OptionsParser
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCSubtargetInfo.h | 38 FeatureBitArray Implies; ///< K-V bit mask member 56 FeatureBitArray Implies; ///< K-V bit mask member
|
/third_party/skia/tools/ |
H A D | build_command_buffer.py | 47 help='Don\'t run gclient runhooks in the Chromium tree. Implies '
|
Completed in 5 milliseconds