Home
last modified time | relevance | path

Searched refs:Required (Results 1 – 25 of 300) sorted by relevance

12345678910>>...12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMScheduleA9.td459 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 DDAGDeltaAlgorithm.cpp119 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 DYAMLTraits.cpp155 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 Dm_cde.c41 #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 DAMDGPUMetadataVerifier.cpp68 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 DAMDGPUMetadataVerifier.h42 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 Dhttp.errors23 402 AUTH Payment Required
28 407 AUTH Proxy Authentication Required
32 411 PROTO Length Required
/netbsd-src/external/bsd/fetch/dist/libfetch/
H A Dhttp.errors24 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 Dfpcmp.cpp21 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 DPass.cpp268 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 DClangSrcLocDump.cpp32 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 Dllvm-cxxmap.cpp28 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 Dranges93 #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 DScoreboardHazardRecognizer.cpp148 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 Dllvm-modextract.cpp27 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 Dllvm-diff.cpp60 cl::Required);
63 cl::Required);
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DTestingSupport.cpp23 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 Dllvm-reduce.cpp44 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 DCGFunctionInfo.h589 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 DHandleOutOfTreeLLVM.cmake52 # Required LIT Configuration ------------------------------------------------
63 # Required doc configuration
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/Stages/
H A DDispatchStage.cpp163 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 DPassAnalysisSupport.h56 SmallVector<AnalysisID, 8> Required;
144 const VectorType &getRequiredSet() const { return Required; } in getRequiredSet()
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/i386/
H A Dt-dragonfly1 # Required for -fcilkplus support
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/i386/
H A Dt-dragonfly1 # Required for -fcilkplus support
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dolf63 >>36 lelong 1 MathCoPro/FPU/MAU Required
98 >>36 belong 1 MathCoPro/FPU/MAU Required

12345678910>>...12