Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp237 bool parseRangeChecks(Value *CheckCond, SmallVectorImpl<RangeCheck> &Checks) { in parseRangeChecks()
544 SmallVector<GuardWideningImpl::RangeCheck, 4> Checks, CombinedChecks; in widenCondCommon() local
581 Value *CheckCond, SmallVectorImpl<GuardWideningImpl::RangeCheck> &Checks, in parseRangeChecks()
653 SmallVectorImpl<GuardWideningImpl::RangeCheck> &Checks, in combineRangeChecks()
H A DLoopPredication.cpp755 unsigned LoopPredication::collectChecks(SmallVectorImpl<Value *> &Checks, in collectChecks()
815 SmallVector<Value *, 4> Checks; in widenGuardConditions() local
851 SmallVector<Value *, 4> Checks; in widenWidenableBranchGuardConditions() local
H A DLoopLoadElimination.cpp392 SmallVector<RuntimePointerCheck, 4> Checks; in collectMemchecks() local
539 SmallVector<RuntimePointerCheck, 4> Checks = collectMemchecks(Candidates); in processLoop() local
H A DLoopDistribute.cpp794 auto Checks = includeOnlyCrossPartitionChecks(AllChecks, PtrToPartition, in processLoop() local
904 SmallVector<RuntimePointerCheck, 4> Checks; in includeOnlyCrossPartitionChecks() local
H A DInductiveRangeCheckElimination.cpp353 SmallVectorImpl<InductiveRangeCheck> &Checks, in extractRangeChecksFromCond()
408 SmallVectorImpl<InductiveRangeCheck> &Checks) { in extractRangeChecksFromBranch()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp41 ArrayRef<RuntimePointerCheck> Checks, Loop *L, in LoopVersioning()
H A DLoopUtils.cpp1669 Instruction *Loc, ArrayRef<PointerDiffInfo> Checks, SCEVExpander &Expander, in addDiffRuntimeChecks()
H A DScalarEvolutionExpander.cpp2512 SmallVector<Value *> Checks; in expandUnionPredicate() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h531 SmallVector<RuntimePointerCheck, 4> Checks; variable
/openbsd-src/gnu/llvm/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.cpp815 ArrayRef<ImmCheck> Checks, TypeSpec BT, ClassKind Class, in Intrinsic()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprScalar.cpp1202 llvm::SmallVector<std::pair<llvm::Value *, SanitizerMask>, 2> Checks; in EmitIntegerSignChangeCheck() local
1571 ArrayRef<std::pair<Value *, SanitizerMask>> Checks, const BinOpInfo &Info) { in EmitBinOpCheck()
3391 SmallVector<std::pair<llvm::Value *, SanitizerMask>, 2> Checks; in EmitUndefinedBehaviorIntegerDivAndRemCheck() local
4115 SmallVector<std::pair<Value *, SanitizerMask>, 2> Checks; in EmitShl() local
5310 llvm::SmallVector<std::pair<llvm::Value *, SanitizerMask>, 2> Checks; in EmitCheckedInBoundsGEP() local
H A DCGExpr.cpp697 SmallVector<std::pair<llvm::Value *, SanitizerMask>, 3> Checks; in EmitTypeCheck() local
3513 SmallVector<std::pair<llvm::Value *, SanitizerMask>, 5> Checks; in EmitCfiCheckFail() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp335 SmallVector<RuntimePointerCheck, 4> Checks; in generateChecks() local
573 raw_ostream &OS, const SmallVectorImpl<RuntimePointerCheck> &Checks, in printChecks()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp805 GeneratedRTChecks &Checks) in InnerLoopAndEpilogueVectorizer()
872 GeneratedRTChecks &Checks) in EpilogueVectorizerEpilogueLoop()
9997 GeneratedRTChecks Checks(*PSE.getSE(), DT, LI, TTI, in processLoopInVPlanNativePath() local
10057 static bool areRuntimeChecksProfitable(GeneratedRTChecks &Checks, in areRuntimeChecksProfitable()
10333 GeneratedRTChecks Checks(*PSE.getSE(), DT, LI, TTI, in processLoop() local
/openbsd-src/gnu/llvm/llvm/docs/
H A DProgrammersManual.rst3283 .. _coreclasses: