Home
last modified time | relevance | path

Searched defs:Pred (Results 1 – 25 of 403) sorted by relevance

12345678910>>...17

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolutionNormalization.cpp37 const NormalizePredTy Pred; member
100 auto Pred = [&](const SCEVAddRecExpr *AR) { in normalizeForPostIncUse() local
106 const SCEV *llvm::normalizeForPostIncUseIf(const SCEV *S, NormalizePredTy Pred, in normalizeForPostIncUseIf()
114 auto Pred = [&](const SCEVAddRecExpr *AR) { in denormalizeForPostIncUse() local
DCmpInstAnalysis.cpp23 ICmpInst::Predicate Pred = InvertPred ? ICI->getInversePredicate() in getICmpCode() local
68 CmpInst::Predicate &Pred, in decomposeBitTestICmp()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineObjC.cpp23 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
DExprEngineCXX.cpp26 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 …]
DCoreEngine.cpp242 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()
DExprEngineC.cpp23 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 …]
DExprEngine.cpp289 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 …]
DExprEngineCallAndReturn.cpp41 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/
DArrayRef.h193 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()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DArrayRef.h201 template <class PredicateT> ArrayRef<T> drop_while(PredicateT Pred) const { in drop_while()
207 template <class PredicateT> ArrayRef<T> drop_until(PredicateT Pred) const { in drop_until()
227 template <class PredicateT> ArrayRef<T> take_while(PredicateT Pred) const { in take_while()
233 template <class PredicateT> ArrayRef<T> take_until(PredicateT Pred) const { in take_until()
375 MutableArrayRef<T> drop_while(PredicateT Pred) const { in drop_while()
382 MutableArrayRef<T> drop_until(PredicateT Pred) const { in drop_until()
403 MutableArrayRef<T> take_while(PredicateT Pred) const { in take_while()
410 MutableArrayRef<T> take_until(PredicateT Pred) const { in take_until()
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/
Dcopy_if.pass.cpp36 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/
Dwait_pred.pass.cpp31 class Pred class
35 explicit Pred(int& i) : i_(i) {} in Pred() function in Pred
Dwait_for_pred.pass.cpp28 class Pred class
32 explicit Pred(int& i) : i_(i) {} in Pred() function in Pred
Dwait_until_pred.pass.cpp45 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/
Dwait_pred.pass.cpp35 class Pred class
39 explicit Pred(int& i) : i_(i) {} in Pred() function in Pred
Dwait_for_pred.pass.cpp27 class Pred class
31 explicit Pred(int& i) : i_(i) {} in Pred() function in Pred
Dwait_until_pred.pass.cpp45 class Pred class
49 explicit Pred(int& i) : i_(i) {} in Pred() function in Pred
/external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/
DRandomIRBuilder.cpp30 SourcePred Pred) { in findOrCreateSource()
43 ArrayRef<Value *> Srcs, SourcePred Pred) { in newSource()
135 ArrayRef<Value *> Srcs, SourcePred Pred) { in findPointer()
DOperations.cpp126 CmpInst::Predicate Pred) { in cmpOpDescriptor()
191 auto Pred = [](ArrayRef<Value *> Cur, const Value *V) { in validExtractValueIndex() local
223 auto Pred = [](ArrayRef<Value *> Cur, const Value *V) { in matchScalarInAggregate() local
247 auto Pred = [](ArrayRef<Value *> Cur, const Value *V) { in validInsertValueIndex() local
298 auto Pred = [](ArrayRef<Value *> Cur, const Value *V) { in validShuffleVectorIndex() local
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DBlockFrequencyImpl.h163 BlockT *Pred = *PI; in getSingleBlockPred() local
183 if(BlockT *Pred = getSingleBlockPred(BB)) { in doBlock() local
197 BlockT *Pred = *PI; in doBlock() local
241 BlockT *Pred = *PI; in doLoop() local
294 BlockT *Pred = *PI; in doFunction() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyCFGSort.cpp127 for (const MachineBasicBlock *Pred : MBB.predecessors()) in SortBlocks() local
243 for (auto Pred : MBB.predecessors()) in SortBlocks() local
250 for (auto Pred : MBB.predecessors()) in SortBlocks() local
/external/clang/lib/Analysis/
DThreadSafetyTIL.cpp56 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-7.0/llvm/include/llvm/Transforms/Utils/
DSSAUpdaterImpl.h140 BlkT *Pred = Preds[p]; in BuildBlockList() local
253 BBInfo *Pred = Info->Preds[p]; in FindDominators() local
283 bool IsDefInDomFrontier(const BBInfo *Pred, const BBInfo *IDom) { in IsDefInDomFrontier()
374 BlkT *Pred = PredInfo->BB; in FindAvailableVals() local
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXISelDAGToDAG.cpp93 SDValue Pred = Node->getOperand(1); in SelectBRCOND() local
133 SDValue Pred = CurDAG->getRegister(PTX::NoRegister, MVT::i1); in SelectREADPARAM() local
171 SDValue Pred = CurDAG->getRegister(PTX::NoRegister, MVT::i1); in SelectWRITEPARAM() local
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
DSSAUpdaterImpl.h117 BlkT *Pred = Preds[p]; in BuildBlockList() local
230 BBInfo *Pred = Info->Preds[p]; in FindDominators() local
260 bool IsDefInDomFrontier(const BBInfo *Pred, const BBInfo *IDom) { in IsDefInDomFrontier()
352 BlkT *Pred = PredInfo->BB; in FindAvailableVals() local

12345678910>>...17