| /third_party/libxml2/doc/examples/ |
| D | reader4.res | 1 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/ |
| D | IVUsers.h | 100 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()
|
| D | ScalarEvolutionExpander.h | 182 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/ |
| D | CFIInstrInserter.cpp | 81 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()
|
| D | LiveVariables.cpp | 250 SmallSet<unsigned, 8> Processed; in HandlePhysRegUse() local 253 if (Processed.count(SubReg)) in HandlePhysRegUse() 264 Processed.insert(*SS); in HandlePhysRegUse()
|
| D | TwoAddressInstructionPass.cpp | 110 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/ |
| D | IVUsers.cpp | 174 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()
|
| D | ScalarEvolutionExpander.cpp | 2133 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/ |
| D | MVETailPredication.cpp | 468 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/ |
| D | IceCfgNode.cpp | 348 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/ |
| D | LegalizeTypes.cpp | 128 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()
|
| D | LegalizeTypes.h | 50 Processed = -3 enumerator
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| D | HexagonGenPredicate.cpp | 515 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/ |
| D | DwarfDebug.cpp | 1032 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 …]
|
| D | CodeViewDebug.h | 344 void collectVariableInfoFromMFTable(DenseSet<InlinedEntity> &Processed);
|
| D | CodeViewDebug.cpp | 1143 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/ |
| D | EarlyCSE.cpp | 625 bool isProcessed() { return Processed; } in isProcessed() 626 void process() { Processed = true; } in process() 635 bool Processed = false; member in __anon89c78e350311::EarlyCSE::StackNode
|
| D | LoopStrengthReduce.cpp | 905 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/ |
| D | X86FloatingPoint.cpp | 351 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/ |
| D | tutorial-hpack.rst | 109 function repeatedly until all bytes are processed. Processed bytes
|
| /third_party/icu/docs/userguide/locale/ |
| D | resources.md | 879 Processed file might look a bit like this:
|
| /third_party/icu/docs/userguide/ |
| D | icudata.md | 949 * Source format: Processed from FractionalUCA.txt like ICU 52 ucadata.icu
|
| /third_party/freetype/docs/reference/assets/javascripts/ |
| D | bundle.82b56eb2.min.js.map | 4 …ions like Netlify previews.\n *\n * @param urls - URLs\n *\n * @returns Processed URLs\n */\nfunct…
|
| /third_party/node/tools/ |
| D | lint-md.mjs | 30301 * Processed files.
|