| /openbsd-src/gnu/llvm/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 …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | DAGDeltaAlgorithm.cpp | 118 const changeset_ty &Required) { in UpdatedSearchState() argument 119 DDA.UpdatedSearchState(Changes, Sets, Required); in UpdatedSearchState() 150 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required); 157 const changeset_ty &Required; member in __anonba60a7900111::DeltaActiveSetHelper 163 DDAI.UpdatedSearchState(Changes, Sets, Required); in UpdatedSearchState() 167 return DDAI.GetTestResult(S, Required); in ExecuteOneTest() 172 const changeset_ty &Required) in DeltaActiveSetHelper() argument 173 : DDAI(DDAI), Required(Required) {} in DeltaActiveSetHelper() 284 const changeset_ty &Required) { in GetTestResult() argument 285 changeset_ty Extended(Required); in GetTestResult() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
| H A D | AMDGPUMetadataVerifier.h | 53 bool verifyEntry(msgpack::MapDocNode &MapNode, StringRef Key, bool Required, 56 verifyScalarEntry(msgpack::MapDocNode &MapNode, StringRef Key, bool Required, 60 bool Required);
|
| /openbsd-src/gnu/llvm/llvm/lib/BinaryFormat/ |
| H A D | AMDGPUMetadataVerifier.cpp | 69 msgpack::MapDocNode &MapNode, StringRef Key, bool Required, in verifyEntry() argument 73 return !Required; in verifyEntry() 78 msgpack::MapDocNode &MapNode, StringRef Key, bool Required, in verifyScalarEntry() argument 81 return verifyEntry(MapNode, Key, Required, [=](msgpack::DocNode &Node) { in verifyScalarEntry() 87 StringRef Key, bool Required) { in verifyIntegerEntry() argument 88 return verifyEntry(MapNode, Key, Required, [this](msgpack::DocNode &Node) { in verifyIntegerEntry()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| H A D | SimpleRemoteEPCUtils.h | 143 bool Required; member 171 return SPSArgList<SPSString, bool>::size(V.Name, V.Required); in size() 176 return SPSArgList<SPSString, bool>::serialize(OB, V.Name, V.Required); in serialize() 181 return SPSArgList<SPSString, bool>::deserialize(IB, V.Name, V.Required); in deserialize()
|
| /openbsd-src/gnu/llvm/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);
|
| /openbsd-src/gnu/llvm/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,
|
| /openbsd-src/gnu/llvm/lldb/utils/TableGen/ |
| H A D | LLDBOptionDefEmitter.cpp | 28 bool Required = false; member 54 Required = Option->getValue("Required"); in CommandOption() 89 OS << (O.Required ? "true" : "false"); in emitOption()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | ScoreboardHazardRecognizer.cpp | 147 case InstrStage::Required: in getHazardType() 198 case InstrStage::Required: in EmitInstruction() 215 if (IS->getReservationKind() == InstrStage::Required) in EmitInstruction()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-cxxmap/ |
| H A D | llvm-cxxmap.cpp | 30 cl::opt<std::string> OldSymbolFile(cl::Positional, cl::Required, 33 cl::opt<std::string> NewSymbolFile(cl::Positional, cl::Required, 36 cl::opt<std::string> RemappingFile("remapping-file", cl::Required,
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Pass.cpp | 280 pushUnique(Required, ID); in addRequiredID() 285 pushUnique(Required, &ID); in addRequiredID() 290 pushUnique(Required, &ID); in addRequiredTransitiveID()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-modextract/ |
| H A D | llvm-modextract.cpp | 32 static cl::opt<std::string> OutputFilename("o", cl::Required, 42 static cl::opt<unsigned> ModuleIndex("n", cl::Required,
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | elf | 153 >>36 lelong 1 MathCoPro/FPU/MAU Required 216 >>>36 belong&0xffff00 &0x000100 V8+ Required, 217 >>>36 belong&0xffff00 &0x000200 Sun UltraSPARC1 Extensions Required, 218 >>>36 belong&0xffff00 &0x000400 HaL R1 Extensions Required, 219 >>>36 belong&0xffff00 &0x000800 Sun UltraSPARC3 Extensions Required, 257 >>36 belong 1 MathCoPro/FPU/MAU Required
|
| H A D | olf | 63 >>36 lelong 1 MathCoPro/FPU/MAU Required 98 >>36 belong 1 MathCoPro/FPU/MAU Required
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-diff/ |
| H A D | llvm-diff.cpp | 62 cl::desc("<first file>"), cl::Required, 66 cl::Required, cl::cat(DiffCategory));
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-cov/ |
| H A D | TestingSupport.cpp | 24 cl::opt<std::string> InputSourceFile(cl::Positional, cl::Required, in convertForTestingMain() 28 "o", cl::Required, in convertForTestingMain()
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | Options.td | 31 def setwrite_file : Option<"file", "f">, Required, Arg<"Filename">, 39 def setread_file : Option<"file", "f">, Required, Arg<"Filename">, 123 Required, 128 Arg<"AddressOrExpression">, Required, 139 Completion<"Symbol">, Required, 148 Arg<"FullName">, Required, Completion<"Symbol">, 154 Arg<"Selector">, Required, 158 Required, Desc<"Set the breakpoint by C++ method names. Can be repeated " 161 Arg<"RegularExpression">, Required, Desc<"Set the breakpoint by function " 164 Arg<"FunctionName">, Required, Completion<"Symbol">, [all …]
|
| H A D | OptionsBase.td | 19 // - `Required`: Marks the option as required. 20 // Example: def foo : Option<"foo", "f">, Required; 138 class Required { 139 bit Required = 1;
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
| H A D | SimpleExecutorDylibManager.cpp | 51 if (E.Required) in lookup() 68 if (!Addr && E.Required) in lookup()
|
| /openbsd-src/gnu/llvm/llvm/lib/MCA/Stages/ |
| H A D | DispatchStage.cpp | 161 unsigned Required = std::min(NumMicroOps, DispatchWidth); in isAvailable() local 162 if (Required > AvailableEntries) in isAvailable()
|
| /openbsd-src/gnu/llvm/clang/include/clang/CodeGen/ |
| H A D | CGFunctionInfo.h | 592 RequiredArgs Required; variable 616 CGFunctionInfo() : Required(RequiredArgs::All) {} in CGFunctionInfo() 656 bool isVariadic() const { return Required.allowsOptionalArgs(); } in isVariadic() 657 RequiredArgs getRequiredArgs() const { return Required; } in getRequiredArgs() 759 ID.AddInteger(Required.getOpaqueData()); in Profile()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ |
| H A D | PassAnalysisSupport.h | 56 SmallVector<AnalysisID, 8> Required; 144 const VectorType &getRequiredSet() const { return Required; } in getRequiredSet()
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCAsmMacro.cpp | 17 if (Required) in dump()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | DAGDeltaAlgorithm.h | 70 const changeset_ty &Required) {} in UpdatedSearchState() argument
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/TraceExporter/ctf/ |
| H A D | TraceExporterCTFOptions.td | 9 def thread_trace_export_file: Option<"file", "f">, Required,
|