Home
last modified time | relevance | path

Searched refs:Done (Results 1 – 25 of 161) sorted by relevance

1234567

/openbsd/gnu/llvm/lld/docs/
H A Dwindows_support.rst34 :good:`Done`. LLD can read import libraries needed to link against DLL. Both
38 :good:`Done`. The format of static library (.lib) on Windows is actually the
42 :good:`Done`. LLD creates a DLL if ``/DLL`` option is given. Exported
48 :good:`Done`. If an ``.res`` file is given, LLD converts the file to a COFF
52 :good:`Done` for both x86 and x64.
59 :good:`Done`. LLD can emit PDBs that are at parity with those generated by
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DLoopTraversal.cpp43 bool Done = isBlockDone(ActiveMBB); in traverse() local
44 MBBTraversalOrder.push_back(TraversedMBBInfo(ActiveMBB, Primary, Done)); in traverse()
52 if (Done) in traverse()
H A DScheduleDAG.cpp270 bool Done = true; in ComputeDepth() local
278 Done = false; in ComputeDepth()
283 if (Done) { in ComputeDepth()
301 bool Done = true; in ComputeHeight() local
309 Done = false; in ComputeHeight()
314 if (Done) { in ComputeHeight()
/openbsd/gnu/llvm/llvm/lib/DebugInfo/GSYM/
H A DFunctionInfo.cpp53 bool Done = false; in decode() local
54 while (!Done) { in decode()
72 Done = true; in decode()
181 bool Done = false; in lookup() local
184 while (!Done) { in lookup()
198 Done = true; in lookup()
H A DInlineInfo.cpp133 bool Done = false; in lookup() local
134 while (!Done) in lookup()
135 Done = lookup(GR, Data, Offset, ChildBaseAddr, Addr, SrcLocs, Err); in lookup()
H A DLineTable.cpp71 bool Done = false; in parse() local
72 while (!Done) { in parse()
79 Done = true; in parse()
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dscudo_unit_test_main.cpp23 static bool Done = []() { in EnableMemoryTaggingIfSupported() local
28 (void)Done; in EnableMemoryTaggingIfSupported()
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DThreading.h61 enum InitStatus { Uninitialized = 0, Wait = 1, Done = 2 }; enumerator
100 flag.status = Done; in call_once()
106 while (tmp != Done) { in call_once()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DLoopTraversal.h98 bool Done = true)
99 : MBB(BB), PrimaryPass(Primary), IsDone(Done) {} in MBB()
/openbsd/usr.sbin/amd/amd/
H A Dnfs_start.c313 amd_state = Done; in run_rpc()
433 amd_state = Done; in mount_automounter()
461 if (run_rpc() != Done) { in mount_automounter()
463 amd_state = Done; in mount_automounter()
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DEscapeEnumerator.cpp31 if (Done) in Next()
50 Done = true; in Next()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp710 bool Done = false; in resolveFrameIndex() local
712 Done = rewriteARMFrameIndex(MI, i, BaseReg, Off, TII); in resolveFrameIndex()
715 Done = rewriteT2FrameIndex(MI, i, BaseReg, Off, TII, this); in resolveFrameIndex()
717 assert(Done && "Unable to resolve frame index!"); in resolveFrameIndex()
718 (void)Done; in resolveFrameIndex()
825 bool Done = false; in eliminateFrameIndex() local
827 Done = rewriteARMFrameIndex(MI, FIOperandNum, FrameReg, Offset, TII); in eliminateFrameIndex()
830 Done = rewriteT2FrameIndex(MI, FIOperandNum, FrameReg, Offset, TII, this); in eliminateFrameIndex()
832 if (Done) in eliminateFrameIndex()
/openbsd/gnu/usr.bin/perl/dist/threads/t/
H A Dfree.t118 ok($COUNT == 5, "Done - $COUNT threads");
158 ok($COUNT == 5, "Done - $COUNT threads");
210 ok($COUNT == 2, "Done - $COUNT threads");
/openbsd/gnu/usr.bin/perl/Porting/
H A DMaintainers.pm253 my @Done;
257 push @Done, $file;
260 delete @ToDo{@Done};
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonGenExtract.cpp242 bool Done = convert(In); in visitBlock() local
243 if (HasCutoff && Done) in visitBlock()
245 Changed |= Done; in visitBlock()
H A DHexagonPeephole.cpp230 bool Done = false; in runOnMachineFunction() local
246 Done = true; in runOnMachineFunction()
252 if (!Done) { in runOnMachineFunction()
H A DHexagonExpandCondsets.cpp1096 bool Done = predicate(MI, (Opc == Hexagon::A2_tfrt), UpdRegs); in predicateInBlock() local
1097 if (!Done) { in predicateInBlock()
1108 Changed |= Done; in predicateInBlock()
1224 bool Done = false; in coalesceSegments() local
1247 Done = coalesceRegisters(RD, RegisterRef(S1)); in coalesceSegments()
1248 if (Done) { in coalesceSegments()
1254 if (!Done && S2.isReg()) { in coalesceSegments()
1258 Done = coalesceRegisters(RD, RegisterRef(S2)); in coalesceSegments()
1259 if (Done) { in coalesceSegments()
1265 Changed |= Done; in coalesceSegments()
H A DHexagonGenPredicate.cpp518 bool Done = convertToPredForm(MI); in runOnMachineFunction() local
519 if (Done) { in runOnMachineFunction()
526 auto Done = [Processed] (MachineInstr *MI) -> bool { in runOnMachineFunction() local
529 PUsers.remove_if(Done); in runOnMachineFunction()
/openbsd/regress/usr.bin/sed/
H A Dhanoi.expected17 Done! Try another, or end with ^D.
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DEscapeEnumerator.h35 bool Done = false; variable
/openbsd/gnu/usr.bin/perl/lib/perl5db/t/
H A Dgh-1766114 say "Done.";
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp141 bool Done = false; in GlobalModuleIndex() local
142 while (!Done) { in GlobalModuleIndex()
156 Done = true; in GlobalModuleIndex()
557 bool Done = false; in loadModuleFile() local
558 while (!Done) { in loadModuleFile()
566 Done = true; in loadModuleFile()
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DIntervalIterator.h146 bool Done = ProcessInterval(getSourceGraphNode(OrigContainer, *SuccIt));
148 if (Done) return *this; // Found a new interval! Use it!
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp176 bool Done = true; in EmitInlineAsmStr() local
180 default: Done = false; break; in EmitInlineAsmStr()
209 if (Done) break; in EmitInlineAsmStr()
/openbsd/gnu/llvm/llvm/tools/bugpoint/
H A DExtractFunction.cpp59 std::set<Constant *> Done; in globalInitUsesExternalBA() local
65 Done.insert(V); in globalInitUsesExternalBA()
75 if (C && !isa<GlobalValue>(C) && !Done.count(C)) in globalInitUsesExternalBA()

1234567