Home
last modified time | relevance | path

Searched refs:Casts (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DIVDescriptors.cpp165 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 DLoopVectorizationLegality.cpp502 const SmallVectorImpl<Instruction *> &Casts = ID.getCastInsts(); in addInductionPhi() local
503 if (!Casts.empty()) in addInductionPhi()
504 InductionCastsToIgnore.insert(*Casts.begin()); in addInductionPhi()
H A DLoopVectorize.cpp2372 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 DExprMutationAnalyzer.cpp417 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 DIVDescriptors.h342 SmallVectorImpl<Instruction *> *Casts = nullptr);
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtDataCollectors.td120 //--- Casts --------------------------------------------------------------//
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp252 SmallDenseMap<Value *, Instruction *> Casts; in foldIntegerTypedPHI() local
277 Instruction *&CI = Casts[IncomingVal]; in foldIntegerTypedPHI()
/netbsd-src/share/misc/
H A Dstyle442 * Casts and sizeof's are not followed by a space.
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.ml1322 (*--... Casts ..............................................................--*)
H A Dllvm.mli2439 (** {7 Casts} *)
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DONEWS915 * Casts to union types do not yield lvalues.
H A DChangeLog-200429375 Casts have to be treated slightly different than normal unaries.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A DONEWS915 * Casts to union types do not yield lvalues.
/netbsd-src/external/lgpl3/gmp/dist/
H A Dgmp-h.in315 Casts in "extern inline" code within an extern "C" block don't induce
/netbsd-src/lib/libc/time/
H A DNEWS5365 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 DNEWS5282 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 DChangeLog-19901843 * values.c (baseclass_addr): New function. Casts derived pointers
H A DChangeLog-19998224 Casts pid back to an int.
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A DChangeLog.jit20 * docs/topics/expressions.rst (Type-coercion): Casts between
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-19901843 * values.c (baseclass_addr): New function. Casts derived pointers
H A DChangeLog-19998224 Casts pid back to an int.
/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A DCHANGES12388 1. Casts to avoid "loss of data" warnings in p5_crpt2.c
/netbsd-src/external/lgpl3/mpfr/dist/
H A DChangeLog39470 Casts fixed.
39882 Casts to size_t added (safer and could be required in the future).