Home
last modified time | relevance | path

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

/third_party/libxml2/doc/examples/
Dreader4.res1 test1.xml: Processed ok
2 test2.xml: Processed ok
3 test3.xml: Processed ok
/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 __anon677b46570111::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::__anond9bc604b0211::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()
DLegalizeTypes.h50 Processed = -3 enumerator
/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);
DCodeViewDebug.cpp1143 DenseSet<InlinedEntity> &Processed) { in collectVariableInfoFromMFTable() argument
1155 Processed.insert(InlinedEntity(VI.Var, VI.Loc->getInlinedAt())); in collectVariableInfoFromMFTable()
1297 DenseSet<InlinedEntity> Processed; in collectVariableInfo() local
1299 collectVariableInfoFromMFTable(Processed); in collectVariableInfo()
1303 if (Processed.count(IV)) in collectVariableInfo()
/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 __anon89c78e350311::EarlyCSE::StackNode
DLoopStrengthReduce.cpp905 SmallPtrSetImpl<const SCEV*> &Processed, in isHighCostExpansion() argument
914 Processed, SE); in isHighCostExpansion()
917 Processed, SE); in isHighCostExpansion()
920 Processed, SE); in isHighCostExpansion()
923 if (!Processed.insert(S).second) in isHighCostExpansion()
928 if (isHighCostExpansion(S, Processed, SE)) in isHighCostExpansion()
938 return isHighCostExpansion(Mul->getOperand(1), Processed, SE); in isHighCostExpansion()
2819 SmallPtrSet<const SCEV*, 8> Processed; in isProfitableIncrement() local
2820 return !isHighCostExpansion(IncExpr, Processed, SE); in isProfitableIncrement()
/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
/third_party/icu/docs/userguide/locale/
Dresources.md879 Processed file might look a bit like this:
/third_party/icu/docs/userguide/
Dicudata.md949 * Source format: Processed from FractionalUCA.txt like ICU 52 ucadata.icu
/third_party/freetype/docs/reference/assets/javascripts/
Dbundle.82b56eb2.min.js.map4 …ions like Netlify previews.\n *\n * @param urls - URLs\n *\n * @returns Processed URLs\n */\nfunct…
/third_party/node/tools/
Dlint-md.mjs30301 * Processed files.