/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | PoisonChecking.cpp | 100 SmallVectorImpl<Value*> &Checks) { in generateCreationChecksForBinOp() 183 SmallVectorImpl<Value*> &Checks) { in generateCreationChecks() 295 SmallVector<Value*, 4> Checks; in rewrite() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | GuardWidening.cpp | 200 bool canBeHoistedTo(const SmallVectorImpl<Value *> &Checks, in canBeHoistedTo() 209 void makeAvailableAt(const SmallVectorImpl<Value *> &Checks, in makeAvailableAt() 279 SmallVectorImpl<RangeCheck> &Checks) { in parseRangeChecks() 767 SmallVector<GuardWideningImpl::RangeCheck, 4> Checks, CombinedChecks; in mergeChecks() local 807 Value *CheckCond, SmallVectorImpl<GuardWideningImpl::RangeCheck> &Checks) { in parseRangeChecks() 868 SmallVectorImpl<GuardWideningImpl::RangeCheck> &Checks, in combineRangeChecks()
|
H A D | LoopLoadElimination.cpp | 403 SmallVector<RuntimePointerCheck, 4> Checks; in collectMemchecks() local 562 SmallVector<RuntimePointerCheck, 4> Checks = collectMemchecks(Candidates); in processLoop() local
|
H A D | LoopPredication.cpp | 757 collectChecks(SmallVectorImpl<Value * > & Checks,Value * Condition,SCEVExpander & Expander,Instruction * Guard) collectChecks() argument 817 SmallVector<Value *, 4> Checks; widenGuardConditions() local 853 SmallVector<Value *, 4> Checks; widenWidenableBranchGuardConditions() local [all...] |
H A D | LoopDistribute.cpp | 794 auto Checks = includeOnlyCrossPartitionChecks(AllChecks, PtrToPartition, in processLoop() local 904 SmallVector<RuntimePointerCheck, 4> Checks; in includeOnlyCrossPartitionChecks() local
|
H A D | LoopFlatten.cpp | 969 ArrayRef<RuntimePointerCheck> Checks(nullptr, nullptr); in FlattenLoopPair() local
|
H A D | InductiveRangeCheckElimination.cpp | 489 extractRangeChecksFromCond(Loop * L,ScalarEvolution & SE,Use & ConditionUse,SmallVectorImpl<InductiveRangeCheck> & Checks,SmallPtrSetImpl<Value * > & Visited) extractRangeChecksFromCond() argument 529 extractRangeChecksFromBranch(BranchInst * BI,Loop * L,ScalarEvolution & SE,BranchProbabilityInfo * BPI,SmallVectorImpl<InductiveRangeCheck> & Checks,bool & Changed) extractRangeChecksFromBranch() argument [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopVersioning.cpp | 42 ArrayRef<RuntimePointerCheck> Checks, Loop *L, in LoopVersioning()
|
H A D | ScalarEvolutionExpander.cpp | 2237 SmallVector<Value *> Checks; in expandUnionPredicate() local
|
H A D | LoopUtils.cpp | 1954 Instruction *Loc, ArrayRef<PointerDiffInfo> Checks, SCEVExpander &Expander, in addDiffRuntimeChecks()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | LoopAccessAnalysis.h | 593 SmallVector<RuntimePointerCheck, 4> Checks; variable
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | MveEmitter.cpp | 1738 std::map<std::string, std::set<std::string>> &Checks) { in GroupSemaChecks() 1972 std::map<std::string, std::set<std::string>> Checks; in EmitBuiltinSema() local 2166 std::map<std::string, std::set<std::string>> Checks; in EmitBuiltinSema() local
|
H A D | SveEmitter.cpp | 966 ArrayRef<ImmCheck> Checks, TypeSpec BT, ClassKind Class, in Intrinsic()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprScalar.cpp | 1231 llvm::SmallVector<std::pair<llvm::Value *, SanitizerMask>, 2> Checks; in EmitIntegerSignChangeCheck() local 1731 ArrayRef<std::pair<Value *, SanitizerMask>> Checks, const BinOpInfo &Info) { in EmitBinOpCheck() 3696 SmallVector<std::pair<llvm::Value *, SanitizerMask>, 2> Checks; in EmitUndefinedBehaviorIntegerDivAndRemCheck() local 4466 SmallVector<std::pair<Value *, SanitizerMask>, 2> Checks; in EmitShl() local 5767 llvm::SmallVector<std::pair<llvm::Value *, SanitizerMask>, 2> Checks; in EmitCheckedInBoundsGEP() local
|
H A D | CGExpr.cpp | 704 SmallVector<std::pair<llvm::Value *, SanitizerMask>, 3> Checks; in EmitTypeCheck() local 3799 SmallVector<std::pair<llvm::Value *, SanitizerMask>, 5> Checks; in EmitCfiCheckFail() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LoopAccessAnalysis.cpp | 379 SmallVector<RuntimePointerCheck, 4> Checks; in generateChecks() local 615 raw_ostream &OS, const SmallVectorImpl<RuntimePointerCheck> &Checks, in printChecks()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 766 GeneratedRTChecks &Checks) in InnerLoopAndEpilogueVectorizer() 835 GeneratedRTChecks &Checks) in EpilogueVectorizerEpilogueLoop() 9474 GeneratedRTChecks Checks(*PSE.getSE(), DT, LI, TTI, in processLoopInVPlanNativePath() local 9536 static bool areRuntimeChecksProfitable(GeneratedRTChecks &Checks, in areRuntimeChecksProfitable() 9818 GeneratedRTChecks Checks(*PSE.getSE(), DT, LI, TTI, in processLoop() local
|