Home
last modified time | relevance | path

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

12345678910>>...13

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCmpInstAnalysis.cpp21 unsigned llvm::getICmpCode(CmpInst::Predicate Pred) { in getICmpCode()
41 CmpInst::Predicate &Pred) { in getPredForICmpCode()
65 CmpInst::Predicate &Pred) { in getPredForFCmpCode()
77 CmpInst::Predicate &Pred, in decomposeBitTestICmp()
H A DScalarEvolutionNormalization.cpp37 const NormalizePredTy Pred; member
103 auto Pred = [&](const SCEVAddRecExpr *AR) { in normalizeForPostIncUse() local
115 const SCEV *llvm::normalizeForPostIncUseIf(const SCEV *S, NormalizePredTy Pred, in normalizeForPostIncUseIf()
125 auto Pred = [&](const SCEVAddRecExpr *AR) { in denormalizeForPostIncUse() local
H A DValueLattice.cpp14 ValueLatticeElement::getCompare(CmpInst::Predicate Pred, Type *Ty, in getCompare()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp92 for (auto *Pred : MBB->predecessors()) { in ReachabilityGraph() local
159 for (auto *Pred : MBB->predecessors()) { in calculate() local
178 for (auto *Pred : Looper->predecessors()) { in calculate() local
213 for (auto *Pred : Entry->predecessors()) { in calculate() local
224 for (auto *Pred : MBB->predecessors()) { in calculate() local
394 for (auto *Pred : Entry->predecessors()) { in makeSingleEntryLoop() local
403 for (auto *Pred : AllPreds) { in makeSingleEntryLoop() local
418 for (auto *Pred : AllPreds) { in makeSingleEntryLoop() local
431 for (auto *Pred : AllPreds) { in makeSingleEntryLoop() local
461 for (auto *Pred : AllPreds) { in makeSingleEntryLoop() local
H A DWebAssemblyCFGSort.cpp201 for (const MachineBasicBlock *Pred : MBB.predecessors()) in sortBlocks() local
351 for (auto *Pred : MBB.predecessors()) in sortBlocks() local
358 for (auto *Pred : MBB.predecessors()) in sortBlocks() local
367 for (auto *Pred : MBB.predecessors()) in sortBlocks() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp182 void CoreEngine::dispatchWorkItem(ExplodedNode* Pred, ProgramPoint Loc, in dispatchWorkItem()
225 void CoreEngine::HandleBlockEdge(const BlockEdge &L, ExplodedNode *Pred) { in HandleBlockEdge()
295 ExplodedNode *Pred) { in HandleBlockEntrance()
312 void CoreEngine::HandleBlockExit(const CFGBlock * B, ExplodedNode *Pred) { in HandleBlockExit()
436 void CoreEngine::HandleCallEnter(const CallEnter &CE, ExplodedNode *Pred) { in HandleCallEnter()
442 const CFGBlock * B, ExplodedNode *Pred) { in HandleBranch()
454 ExplodedNode *Pred) { in HandleCleanupTemporaryBranch()
465 ExplodedNode *Pred) { in HandleStaticInit()
476 ExplodedNode *Pred) { in HandlePostStmt()
489 ExplodedNode *Pred) { in HandleVirtualBaseBranch()
[all …]
H A DExprEngineC.cpp41 ExplodedNode *Pred, in VisitBinaryOperator()
193 void ExprEngine::VisitBlockExpr(const BlockExpr *BE, ExplodedNode *Pred, in VisitBlockExpr()
257 ExplodedNode* Pred) { in handleLValueBitCast()
283 ExplodedNode *Pred, ExplodedNodeSet &Dst) { in VisitCast()
541 ExplodedNode *Pred, in VisitCompoundLiteralExpr()
565 void ExprEngine::VisitDeclStmt(const DeclStmt *DS, ExplodedNode *Pred, in VisitDeclStmt()
641 void ExprEngine::VisitLogicalExpr(const BinaryOperator* B, ExplodedNode *Pred, in VisitLogicalExpr()
736 ExplodedNode *Pred, in VisitInitListExpr()
786 ExplodedNode *Pred, in VisitGuardedExpr()
849 ExplodedNode *Pred, ExplodedNodeSet &Dst) { in VisitOffsetOfExpr()
[all …]
H A DExprEngineCXX.cpp31 ExplodedNode *Pred, in CreateCXXTemporaryObject()
44 void ExprEngine::performTrivialCopy(NodeBuilder &Bldr, ExplodedNode *Pred, in performTrivialCopy()
583 ExplodedNode *Pred, in handleConstructor()
845 ExplodedNode *Pred, in VisitCXXConstructExpr()
851 const CXXInheritedCtorInitExpr *CE, ExplodedNode *Pred, in VisitCXXInheritedCtorInitExpr()
860 ExplodedNode *Pred, in VisitCXXDestructor()
924 ExplodedNode *Pred, in VisitCXXNewAllocatorCall()
995 void ExprEngine::VisitCXXNewExpr(const CXXNewExpr *CNE, ExplodedNode *Pred, in VisitCXXNewExpr()
1128 ExplodedNode *Pred, ExplodedNodeSet &Dst) { in VisitCXXDeleteExpr()
1149 void ExprEngine::VisitCXXCatchStmt(const CXXCatchStmt *CS, ExplodedNode *Pred, in VisitCXXCatchStmt()
[all …]
H A DExprEngineCallAndReturn.cpp45 ExplodedNode *Pred) { in processCallEnter()
166 ExplodedNode *Pred, in removeDeadOnEndOfFunction()
532 ExplodedNode *Pred, ProgramStateRef State) { in inlineCall()
602 void ExprEngine::VisitCallExpr(const CallExpr *CE, ExplodedNode *Pred, in VisitCallExpr()
654 ExplodedNode *Pred, in finishArgumentConstruction()
672 void ExprEngine::evalCall(ExplodedNodeSet &Dst, ExplodedNode *Pred, in evalCall()
832 ExplodedNode *Pred, ProgramStateRef State) { in conservativeEvalCall()
842 ExprEngine::mayInlineCallKind(const CallEvent &Call, const ExplodedNode *Pred, in mayInlineCallKind()
1072 const ExplodedNode *Pred, in shouldInlineCall()
1214 void ExprEngine::defaultEvalCall(NodeBuilder &Bldr, ExplodedNode *Pred, in defaultEvalCall()
[all …]
H A DExprEngine.cpp966 void ExprEngine::processCFGElement(const CFGElement E, ExplodedNode *Pred, in processCFGElement()
1005 const ExplodedNode *Pred, in shouldRemoveDeadBindings()
1029 void ExprEngine::removeDead(ExplodedNode *Pred, ExplodedNodeSet &Out, in removeDead()
1109 void ExprEngine::ProcessStmt(const Stmt *currStmt, ExplodedNode *Pred) { in ProcessStmt()
1139 void ExprEngine::ProcessLoopExit(const Stmt* S, ExplodedNode *Pred) { in ProcessLoopExit()
1158 ExplodedNode *Pred) { in ProcessInitializer()
1291 ExplodedNode *Pred) { in ProcessImplicitDtor()
1318 ExplodedNode *Pred) { in ProcessNewAllocator()
1338 ExplodedNode *Pred, in ProcessAutomaticObjDtor()
1410 ExplodedNode *Pred, in ProcessDeleteDtor()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DArrayRef.h217 template <class PredicateT> ArrayRef<T> drop_while(PredicateT Pred) const { in drop_while()
223 template <class PredicateT> ArrayRef<T> drop_until(PredicateT Pred) const { in drop_until()
243 template <class PredicateT> ArrayRef<T> take_while(PredicateT Pred) const { in take_while()
249 template <class PredicateT> ArrayRef<T> take_until(PredicateT Pred) const { in take_until()
400 MutableArrayRef<T> drop_while(PredicateT Pred) const { in drop_while()
407 MutableArrayRef<T> drop_until(PredicateT Pred) const { in drop_until()
428 MutableArrayRef<T> take_while(PredicateT Pred) const { in take_while()
435 MutableArrayRef<T> take_until(PredicateT Pred) const { in take_until()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUExportClustering.cpp69 for (const SDep &Pred : SUb->Preds) { in buildCluster() local
85 for (const SDep &Pred : SU.Preds) { in removeExportDependencies() local
102 for (SDep Pred : ToRemove) in removeExportDependencies() local
104 for (SDep Pred : ToAdd) in removeExportDependencies() local
H A DSIOptimizeVGPRLiveRange.cpp191 for (auto *Pred : MBB->predecessors()) { in collectElseRegionBlocks() local
271 auto *Pred = MI.getOperand(Idx + 1).getMBB(); in collectCandidateRegisters() local
511 for (auto *Pred : Flow->predecessors()) { in optimizeLiveRange() local
575 for (auto *Pred : LoopHeader->predecessors()) { in optimizeWaterfallLiveRange() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp81 static bool isSignTest(ICmpInst::Predicate &Pred, const APInt &C) { in isSignTest()
913 ICmpInst::Predicate Pred) { in foldICmpAddOpConst()
967 auto getICmp = [&I](CmpInst::Predicate Pred, Value *LHS, Value *RHS) { in foldICmpShrConstConst()
1026 auto getICmp = [&I](CmpInst::Predicate Pred, Value *LHS, Value *RHS) { in foldICmpShlConstConst()
1156 ICmpInst::Predicate Pred; in foldIRemByPowerOfTwoToBitTest() local
1173 ICmpInst::Predicate Pred; in foldSignBitTest() local
1203 CmpInst::Predicate Pred = Cmp.getPredicate(); in foldICmpWithZero() local
1296 CmpInst::Predicate Pred = Cmp.getPredicate(); in foldICmpWithConstant() local
1342 CmpInst::Predicate Pred = Cmp.getPredicate(); in foldICmpWithDominatingICmp() local
1413 ICmpInst::Predicate Pred = Cmp.getPredicate(); in foldICmpTruncConstant() local
[all …]
H A DInstCombineSelect.cpp61 CmpInst::Predicate Pred; in foldSelectBinOpIdentity() local
137 ICmpInst::Predicate Pred = Cmp->getPredicate(); in foldSelectICmpAnd() local
637 ICmpInst::Predicate Pred; in foldSelectICmpAndZeroShl() local
675 ICmpInst::Predicate Pred = IC->getPredicate(); in foldSelectICmpLshrAshr() local
741 CmpInst::Predicate Pred = IC->getPredicate(); in foldSelectICmpAndBinOp() local
907 ICmpInst::Predicate Pred = ICI->getPredicate(); in canonicalizeSaturatedSubtract() local
978 ICmpInst::Predicate Pred = Cmp->getPredicate(); in canonicalizeSaturatedAdd() local
1049 ICmpInst::Predicate Pred = Cmp->getStrictPredicate(); in foldAbsDiff() local
1136 ICmpInst::Predicate Pred = ICI->getPredicate(); in foldSelectCttzCtlz() local
1574 ICmpInst::Predicate Pred; in tryToReuseConstantFromSelectInComparison() local
[all …]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTableExecutorEmitter.h90 for (const auto &Pred : Predicates) { in emitCxxPredicateFns() local
106 for (const auto &Pred : Predicates) { in emitCxxPredicateFns() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyTIL.cpp58 unsigned BasicBlock::addPredecessor(BasicBlock *Pred) { in addPredecessor()
197 for (auto *Pred : Predecessors) in topologicalFinalSort() local
211 for (auto *Pred : Predecessors) { in computeDominator() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp91 CmpInst::Predicate Pred; member
618 ConstraintInfo::getConstraint(CmpInst::Predicate Pred, Value *Op0, Value *Op1, in getConstraint()
749 ConstraintTy ConstraintInfo::getConstraintForSolving(CmpInst::Predicate Pred, in getConstraintForSolving()
829 bool ConstraintInfo::doesHold(CmpInst::Predicate Pred, Value *A, in doesHold()
837 CmpInst::Predicate Pred, Value *A, Value *B, unsigned NumIn, in transferToOtherSystem()
910 CmpInst::Predicate Pred; in addInfoForInductions() local
1077 CmpInst::Predicate Pred; in addInfoFor() local
1199 static void dumpUnpackedICmp(raw_ostream &OS, ICmpInst::Predicate Pred, in dumpUnpackedICmp()
1214 ICmpInst::Predicate Pred; member
1358 static std::optional<bool> checkCondition(CmpInst::Predicate Pred, Value *A, in checkCondition()
[all …]
H A DLoopBoundSplit.cpp35 ICmpInst::Predicate Pred = ICmpInst::BAD_ICMP_PREDICATE; member
109 ICmpInst::Predicate Pred = in calculateUpperBound() local
163 ICmpInst::Predicate Pred; in isProcessableCondBI() local
394 ICmpInst::Predicate Pred = ICmpInst::ICMP_NE; in splitLoopBound() local
H A DLoopPredication.cpp249 ICmpInst::Predicate Pred; member
390 auto Pred = ICI->getPredicate(); parseLoopICmp() local
417 expandCheck(SCEVExpander & Expander,Instruction * Guard,ICmpInst::Predicate Pred,const SCEV * LHS,const SCEV * RHS) expandCheck() argument
876 for (auto *Pred : predecessors(IfTrueBB)) widenWidenableBranchGuardConditions() local
936 __anon4970eb7f0202(const SCEV *Step, ICmpInst::Predicate Pred) parseLoopLatchICmp() argument
1064 if (BasicBlock *Pred = BB->getSinglePredecessor()) FindWidenableTerminatorAboveLoop() local
1072 if (BasicBlock *Pred = BB->getSinglePredecessor()) { FindWidenableTerminatorAboveLoop() local
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterImpl.h139 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()
399 BlkT *Pred = PredInfo->BB; in FindAvailableVals() local
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DOperations.cpp150 CmpInst::Predicate Pred) { in cmpOpDescriptor()
220 auto Pred = [](ArrayRef<Value *> Cur, const Value *V) { in validExtractValueIndex() local
252 auto Pred = [](ArrayRef<Value *> Cur, const Value *V) { in matchScalarInAggregate() local
276 auto Pred = [](ArrayRef<Value *> Cur, const Value *V) { in validInsertValueIndex() local
331 auto Pred = [](ArrayRef<Value *> Cur, const Value *V) { in validShuffleVectorIndex() local
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h293 ExplodedNode *Pred) { in generateNode()
306 ExplodedNode *Pred) { in generateSink()
353 NodeBuilderWithSinks(ExplodedNode *Pred, ExplodedNodeSet &DstSet, in NodeBuilderWithSinks()
486 ExplodedNode *Pred; variable
538 ExplodedNode *Pred; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp1075 for (const SDep &Pred : ChainPreds) { in TryUnfoldSU() local
1080 for (const SDep &Pred : LoadPreds) { in TryUnfoldSU() local
1085 for (const SDep &Pred : NodePreds) { in TryUnfoldSU() local
1971 auto &Pred = TempSU->Preds[P]; in CalcNodeSethiUllmanNumber() local
1994 for (const SDep &Pred : TempSU->Preds) { in CalcNodeSethiUllmanNumber() local
2097 for (const SDep &Pred : SU->Preds) { in HighRegPressure() local
2146 for (const SDep &Pred : SU->Preds) { in RegPressureDiff() local
2189 for (const SDep &Pred : SU->Preds) { in scheduledNode() local
2271 for (const SDep &Pred : SU->Preds) { in unscheduledNode() local
2366 for (const SDep &Pred : SU->Preds) { in calcMaxScratches() local
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h60 SourcePred(PredT Pred, MakeT Make) : Pred(Pred), Make(Make) {} in SourcePred()
61 SourcePred(PredT Pred, std::nullopt_t) : Pred(Pred) { in SourcePred()

12345678910>>...13