| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| HD | PoisonChecking.cpp | 100 SmallVectorImpl<Value*> &Checks) { in generateCreationChecksForBinOp() 183 SmallVectorImpl<Value*> &Checks) { in generateCreationChecks() 295 SmallVector<Value*, 4> Checks; in rewrite() local
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| HD | 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()
|
| HD | LoopPredication.cpp | 717 void LoopPredication::widenChecks(SmallVectorImpl<Value *> &Checks, in widenChecks() 734 SmallVector<Value *, 4> Checks; in widenGuardConditions() local 765 SmallVector<Value *, 4> Checks; in widenWidenableBranchGuardConditions() local
|
| HD | LoopLoadElimination.cpp | 403 SmallVector<RuntimePointerCheck, 4> Checks; in collectMemchecks() local 562 SmallVector<RuntimePointerCheck, 4> Checks = collectMemchecks(Candidates); in processLoop() local
|
| HD | LoopDistribute.cpp | 794 auto Checks = includeOnlyCrossPartitionChecks(AllChecks, PtrToPartition, in processLoop() local 904 SmallVector<RuntimePointerCheck, 4> Checks; in includeOnlyCrossPartitionChecks() local
|
| HD | InductiveRangeCheckElimination.cpp | 487 SmallVectorImpl<InductiveRangeCheck> &Checks, in extractRangeChecksFromCond() 527 SmallVectorImpl<InductiveRangeCheck> &Checks, bool &Changed) { in extractRangeChecksFromBranch()
|
| HD | LoopFlatten.cpp | 969 ArrayRef<RuntimePointerCheck> Checks(nullptr, nullptr); in FlattenLoopPair() local
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| HD | GuardUtils.cpp | 139 llvm::SmallVectorImpl<Value *> &Checks) { in parseWidenableGuard()
|
| HD | LoopAccessAnalysis.cpp | 379 SmallVector<RuntimePointerCheck, 4> Checks; in generateChecks() local 615 raw_ostream &OS, const SmallVectorImpl<RuntimePointerCheck> &Checks, in printChecks()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| HD | LoopVersioning.cpp | 42 ArrayRef<RuntimePointerCheck> Checks, Loop *L, in LoopVersioning()
|
| HD | LoopUtils.cpp | 1954 Instruction *Loc, ArrayRef<PointerDiffInfo> Checks, SCEVExpander &Expander, in addDiffRuntimeChecks()
|
| HD | ScalarEvolutionExpander.cpp | 2237 SmallVector<Value *> Checks; in expandUnionPredicate() local
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| HD | LoopAccessAnalysis.h | 593 SmallVector<RuntimePointerCheck, 4> Checks; variable
|
| /freebsd-14-stable/contrib/llvm-project/clang/utils/TableGen/ |
| HD | 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
|
| HD | SveEmitter.cpp | 966 ArrayRef<ImmCheck> Checks, TypeSpec BT, ClassKind Class, in Intrinsic()
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | 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
|
| HD | 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-14-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| HD | 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
|