| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMScheduleA9.td | 459 InstrStage<1, [A9_DRegsVFP], 0, Required>, 467 InstrStage<1, [A9_DRegsVFP], 0, Required>, 476 InstrStage<1, [A9_DRegsVFP], 0, Required>, 486 InstrStage<1, [A9_DRegsVFP], 0, Required>, 495 InstrStage<1, [A9_DRegsVFP], 0, Required>, 504 InstrStage<1, [A9_DRegsVFP], 0, Required>, 512 InstrStage<1, [A9_DRegsVFP], 0, Required>, 521 InstrStage<1, [A9_DRegsVFP], 0, Required>, 529 InstrStage<1, [A9_DRegsVFP], 0, Required>, 538 InstrStage<1, [A9_DRegsVFP], 0, Required>, [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | DAGDeltaAlgorithm.cpp | 119 const changeset_ty &Required) { in UpdatedSearchState() argument 120 DDA.UpdatedSearchState(Changes, Sets, Required); in UpdatedSearchState() 151 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required); 158 const changeset_ty &Required; member in __anon1494bb440111::DeltaActiveSetHelper 164 DDAI.UpdatedSearchState(Changes, Sets, Required); in UpdatedSearchState() 168 return DDAI.GetTestResult(S, Required); in ExecuteOneTest() 173 const changeset_ty &Required) in DeltaActiveSetHelper() argument 174 : DDAI(DDAI), Required(Required) {} in DeltaActiveSetHelper() 291 const changeset_ty &Required) { in GetTestResult() argument 292 changeset_ty Extended(Required); in GetTestResult() [all …]
|
| H A D | YAMLTraits.cpp | 155 bool Input::preflightKey(const char *Key, bool Required, bool, bool &UseDefault, in preflightKey() argument 164 if (Required) in preflightKey() 171 if (Required || !isa<EmptyHNode>(CurrentNode)) in preflightKey() 180 if (Required) in preflightKey() 529 bool Output::preflightKey(const char *Key, bool Required, bool SameAsDefault, in preflightKey() argument 532 if (Required || !SameAsDefault || WriteDefaultValues) { in preflightKey()
|
| /netbsd-src/external/bsd/nvi/dist/motif/ |
| H A D | m_cde.c | 41 #define Required 10 macro 43 #define Present (Required+Useful) 49 { "_VUE_SM_WINDOW_INFO", Required, /* "vue" */ }, 50 { "_DT_SM_WINDOW_INFO", Required, /* "dtwm" */ },
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/ |
| H A D | AMDGPUMetadataVerifier.cpp | 68 msgpack::MapDocNode &MapNode, StringRef Key, bool Required, in verifyEntry() argument 72 return !Required; in verifyEntry() 77 msgpack::MapDocNode &MapNode, StringRef Key, bool Required, in verifyScalarEntry() argument 80 return verifyEntry(MapNode, Key, Required, [=](msgpack::DocNode &Node) { in verifyScalarEntry() 86 StringRef Key, bool Required) { in verifyIntegerEntry() argument 87 return verifyEntry(MapNode, Key, Required, [this](msgpack::DocNode &Node) { in verifyIntegerEntry()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
| H A D | AMDGPUMetadataVerifier.h | 42 bool verifyEntry(msgpack::MapDocNode &MapNode, StringRef Key, bool Required, 45 verifyScalarEntry(msgpack::MapDocNode &MapNode, StringRef Key, bool Required, 49 bool Required);
|
| /netbsd-src/share/examples/refuse/ian/libfetch/ |
| H A D | http.errors | 23 402 AUTH Payment Required 28 407 AUTH Proxy Authentication Required 32 411 PROTO Length Required
|
| /netbsd-src/external/bsd/fetch/dist/libfetch/ |
| H A D | http.errors | 24 402 AUTH Payment Required 29 407 AUTH Proxy Authentication Required 33 411 PROTO Length Required
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/fpcmp/ |
| H A D | fpcmp.cpp | 21 File1(cl::Positional, cl::desc("<input file #1>"), cl::Required); 23 File2(cl::Positional, cl::desc("<input file #2>"), cl::Required);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Pass.cpp | 268 pushUnique(Required, ID); in addRequiredID() 273 pushUnique(Required, &ID); in addRequiredID() 278 pushUnique(Required, &ID); in addRequiredTransitiveID()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/ |
| H A D | ClangSrcLocDump.cpp | 32 cl::value_desc("directory"), cl::Required, cl::OneOrMore, cl::Prefix); 37 cl::Required, cl::value_desc("bool")); 41 cl::Required,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cxxmap/ |
| H A D | llvm-cxxmap.cpp | 28 cl::opt<std::string> OldSymbolFile(cl::Positional, cl::Required, 30 cl::opt<std::string> NewSymbolFile(cl::Positional, cl::Required, 32 cl::opt<std::string> RemappingFile("remapping-file", cl::Required,
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
| H A D | ranges | 93 #include <compare> // Required by the standard. 94 #include <initializer_list> // Required by the standard. 95 #include <iterator> // Required by the standard.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | ScoreboardHazardRecognizer.cpp | 148 case InstrStage::Required: in getHazardType() 199 case InstrStage::Required: in EmitInstruction() 216 if (IS->getReservationKind() == InstrStage::Required) in EmitInstruction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-modextract/ |
| H A D | llvm-modextract.cpp | 27 static cl::opt<std::string> OutputFilename("o", cl::Required, 34 static cl::opt<unsigned> ModuleIndex("n", cl::Required,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-diff/ |
| H A D | llvm-diff.cpp | 60 cl::Required); 63 cl::Required);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/ |
| H A D | TestingSupport.cpp | 23 cl::opt<std::string> InputSourceFile(cl::Positional, cl::Required, in convertForTestingMain() 27 "o", cl::Required, in convertForTestingMain()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/ |
| H A D | llvm-reduce.cpp | 44 static cl::opt<std::string> InputFilename(cl::Positional, cl::Required, 49 TestFilename("test", cl::Required,
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/ |
| H A D | CGFunctionInfo.h | 589 RequiredArgs Required; variable 613 CGFunctionInfo() : Required(RequiredArgs::All) {} in CGFunctionInfo() 653 bool isVariadic() const { return Required.allowsOptionalArgs(); } in isVariadic() 654 RequiredArgs getRequiredArgs() const { return Required; } in getRequiredArgs() 745 ID.AddInteger(Required.getOpaqueData()); in Profile()
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/cmake/Modules/ |
| H A D | HandleOutOfTreeLLVM.cmake | 52 # Required LIT Configuration ------------------------------------------------ 63 # Required doc configuration
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/Stages/ |
| H A D | DispatchStage.cpp | 163 unsigned Required = std::min(NumMicroOps, DispatchWidth); in isAvailable() local 164 if (Required > AvailableEntries) in isAvailable()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ |
| H A D | PassAnalysisSupport.h | 56 SmallVector<AnalysisID, 8> Required; 144 const VectorType &getRequiredSet() const { return Required; } in getRequiredSet()
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/i386/ |
| H A D | t-dragonfly | 1 # Required for -fcilkplus support
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/i386/ |
| H A D | t-dragonfly | 1 # Required for -fcilkplus support
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | olf | 63 >>36 lelong 1 MathCoPro/FPU/MAU Required 98 >>36 belong 1 MathCoPro/FPU/MAU Required
|