Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPoisonChecking.cpp100 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 DGuardWidening.cpp200 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 DLoopLoadElimination.cpp403 SmallVector<RuntimePointerCheck, 4> Checks; in collectMemchecks() local
562 SmallVector<RuntimePointerCheck, 4> Checks = collectMemchecks(Candidates); in processLoop() local
H A DLoopPredication.cpp757 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 DLoopDistribute.cpp794 auto Checks = includeOnlyCrossPartitionChecks(AllChecks, PtrToPartition, in processLoop() local
904 SmallVector<RuntimePointerCheck, 4> Checks; in includeOnlyCrossPartitionChecks() local
H A DLoopFlatten.cpp969 ArrayRef<RuntimePointerCheck> Checks(nullptr, nullptr); in FlattenLoopPair() local
H A DInductiveRangeCheckElimination.cpp489 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 DLoopVersioning.cpp42 ArrayRef<RuntimePointerCheck> Checks, Loop *L, in LoopVersioning()
H A DScalarEvolutionExpander.cpp2237 SmallVector<Value *> Checks; in expandUnionPredicate() local
H A DLoopUtils.cpp1954 Instruction *Loc, ArrayRef<PointerDiffInfo> Checks, SCEVExpander &Expander, in addDiffRuntimeChecks()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h593 SmallVector<RuntimePointerCheck, 4> Checks; variable
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp1738 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 DSveEmitter.cpp966 ArrayRef<ImmCheck> Checks, TypeSpec BT, ClassKind Class, in Intrinsic()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp1231 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 DCGExpr.cpp704 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 DLoopAccessAnalysis.cpp379 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 DLoopVectorize.cpp766 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