/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | PoisonChecking.cpp | 99 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 D | GuardWidening.cpp | 237 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 D | LoopPredication.cpp | 755 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 D | LoopLoadElimination.cpp | 392 SmallVector<RuntimePointerCheck, 4> Checks; in collectMemchecks() local 539 SmallVector<RuntimePointerCheck, 4> Checks = collectMemchecks(Candidates); in processLoop() local
|
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 | InductiveRangeCheckElimination.cpp | 353 SmallVectorImpl<InductiveRangeCheck> &Checks, in extractRangeChecksFromCond() 408 SmallVectorImpl<InductiveRangeCheck> &Checks) { in extractRangeChecksFromBranch()
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | LoopVersioning.cpp | 41 ArrayRef<RuntimePointerCheck> Checks, Loop *L, in LoopVersioning()
|
H A D | LoopUtils.cpp | 1669 Instruction *Loc, ArrayRef<PointerDiffInfo> Checks, SCEVExpander &Expander, in addDiffRuntimeChecks()
|
H A D | ScalarEvolutionExpander.cpp | 2512 SmallVector<Value *> Checks; in expandUnionPredicate() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | LoopAccessAnalysis.h | 531 SmallVector<RuntimePointerCheck, 4> Checks; variable
|
/openbsd-src/gnu/llvm/clang/utils/TableGen/ |
H A D | MveEmitter.cpp | 1737 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 D | SveEmitter.cpp | 815 ArrayRef<ImmCheck> Checks, TypeSpec BT, ClassKind Class, in Intrinsic()
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGExprScalar.cpp | 1202 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 D | CGExpr.cpp | 697 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 D | LoopAccessAnalysis.cpp | 335 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 D | LoopVectorize.cpp | 805 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 D | ProgrammersManual.rst | 3283 .. _coreclasses:
|