Searched refs:Done (Results 1 - 25 of 70) sorted by relevance

123

/freebsd-11-stable/targets/pseudo/
H A DMakefile.inc10 @echo Done!
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DEscapeEnumerator.h33 bool Done; member in class:llvm::EscapeEnumerator
40 Builder(F.getContext()), Done(false),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DUse.cpp57 ptrdiff_t Done = 0; local
58 while (Done < 20) {
66 new (Stop) Use(tags[Done++]);
69 ptrdiff_t Count = Done;
74 ++Done;
75 Count = Done;
79 ++Done;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLoopTraversal.h98 bool Done = true)
99 : MBB(BB), PrimaryPass(Primary), IsDone(Done) {}
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLoopTraversal.cpp44 bool Done = isBlockDone(ActiveMBB);
45 MBBTraversalOrder.push_back(TraversedMBBInfo(ActiveMBB, Primary, Done));
53 if (Done)
H A DScheduleDAG.cpp270 bool Done = true;
278 Done = false;
283 if (Done) {
301 bool Done = true;
309 Done = false;
314 if (Done) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreading.h92 enum InitStatus { Uninitialized = 0, Wait = 1, Done = 2 }; enumerator in enum:llvm::InitStatus
131 flag.status = Done;
137 while (tmp != Done) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEscapeEnumerator.cpp30 if (Done)
47 Done = true;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DFunctionInfo.cpp50 bool Done = false;
51 while (!Done) {
69 Done = true;
179 bool Done = false; local
182 while (!Done) {
196 Done = true;
H A DInlineInfo.cpp132 bool Done = false; local
133 while (!Done)
134 Done = lookup(GR, Data, Offset, ChildBaseAddr, Addr, SrcLocs, Err);
H A DLineTable.cpp71 bool Done = false; local
72 while (!Done) {
79 Done = true;
/freebsd-11-stable/contrib/amd/amd/
H A Dnfs_start.c309 amd_state = Done;
411 amd_state = Done;
439 amd_state = Done;
452 if (run_rpc() != Done) {
454 amd_state = Done;
/freebsd-11-stable/contrib/unbound/contrib/
H A Dcreate_unbound_ad_servers.cmd28 echo Done.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenExtract.cpp241 bool Done = convert(In); local
242 if (HasCutoff && Done)
244 Changed |= Done;
H A DHexagonPeephole.cpp237 bool Done = false; local
253 Done = true;
259 if (!Done) {
289 } // if (!Done)
H A DHexagonExpandCondsets.cpp1077 bool Done = predicate(*I, (Opc == Hexagon::A2_tfrt), UpdRegs); local
1078 if (!Done) {
1088 Changed |= Done;
1205 bool Done = false; local
1228 Done = coalesceRegisters(RD, RegisterRef(S1));
1229 if (Done) {
1235 if (!Done && S2.isReg()) {
1239 Done = coalesceRegisters(RD, RegisterRef(S2));
1240 if (Done) {
1246 Changed |= Done;
[all...]
H A DHexagonGenPredicate.cpp522 bool Done = convertToPredForm(MI); local
523 if (Done) {
530 auto Done = [Processed] (MachineInstr *MI) -> bool { local
533 PUsers.remove_if(Done);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp199 bool Done = true; local
203 default: Done = false; break;
208 if (Done) break;
341 bool Done = true; local
345 default: Done = false; break;
373 if (Done) break;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h194 Done // Lines are complete
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp672 bool Done = false;
674 Done = rewriteARMFrameIndex(MI, i, BaseReg, Off, TII);
677 Done = rewriteT2FrameIndex(MI, i, BaseReg, Off, TII, this);
679 assert(Done && "Unable to resolve frame index!");
680 (void)Done;
784 bool Done = false; local
786 Done = rewriteARMFrameIndex(MI, FIOperandNum, FrameReg, Offset, TII);
789 Done = rewriteT2FrameIndex(MI, FIOperandNum, FrameReg, Offset, TII, this);
791 if (Done)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIntervalIterator.h147 bool Done = ProcessInterval(getSourceGraphNode(OrigContainer, *SuccIt)); local
149 if (Done) return *this; // Found a new interval! Use it!
/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DExtractFunction.cpp59 std::set<Constant *> Done; local
65 Done.insert(V);
75 if (C && !isa<GlobalValue>(C) && !Done.count(C))
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h352 bool done() const { return Done; }
366 bool Done = false; member in class:llvm::DWARFDebugLine::SectionParser
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h100 bool Done; member in struct:llvm::AsmRewrite
107 : Kind(kind), Loc(loc), Len(len), Done(false), Val(val) {}
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp141 bool Done = false; local
142 while (!Done) {
156 Done = true;
557 bool Done = false; local
558 while (!Done) {
566 Done = true;

Completed in 356 milliseconds

123