/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFixIrreducibleControlFlow.cpp | 80 for (auto *Pred : MBB->predecessors()) { in ReachabilityGraph() local 147 for (auto *Pred : MBB->predecessors()) { in calculate() local 166 for (auto *Pred : Looper->predecessors()) { in calculate() local 201 for (auto *Pred : Entry->predecessors()) { in calculate() local 212 for (auto *Pred : MBB->predecessors()) { in calculate() local 385 for (auto *Pred : Entry->predecessors()) { in makeSingleEntryLoop() local 394 for (auto *Pred : AllPreds) { in makeSingleEntryLoop() local 409 for (auto *Pred : AllPreds) in makeSingleEntryLoop() local 419 for (auto *Pred : AllPreds) { in makeSingleEntryLoop() local 450 for (auto *Pred : AllPreds) { in makeSingleEntryLoop() local
|
D | WebAssemblyCFGSort.cpp | 252 for (const MachineBasicBlock *Pred : MBB.predecessors()) in sortBlocks() local 374 for (auto Pred : MBB.predecessors()) in sortBlocks() local 381 for (auto Pred : MBB.predecessors()) in sortBlocks() local 390 for (auto Pred : MBB.predecessors()) in sortBlocks() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ScalarEvolutionNormalization.cpp | 36 const NormalizePredTy Pred; member 99 auto Pred = [&](const SCEVAddRecExpr *AR) { in normalizeForPostIncUse() local 105 const SCEV *llvm::normalizeForPostIncUseIf(const SCEV *S, NormalizePredTy Pred, in normalizeForPostIncUseIf() 113 auto Pred = [&](const SCEVAddRecExpr *AR) { in denormalizeForPostIncUse() local
|
D | CmpInstAnalysis.cpp | 22 ICmpInst::Predicate Pred = InvertPred ? ICI->getInversePredicate() in getICmpCode() local 43 CmpInst::Predicate &Pred) { in getPredForICmpCode() 67 CmpInst::Predicate &Pred, in decomposeBitTestICmp()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineCXX.cpp | 26 ExplodedNode *Pred, in CreateCXXTemporaryObject() 39 void ExprEngine::performTrivialCopy(NodeBuilder &Bldr, ExplodedNode *Pred, in performTrivialCopy() 108 ExplodedNode *Pred) { in getRegionForConstructedObject() 234 ExplodedNode *Pred, in VisitCXXConstructExpr() 359 ExplodedNode *Pred, in VisitCXXDestructor() 401 ExplodedNode *Pred, in VisitCXXNewAllocatorCall() 426 void ExprEngine::VisitCXXNewExpr(const CXXNewExpr *CNE, ExplodedNode *Pred, in VisitCXXNewExpr() 532 ExplodedNode *Pred, ExplodedNodeSet &Dst) { in VisitCXXDeleteExpr() 539 ExplodedNode *Pred, in VisitCXXCatchStmt() 557 void ExprEngine::VisitCXXThisExpr(const CXXThisExpr *TE, ExplodedNode *Pred, in VisitCXXThisExpr() [all …]
|
D | ExprEngineObjC.cpp | 23 ExplodedNode *Pred, in VisitLvalObjCIvarRefExpr() 40 ExplodedNode *Pred, in VisitObjCAtSynchronizedStmt() 46 ExplodedNode *Pred, in VisitObjCForCollectionStmt() 136 ExplodedNode *Pred, in VisitObjCMessage() 226 ExplodedNode *Pred = *DI; in VisitObjCMessage() local
|
D | CoreEngine.cpp | 242 void CoreEngine::dispatchWorkItem(ExplodedNode* Pred, ProgramPoint Loc, in dispatchWorkItem() 296 void CoreEngine::HandleBlockEdge(const BlockEdge &L, ExplodedNode *Pred) { in HandleBlockEdge() 336 ExplodedNode *Pred) { in HandleBlockEntrance() 355 void CoreEngine::HandleBlockExit(const CFGBlock * B, ExplodedNode *Pred) { in HandleBlockExit() 471 void CoreEngine::HandleCallEnter(const CallEnter &CE, ExplodedNode *Pred) { in HandleCallEnter() 477 const CFGBlock * B, ExplodedNode *Pred) { in HandleBranch() 489 ExplodedNode *Pred) { in HandleCleanupTemporaryBranch() 500 ExplodedNode *Pred) { in HandleStaticInit() 512 ExplodedNode *Pred) { in HandlePostStmt() 528 ExplodedNode *Pred) { in generateNode()
|
D | ExprEngineC.cpp | 23 ExplodedNode *Pred, in VisitBinaryOperator() 187 void ExprEngine::VisitBlockExpr(const BlockExpr *BE, ExplodedNode *Pred, in VisitBlockExpr() 250 ExplodedNode *Pred, ExplodedNodeSet &Dst) { in VisitCast() 444 ExplodedNode *Pred, in VisitCompoundLiteralExpr() 476 void ExprEngine::VisitDeclStmt(const DeclStmt *DS, ExplodedNode *Pred, in VisitDeclStmt() 552 void ExprEngine::VisitLogicalExpr(const BinaryOperator* B, ExplodedNode *Pred, in VisitLogicalExpr() 622 ExplodedNode *Pred, in VisitInitListExpr() 673 ExplodedNode *Pred, in VisitGuardedExpr() 732 ExplodedNode *Pred, ExplodedNodeSet &Dst) { in VisitOffsetOfExpr() 751 ExplodedNode *Pred, in VisitUnaryExprOrTypeTraitExpr() [all …]
|
D | ExprEngine.cpp | 289 void ExprEngine::processCFGElement(const CFGElement E, ExplodedNode *Pred, in processCFGElement() 318 const ExplodedNode *Pred, in shouldRemoveDeadBindings() 343 void ExprEngine::removeDead(ExplodedNode *Pred, ExplodedNodeSet &Out, in removeDead() 426 ExplodedNode *Pred) { in ProcessStmt() 457 ExplodedNode *Pred) { in ProcessInitializer() 545 ExplodedNode *Pred) { in ProcessImplicitDtor() 572 ExplodedNode *Pred) { in ProcessNewAllocator() 591 ExplodedNode *Pred, in ProcessAutomaticObjDtor() 610 ExplodedNode *Pred, in ProcessDeleteDtor() 639 ExplodedNode *Pred, ExplodedNodeSet &Dst) { in ProcessBaseDtor() [all …]
|
D | ExprEngineCallAndReturn.cpp | 41 ExplodedNode *Pred) { in processCallEnter() 163 ExplodedNode *Pred, in removeDeadOnEndOfFunction() 470 void ExprEngine::VisitCallExpr(const CallExpr *CE, ExplodedNode *Pred, in VisitCallExpr() 498 void ExprEngine::evalCall(ExplodedNodeSet &Dst, ExplodedNode *Pred, in evalCall() 563 ExplodedNode *Pred, in conservativeEvalCall() 579 const ExplodedNode *Pred, in mayInlineCallKind() 790 const ExplodedNode *Pred) { in shouldInlineCall() 890 void ExprEngine::defaultEvalCall(NodeBuilder &Bldr, ExplodedNode *Pred, in defaultEvalCall() 943 NodeBuilder &Bldr, ExplodedNode *Pred) { in BifurcateCall() 979 void ExprEngine::VisitReturnStmt(const ReturnStmt *RS, ExplodedNode *Pred, in VisitReturnStmt()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | ArrayRef.h | 193 template <class PredicateT> ArrayRef<T> drop_while(PredicateT Pred) const { in drop_while() 199 template <class PredicateT> ArrayRef<T> drop_until(PredicateT Pred) const { in drop_until() 219 template <class PredicateT> ArrayRef<T> take_while(PredicateT Pred) const { in take_while() 225 template <class PredicateT> ArrayRef<T> take_until(PredicateT Pred) const { in take_until() 368 MutableArrayRef<T> drop_while(PredicateT Pred) const { in drop_while() 375 MutableArrayRef<T> drop_until(PredicateT Pred) const { in drop_until() 396 MutableArrayRef<T> take_while(PredicateT Pred) const { in take_while() 403 MutableArrayRef<T> take_until(PredicateT Pred) const { in take_until()
|
D | STLExtras.h | 266 PredicateT Pred; member 279 filter_iterator(WrappedIteratorT Begin, WrappedIteratorT End, PredicateT Pred) in filter_iterator() 312 make_filter_range(RangeT &&Range, PredicateT Pred) { in make_filter_range()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | ArrayRef.h | 210 template <class PredicateT> ArrayRef<T> drop_while(PredicateT Pred) const { in drop_while() 216 template <class PredicateT> ArrayRef<T> drop_until(PredicateT Pred) const { in drop_until() 236 template <class PredicateT> ArrayRef<T> take_while(PredicateT Pred) const { in take_while() 242 template <class PredicateT> ArrayRef<T> take_until(PredicateT Pred) const { in take_until() 384 MutableArrayRef<T> drop_while(PredicateT Pred) const { in drop_while() 391 MutableArrayRef<T> drop_until(PredicateT Pred) const { in drop_until() 412 MutableArrayRef<T> take_while(PredicateT Pred) const { in take_while() 419 MutableArrayRef<T> take_until(PredicateT Pred) const { in take_until()
|
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/ |
D | copy_if.pass.cpp | 36 struct Pred struct 51 OutIter r = std::copy_if(InIter(ia), InIter(ia+N), OutIter(ib), Pred()); in test() argument
|
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvar/ |
D | wait_pred.pass.cpp | 31 class Pred class 35 explicit Pred(int& i) : i_(i) {} in Pred() function in Pred
|
D | wait_for_pred.pass.cpp | 28 class Pred class 32 explicit Pred(int& i) : i_(i) {} in Pred() function in Pred
|
D | wait_until_pred.pass.cpp | 45 class Pred class 49 explicit Pred(int& i) : i_(i) {} in Pred() function in Pred
|
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/ |
D | wait_pred.pass.cpp | 35 class Pred class 39 explicit Pred(int& i) : i_(i) {} in Pred() function in Pred
|
D | wait_for_pred.pass.cpp | 27 class Pred class 31 explicit Pred(int& i) : i_(i) {} in Pred() function in Pred
|
D | wait_until_pred.pass.cpp | 45 class Pred class 49 explicit Pred(int& i) : i_(i) {} in Pred() function in Pred
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/ |
D | RandomIRBuilder.cpp | 29 SourcePred Pred) { in findOrCreateSource() 42 ArrayRef<Value *> Srcs, SourcePred Pred) { in newSource() 135 ArrayRef<Value *> Srcs, SourcePred Pred) { in findPointer()
|
D | Operations.cpp | 125 CmpInst::Predicate Pred) { in cmpOpDescriptor() 190 auto Pred = [](ArrayRef<Value *> Cur, const Value *V) { in validExtractValueIndex() local 222 auto Pred = [](ArrayRef<Value *> Cur, const Value *V) { in matchScalarInAggregate() local 246 auto Pred = [](ArrayRef<Value *> Cur, const Value *V) { in validInsertValueIndex() local 297 auto Pred = [](ArrayRef<Value *> Cur, const Value *V) { in validShuffleVectorIndex() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 76 static bool isSignTest(ICmpInst::Predicate &Pred, const APInt &C) { in isSignTest() 1103 ICmpInst::Predicate Pred) { in foldICmpAddOpConst() 1157 auto getICmp = [&I](CmpInst::Predicate Pred, Value *LHS, Value *RHS) { in foldICmpShrConstConst() 1216 auto getICmp = [&I](CmpInst::Predicate Pred, Value *LHS, Value *RHS) { in foldICmpShlConstConst() 1346 ICmpInst::Predicate Pred; in foldIRemByPowerOfTwoToBitTest() local 1363 ICmpInst::Predicate Pred; in foldSignBitTest() local 1393 CmpInst::Predicate Pred = Cmp.getPredicate(); in foldICmpWithZero() local 1445 CmpInst::Predicate Pred = Cmp.getPredicate(); in foldICmpWithConstant() local 1483 CmpInst::Predicate Pred = Cmp.getPredicate(); in foldICmpWithDominatingICmp() local 1531 ICmpInst::Predicate Pred = Cmp.getPredicate(); in foldICmpTruncConstant() local [all …]
|
/external/clang/lib/Analysis/ |
D | ThreadSafetyTIL.cpp | 56 unsigned BasicBlock::addPredecessor(BasicBlock *Pred) { in addPredecessor() 198 for (auto *Pred : Predecessors) in topologicalFinalSort() local 212 for (auto *Pred : Predecessors) { in computeDominator() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | SSAUpdaterImpl.h | 139 BlkT *Pred = Preds[p]; in BuildBlockList() local 252 BBInfo *Pred = Info->Preds[p]; in FindDominators() local 282 bool IsDefInDomFrontier(const BBInfo *Pred, const BBInfo *IDom) { in IsDefInDomFrontier() 373 BlkT *Pred = PredInfo->BB; in FindAvailableVals() local
|