Home
last modified time | relevance | path

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

123456

/NextBSD/contrib/llvm/lib/IR/
HDUse.cpp58 ptrdiff_t Done = 0; in initTags() local
59 while (Done < 20) { in initTags()
67 new (Stop) Use(tags[Done++]); in initTags()
70 ptrdiff_t Count = Done; in initTags()
75 ++Done; in initTags()
76 Count = Done; in initTags()
80 ++Done; in initTags()
/NextBSD/contrib/amd/amd/
HDnfs_start.c314 amd_state = Done; in run_rpc()
415 amd_state = Done; in mount_automounter()
448 if (run_rpc() != Done) { in mount_automounter()
450 amd_state = Done; in mount_automounter()
/NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinterInlineAsm.cpp191 bool Done = true; in EmitMSInlineAsmStr() local
195 default: Done = false; break; in EmitMSInlineAsmStr()
200 if (Done) break; in EmitMSInlineAsmStr()
289 bool Done = true; in EmitGCCInlineAsmStr() local
293 default: Done = false; break; in EmitGCCInlineAsmStr()
321 if (Done) break; in EmitGCCInlineAsmStr()
/NextBSD/contrib/llvm/lib/Target/ARM/
HDARMBaseRegisterInfo.cpp610 bool Done = false; in resolveFrameIndex() local
612 Done = rewriteARMFrameIndex(MI, i, BaseReg, Off, TII); in resolveFrameIndex()
615 Done = rewriteT2FrameIndex(MI, i, BaseReg, Off, TII); in resolveFrameIndex()
617 assert (Done && "Unable to resolve frame index!"); in resolveFrameIndex()
618 (void)Done; in resolveFrameIndex()
725 bool Done = false; in eliminateFrameIndex() local
727 Done = rewriteARMFrameIndex(MI, FIOperandNum, FrameReg, Offset, TII); in eliminateFrameIndex()
730 Done = rewriteT2FrameIndex(MI, FIOperandNum, FrameReg, Offset, TII); in eliminateFrameIndex()
732 if (Done) in eliminateFrameIndex()
/NextBSD/contrib/llvm/lib/CodeGen/
HDScheduleDAG.cpp240 bool Done = true; in ComputeDepth() local
249 Done = false; in ComputeDepth()
254 if (Done) { in ComputeDepth()
273 bool Done = true; in ComputeHeight() local
282 Done = false; in ComputeHeight()
287 if (Done) { in ComputeHeight()
/NextBSD/contrib/llvm/lib/Object/
HDMachOObjectFile.cpp1216 : Trie(T), Malformed(false), Done(false) { } in ExportEntry()
1225 Done = true; in moveToEnd()
1230 if (Done || Other.Done) in operator ==()
1231 return (Done == Other.Done); in operator ==()
1372 Done = true; in moveNext()
1398 PointerSize(is64Bit ? 8 : 4), Malformed(false), Done(false) {} in MachORebaseEntry()
1408 Done = true; in moveToEnd()
1419 Done = true; in moveNext()
1431 Done = true; in moveNext()
1547 (Done == Other.Done); in operator ==()
[all …]
/NextBSD/contrib/llvm/lib/Target/Hexagon/
HDHexagonGenExtract.cpp232 bool Done = convert(In); in visitBlock() local
233 if (HasCutoff && Done) in visitBlock()
235 Changed |= Done; in visitBlock()
HDHexagonPeephole.cpp245 bool Done = false; in runOnMachineFunction() local
260 Done = true; in runOnMachineFunction()
266 if (!Done) { in runOnMachineFunction()
HDHexagonGenPredicate.cpp503 bool Done = convertToPredForm(MI); in runOnMachineFunction() local
504 if (Done) { in runOnMachineFunction()
511 auto Done = [Processed] (MachineInstr *MI) -> bool { in runOnMachineFunction() local
514 PUsers.remove_if(Done); in runOnMachineFunction()
HDHexagonExpandCondsets.cpp1098 bool Done = predicate(I, (Opc == Hexagon::A2_tfrt)); in predicateInBlock() local
1099 if (!Done) { in predicateInBlock()
1105 Changed |= Done; in predicateInBlock()
1271 bool Done = false; in coalesceSegments() local
1294 Done = coalesceRegisters(RD, RegisterRef(S1)); in coalesceSegments()
1296 if (!Done && S2.isReg()) { in coalesceSegments()
1300 Done = coalesceRegisters(RD, RegisterRef(S2)); in coalesceSegments()
1302 Changed |= Done; in coalesceSegments()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDGlobalModuleIndex.cpp132 bool Done = false; in GlobalModuleIndex() local
133 while (!Done) { in GlobalModuleIndex()
143 Done = true; in GlobalModuleIndex()
525 bool Done = false; in loadModuleFile() local
526 while (!Done) { in loadModuleFile()
530 Done = true; in loadModuleFile()
/NextBSD/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/dtraceUtil/
HDtst.DestructWithFunction.d.ksh.out1 Done chilling
HDtst.DestructWithID.d.ksh.out1 Done chilling
HDtst.DestructWithProvider.d.ksh.out1 Done chilling
HDtst.DestructWithModule.d.ksh.out1 Done chilling
HDtst.DestructWithName.d.ksh.out1 Done chilling
/NextBSD/targets/pseudo/
HDMakefile.inc10 @echo Done!
/NextBSD/contrib/llvm/lib/Target/AArch64/
HDAArch64RegisterInfo.cpp361 bool Done = rewriteAArch64FrameIndex(MI, i, BaseReg, Off, TII); in resolveFrameIndex() local
362 assert(Done && "Unable to resolve frame index!"); in resolveFrameIndex()
363 (void)Done; in resolveFrameIndex()
/NextBSD/usr.bin/sed/tests/
HDregress.hanoi.out17 Done! Try another, or end with ^D.
/NextBSD/contrib/tcsh/nls/C/
HDset1710 7 Done
/NextBSD/contrib/llvm/include/llvm/Analysis/
HDIntervalIterator.h146 bool Done = ProcessInterval(getSourceGraphNode(OrigContainer, *SuccIt)); variable
148 if (Done) return *this; // Found a new interval! Use it!
/NextBSD/contrib/llvm/tools/bugpoint/
HDExtractFunction.cpp61 std::set<Constant*> Done; in globalInitUsesExternalBA() local
67 Done.insert(V); in globalInitUsesExternalBA()
77 if (C && !isa<GlobalValue>(C) && !Done.count(C)) in globalInitUsesExternalBA()
/NextBSD/contrib/llvm/include/llvm/Object/
HDMachO.h99 bool Done; variable
135 bool Done; variable
183 bool Done; variable
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectExpression.cpp411 return LineStatus::Done; in IOHandlerLinesUpdated()
418 return LineStatus::Done; in IOHandlerLinesUpdated()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-private-enumerations.h231 Done // Lines are complete enumerator

123456