Home
last modified time | relevance | path

Searched defs:Checks (Results 1 – 17 of 17) sorted by path

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp693 SmallVector<std::pair<llvm::Value *, SanitizerMask>, 3> Checks; in EmitTypeCheck() local
3772 SmallVector<std::pair<llvm::Value *, SanitizerMask>, 5> Checks; in EmitCfiCheckFail() local
H A DCGExprScalar.cpp1210 llvm::SmallVector<std::pair<llvm::Value *, SanitizerMask>, 2> Checks; in EmitIntegerSignChangeCheck() local
1579 ArrayRef<std::pair<Value *, SanitizerMask>> Checks, const BinOpInfo &Info) { in EmitBinOpCheck()
3410 SmallVector<std::pair<llvm::Value *, SanitizerMask>, 2> Checks; in EmitUndefinedBehaviorIntegerDivAndRemCheck() local
4165 SmallVector<std::pair<Value *, SanitizerMask>, 2> Checks; in EmitShl() local
5427 llvm::SmallVector<std::pair<llvm::Value *, SanitizerMask>, 2> Checks; in EmitCheckedInBoundsGEP() local
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp1737 std::map<std::string, std::set<std::string>> &Checks) { in GroupSemaChecks()
1971 std::map<std::string, std::set<std::string>> Checks; in EmitBuiltinSema() local
2165 std::map<std::string, std::set<std::string>> Checks; in EmitBuiltinSema() local
H A DSveEmitter.cpp945 ArrayRef<ImmCheck> Checks, TypeSpec BT, ClassKind Class, in Intrinsic()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h545 SmallVector<RuntimePointerCheck, 4> Checks; variable
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DGuardUtils.cpp139 llvm::SmallVectorImpl<Value *> &Checks) { in parseWidenableGuard()
H A DLoopAccessAnalysis.cpp371 SmallVector<RuntimePointerCheck, 4> Checks; in generateChecks() local
609 raw_ostream &OS, const SmallVectorImpl<RuntimePointerCheck> &Checks, in printChecks()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPoisonChecking.cpp99 SmallVectorImpl<Value*> &Checks) { in generateCreationChecksForBinOp()
182 SmallVectorImpl<Value*> &Checks) { in generateCreationChecks()
294 SmallVector<Value*, 4> Checks; in rewrite() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp198 bool canBeHoistedTo(const SmallVectorImpl<Value *> &Checks, in canBeHoistedTo()
207 void makeAvailableAt(const SmallVectorImpl<Value *> &Checks, in makeAvailableAt()
276 SmallVectorImpl<RangeCheck> &Checks) { in parseRangeChecks()
762 SmallVector<GuardWideningImpl::RangeCheck, 4> Checks, CombinedChecks; in mergeChecks() local
802 Value *CheckCond, SmallVectorImpl<GuardWideningImpl::RangeCheck> &Checks) { in parseRangeChecks()
863 SmallVectorImpl<GuardWideningImpl::RangeCheck> &Checks, in combineRangeChecks()
H A DInductiveRangeCheckElimination.cpp487 SmallVectorImpl<InductiveRangeCheck> &Checks, in extractRangeChecksFromCond()
527 SmallVectorImpl<InductiveRangeCheck> &Checks, bool &Changed) { in extractRangeChecksFromBranch()
H A DLoopDistribute.cpp791 auto Checks = includeOnlyCrossPartitionChecks(AllChecks, PtrToPartition, in processLoop() local
901 SmallVector<RuntimePointerCheck, 4> Checks; in includeOnlyCrossPartitionChecks() local
H A DLoopLoadElimination.cpp399 SmallVector<RuntimePointerCheck, 4> Checks; in collectMemchecks() local
546 SmallVector<RuntimePointerCheck, 4> Checks = collectMemchecks(Candidates); in processLoop() local
H A DLoopPredication.cpp717 void LoopPredication::widenChecks(SmallVectorImpl<Value *> &Checks, in widenChecks()
734 SmallVector<Value *, 4> Checks; in widenGuardConditions() local
765 SmallVector<Value *, 4> Checks; in widenWidenableBranchGuardConditions() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1809 Instruction *Loc, ArrayRef<PointerDiffInfo> Checks, SCEVExpander &Expander, in addDiffRuntimeChecks()
H A DLoopVersioning.cpp42 ArrayRef<RuntimePointerCheck> Checks, Loop *L, in LoopVersioning()
H A DScalarEvolutionExpander.cpp2139 SmallVector<Value *> Checks; in expandUnionPredicate() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp849 GeneratedRTChecks &Checks) in InnerLoopAndEpilogueVectorizer()
918 GeneratedRTChecks &Checks) in EpilogueVectorizerEpilogueLoop()
9660 GeneratedRTChecks Checks(*PSE.getSE(), DT, LI, TTI, in processLoopInVPlanNativePath() local
9722 static bool areRuntimeChecksProfitable(GeneratedRTChecks &Checks, in areRuntimeChecksProfitable()
10008 GeneratedRTChecks Checks(*PSE.getSE(), DT, LI, TTI, in processLoop() local