Home
last modified time | relevance | path

Searched refs:Processed (Results 1 – 25 of 32) sorted by relevance

12

/third_party/lzma/CPP/7zip/Common/
DCWrappers.h27 UInt64 Processed; member
48 UInt64 Processed; member
62 UInt64 Processed; member
73 Processed = 0; in Init()
77 UInt64 GetProcessed() const { return Processed + (size_t)(Cur - Buf); } in GetProcessed()
135 UInt64 Processed; member
146 Processed = 0; in Init()
149 UInt64 GetProcessed() const { return Processed + (size_t)(Cur - Buf); } in GetProcessed()
DCWrappers.cpp82 p->Processed += curSize; in MyRead()
99 p->Processed += size; in MyWrite()
108 Processed = 0; in Init()
117 Processed = 0; in Init()
181 Processed += (size_t)(Cur - Buf); in ReadByteFromNewBlock()
277 Processed += size; in Flush()
/third_party/lzma/CPP/7zip/Archive/7z/
D7zFolderInStream.cpp19 Processed.ClearAndReserve(numFiles); in Init()
44 while (Processed.Size() < _numFiles) in OpenStream()
47 const HRESULT result = _updateCallback->GetStream(_indexes[Processed.Size()], &stream); in OpenStream()
118 Processed.AddInReserved(isProcessed); in AddFileInfo()
160 if (Processed.Size() >= _numFiles) in Read()
D7zFolderInStream.h42 CRecordVector<bool> Processed;
64 bool WasFinished() const { return Processed.Size() == _numFiles; } in WasFinished()
/third_party/lzma/CPP/7zip/Bundles/LzmaSpec/
DLzmaSpec.cpp33 UInt64 Processed; member
35 void Init() { Processed = 0; } in Init()
42 Processed++; in ReadByte()
51 UInt64 Processed; member
53 void Init() { Processed = 0; } in Init()
59 Processed++; in WriteByte()
665 PrintUInt64("Read ", inStream.Processed); in main2()
666 PrintUInt64("Written ", lzmaDecoder.OutWindow.OutStream.Processed); in main2()
676 if (lzmaDecoder.OutWindow.OutStream.Processed != unpackSize) in main2()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DIVUsers.h100 SmallPtrSet<Instruction*, 16> Processed; variable
115 SE(std::move(X.SE)), Processed(std::move(X.Processed)), in IVUsers()
151 return Processed.count(Inst); in isIVUserOrOperand()
DScalarEvolutionExpander.h182 SmallPtrSet<const SCEV *, 8> Processed;
183 return isHighCostExpansionHelper(Expr, L, At, Processed);
327 SmallPtrSetImpl<const SCEV *> &Processed);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCFIInstrInserter.cpp81 bool Processed = false; member
152 if (MBBVector[MBB.getNumber()].Processed) continue; in calculateCFAInfo()
216 MBBInfo.Processed = true; in calculateOutgoingCFAInfo()
230 if (CurrentInfo.Processed) in updateSuccCFAInfo()
236 if (!SuccInfo.Processed) { in updateSuccCFAInfo()
DLiveVariables.cpp250 SmallSet<unsigned, 8> Processed; in HandlePhysRegUse() local
253 if (Processed.count(SubReg)) in HandlePhysRegUse()
264 Processed.insert(*SS); in HandlePhysRegUse()
DTwoAddressInstructionPass.cpp110 SmallPtrSet<MachineInstr*, 8> Processed; member in __anon80ba56580111::TwoAddressInstructionPass
781 if (IsCopy && !Processed.insert(UseMI).second) in scanUses()
830 if (Processed.count(MI)) in processCopy()
849 Processed.insert(MI); in processCopy()
1701 Processed.clear(); in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DIVUsers.cpp174 if (!Processed.insert(I).second) in AddUsersImpl()
213 if (isa<PHINode>(User) && Processed.count(User)) in AddUsersImpl()
236 if (isa<PHINode>(User) || Processed.count(User) || in AddUsersImpl()
242 } else if (Processed.count(User) || !AddUsersImpl(User, SimpleLoopNests)) { in AddUsersImpl()
350 Processed.clear(); in releaseMemory()
424 Parent->Processed.erase(this->getUser()); in deleted()
DScalarEvolutionExpander.cpp2133 SmallPtrSetImpl<const SCEV *> &Processed) { in isHighCostExpansionHelper() argument
2147 L, At, Processed); in isHighCostExpansionHelper()
2150 L, At, Processed); in isHighCostExpansionHelper()
2153 L, At, Processed); in isHighCostExpansionHelper()
2156 if (!Processed.insert(S).second) in isHighCostExpansionHelper()
2166 if (isHighCostExpansionHelper(UDivExpr->getLHS(), L, At, Processed)) in isHighCostExpansionHelper()
2203 if (isHighCostExpansionHelper(Op, L, At, Processed)) in isHighCostExpansionHelper()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DMVETailPredication.cpp468 PHINode *Processed = Builder.CreatePHI(Ty, 2); in InsertVCTPIntrinsic() local
469 Processed->addIncoming(NumElements, L->getLoopPreheader()); in InsertVCTPIntrinsic()
491 Value *TailPredicate = Builder.CreateCall(VCTP, Processed); in InsertVCTPIntrinsic()
497 Value *Remaining = Builder.CreateSub(Processed, Factor); in InsertVCTPIntrinsic()
498 Processed->addIncoming(Remaining, L->getLoopLatch()); in InsertVCTPIntrinsic()
500 << *Processed << "\n" in InsertVCTPIntrinsic()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceCfgNode.cpp348 bool Processed = false; member in Ice::__anon8a96b08c0211::PhiDesc
394 if (!Item.Processed && sameVarOrReg(Target, Var, Item.Dest)) { in updatePreds()
484 Item.Processed = false; in advancedPhiLowering()
489 Item.Processed = true; in advancedPhiLowering()
501 if (Item.Processed) in advancedPhiLowering()
505 if (Item2.Processed) in advancedPhiLowering()
517 if (Item.Processed) in advancedPhiLowering()
541 if (Item.Processed) in advancedPhiLowering()
560 if (Item.Processed) in advancedPhiLowering()
583 BestItem->Processed = true; in advancedPhiLowering()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp128 if (Node.getNodeId() != Processed) { in PerformExpensiveChecks()
377 N->setNodeId(Processed); in run()
451 if (Node.getNodeId() != Processed) { in run()
501 if (Op.getNode()->getNodeId() == Processed) in AnalyzeNewNode()
547 if (Val.getNode()->getNodeId() == Processed) in AnalyzeNewValue()
588 N->getNodeId() != DAGTypeLegalizer::Processed && in NodeDeleted()
612 N->getNodeId() != DAGTypeLegalizer::Processed && in NodeUpdated()
665 if (M->getNodeId() == Processed) in ReplaceValueWith()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonGenPredicate.cpp515 VectOfInst Processed, Copy; in runOnMachineFunction() local
524 Processed.insert(MI); in runOnMachineFunction()
530 auto Done = [Processed] (MachineInstr *MI) -> bool { in runOnMachineFunction()
531 return Processed.count(MI); in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1032 DenseSet<DIGlobalVariable *> Processed; in beginModule() local
1035 if (Processed.insert(GV).second) in beginModule()
1309 DwarfCompileUnit &TheCU, DenseSet<InlinedEntity> &Processed) { in collectVariableInfoFromMFTable() argument
1318 Processed.insert(Var); in collectVariableInfoFromMFTable()
1554 DenseSet<InlinedEntity> &Processed) { in collectEntityInfo() argument
1556 collectVariableInfoFromMFTable(TheCU, Processed); in collectEntityInfo()
1560 if (Processed.count(IV)) in collectEntityInfo()
1578 Processed.insert(IV); in collectEntityInfo()
1652 Processed.insert(IL); in collectEntityInfo()
1662 if (!Processed.insert(InlinedEntity(DN, nullptr)).second) in collectEntityInfo()
[all …]
DCodeViewDebug.h344 void collectVariableInfoFromMFTable(DenseSet<InlinedEntity> &Processed);
/third_party/lzma/CPP/7zip/Compress/
DXzDecoder.cpp108 if (outSizeLimit && *outSizeLimit != outWrap.Processed) in Decode()
DLzma2Decoder.cpp181 if (outSize && *outSize != outWrap.Processed) in Code()
DLzmaEncoder.cpp322 _inputProcessed = inWrap.Processed; in Code()
/third_party/lzma/CPP/7zip/UI/FileManager/
DProgressDialog2a.rc60 LTEXT "Processed:", IDT_PROGRESS_PROCESSED,x2, y2, x2s, 8
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp625 bool isProcessed() { return Processed; } in isProcessed()
626 void process() { Processed = true; } in process()
635 bool Processed = false; member in __anonf3cf0d560311::EarlyCSE::StackNode
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FloatingPoint.cpp351 df_iterator_default_set<MachineBasicBlock*> Processed; in runOnMachineFunction() local
374 for (MachineBasicBlock *BB : depth_first_ext(Entry, Processed)) in runOnMachineFunction()
378 if (MF.size() != Processed.size()) in runOnMachineFunction()
380 if (Processed.insert(&BB).second) in runOnMachineFunction()
/third_party/nghttp2/doc/sources/
Dtutorial-hpack.rst109 function repeatedly until all bytes are processed. Processed bytes

12