| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | IVDescriptors.cpp | 165 SmallPtrSetImpl<Instruction *> &Casts) { in collectCastsToIgnore() argument 179 Casts.insert(Cast); in collectCastsToIgnore() 940 SmallVectorImpl<Instruction *> *Casts) in InductionDescriptor() argument 969 if (Casts) { in InductionDescriptor() 970 for (auto &Inst : *Casts) { in InductionDescriptor() 1176 SmallVector<Instruction *, 2> Casts; in isInductionPHI() local 1177 if (getCastsForInductionPHI(PSE, SymbolicPhi, AR, Casts)) in isInductionPHI() 1178 return isInductionPHI(Phi, TheLoop, PSE.getSE(), D, AR, &Casts); in isInductionPHI()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorizationLegality.cpp | 502 const SmallVectorImpl<Instruction *> &Casts = ID.getCastInsts(); in addInductionPhi() local 503 if (!Casts.empty()) in addInductionPhi() 504 InductionCastsToIgnore.insert(*Casts.begin()); in addInductionPhi()
|
| H A D | LoopVectorize.cpp | 2372 const SmallVectorImpl<Instruction *> &Casts = ID.getCastInsts(); in recordVectorLoopValueForInductionCast() local 2373 if (Casts.empty()) in recordVectorLoopValueForInductionCast() 7838 const SmallPtrSetImpl<Instruction *> &Casts = RedDes.getCastInsts(); in collectValuesToIgnore() local 7839 VecValuesToIgnore.insert(Casts.begin(), Casts.end()); in collectValuesToIgnore() 7845 const SmallVectorImpl<Instruction *> &Casts = IndDes.getCastInsts(); in collectValuesToIgnore() local 7846 VecValuesToIgnore.insert(Casts.begin(), Casts.end()); in collectValuesToIgnore() 8139 const SmallVectorImpl<Instruction *> &Casts = IndDes.getCastInsts(); in collectTriviallyDeadInstructions() local 8140 DeadInstructions.insert(Casts.begin(), Casts.end()); in collectTriviallyDeadInstructions() 8645 const SmallVectorImpl<Instruction *> &Casts = II.getCastInsts(); in tryToOptimizeInductionPHI() local 8647 Phi, Operands[0], Casts.empty() ? nullptr : Casts.front()); in tryToOptimizeInductionPHI()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| H A D | ExprMutationAnalyzer.cpp | 417 const auto Casts = match( in findCastMutation() local 427 if (const Stmt *S = findExprMutation(Casts)) in findCastMutation()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | IVDescriptors.h | 342 SmallVectorImpl<Instruction *> *Casts = nullptr);
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | StmtDataCollectors.td | 120 //--- Casts --------------------------------------------------------------//
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombinePHI.cpp | 252 SmallDenseMap<Value *, Instruction *> Casts; in foldIntegerTypedPHI() local 277 Instruction *&CI = Casts[IncomingVal]; in foldIntegerTypedPHI()
|
| /netbsd-src/share/misc/ |
| H A D | style | 442 * Casts and sizeof's are not followed by a space.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.ml | 1322 (*--... Casts ..............................................................--*)
|
| H A D | llvm.mli | 2439 (** {7 Casts} *)
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ONEWS | 915 * Casts to union types do not yield lvalues.
|
| H A D | ChangeLog-2004 | 29375 Casts have to be treated slightly different than normal unaries.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | ONEWS | 915 * Casts to union types do not yield lvalues.
|
| /netbsd-src/external/lgpl3/gmp/dist/ |
| H A D | gmp-h.in | 315 Casts in "extern inline" code within an extern "C" block don't induce
|
| /netbsd-src/lib/libc/time/ |
| H A D | NEWS | 5365 2. Casts of the return value of exit have been removed. 5366 3. Casts of the argument of is.* macros have been added.
|
| /netbsd-src/external/public-domain/tz/dist/ |
| H A D | NEWS | 5282 2. Casts of the return value of exit have been removed. 5283 3. Casts of the argument of is.* macros have been added.
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-1990 | 1843 * values.c (baseclass_addr): New function. Casts derived pointers
|
| H A D | ChangeLog-1999 | 8224 Casts pid back to an int.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
| H A D | ChangeLog.jit | 20 * docs/topics/expressions.rst (Type-coercion): Casts between
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/ |
| H A D | ChangeLog-1990 | 1843 * values.c (baseclass_addr): New function. Casts derived pointers
|
| H A D | ChangeLog-1999 | 8224 Casts pid back to an int.
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/ |
| H A D | CHANGES | 12388 1. Casts to avoid "loss of data" warnings in p5_crpt2.c
|
| /netbsd-src/external/lgpl3/mpfr/dist/ |
| H A D | ChangeLog | 39470 Casts fixed. 39882 Casts to size_t added (safer and could be required in the future).
|