Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DIVDescriptors.cpp167 SmallPtrSetImpl<Instruction *> &Casts) { in collectCastsToIgnore() argument
181 Casts.insert(Cast); in collectCastsToIgnore()
966 SmallVectorImpl<Instruction *> *Casts) in InductionDescriptor() argument
995 if (Casts) { in InductionDescriptor()
996 for (auto &Inst : *Casts) { in InductionDescriptor()
1202 SmallVector<Instruction *, 2> Casts; in isInductionPHI() local
1203 if (getCastsForInductionPHI(PSE, SymbolicPhi, AR, Casts)) in isInductionPHI()
1204 return isInductionPHI(Phi, TheLoop, PSE.getSE(), D, AR, &Casts); in isInductionPHI()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp518 const SmallVectorImpl<Instruction *> &Casts = ID.getCastInsts(); in addInductionPhi() local
519 if (!Casts.empty()) in addInductionPhi()
520 InductionCastsToIgnore.insert(*Casts.begin()); in addInductionPhi()
DLoopVectorize.cpp2391 const SmallVectorImpl<Instruction *> &Casts = ID.getCastInsts(); in recordVectorLoopValueForInductionCast() local
2392 if (Casts.empty()) in recordVectorLoopValueForInductionCast()
7929 const SmallPtrSetImpl<Instruction *> &Casts = RedDes.getCastInsts(); in collectValuesToIgnore() local
7930 VecValuesToIgnore.insert(Casts.begin(), Casts.end()); in collectValuesToIgnore()
7936 const SmallVectorImpl<Instruction *> &Casts = IndDes.getCastInsts(); in collectValuesToIgnore() local
7937 VecValuesToIgnore.insert(Casts.begin(), Casts.end()); in collectValuesToIgnore()
8237 const SmallVectorImpl<Instruction *> &Casts = IndDes.getCastInsts(); in collectTriviallyDeadInstructions() local
8238 DeadInstructions.insert(Casts.begin(), Casts.end()); in collectTriviallyDeadInstructions()
8750 const SmallVectorImpl<Instruction *> &Casts = II.getCastInsts(); in tryToOptimizeInductionPHI() local
8752 Phi, Operands[0], Casts.empty() ? nullptr : Casts.front()); in tryToOptimizeInductionPHI()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DIVDescriptors.h343 SmallVectorImpl<Instruction *> *Casts = nullptr);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
DExprMutationAnalyzer.cpp417 const auto Casts = match( in findCastMutation() local
427 if (const Stmt *S = findExprMutation(Casts)) in findCastMutation()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DStmtDataCollectors.td120 //--- Casts --------------------------------------------------------------//
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp252 SmallDenseMap<Value *, Instruction *> Casts; in foldIntegerTypedPHI() local
277 Instruction *&CI = Casts[IncomingVal]; in foldIntegerTypedPHI()
/freebsd-12-stable/contrib/gcc/
DONEWS915 * Casts to union types do not yield lvalues.
DChangeLog-200429375 Casts have to be treated slightly different than normal unaries.
/freebsd-12-stable/contrib/tzdata/
DNEWS5094 2. Casts of the return value of exit have been removed.
5095 3. Casts of the argument of is.* macros have been added.
/freebsd-12-stable/contrib/gdb/gdb/doc/
Dgdb.info-14037 Casts are supported in all languages, not just in C, because it is so
Dgdb.texinfo4779 Casts are supported in all languages, not just in C, because it is so
/freebsd-12-stable/crypto/openssl/
DCHANGES12505 1. Casts to avoid "loss of data" warnings in p5_crpt2.c