Searched refs:Casts (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | IVDescriptors.cpp | 167 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-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorizationLegality.cpp | 518 const SmallVectorImpl<Instruction *> &Casts = ID.getCastInsts(); in addInductionPhi() local 519 if (!Casts.empty()) in addInductionPhi() 520 InductionCastsToIgnore.insert(*Casts.begin()); in addInductionPhi()
|
| H A D | LoopVectorize.cpp | 2391 const SmallVectorImpl<Instruction *> &Casts = ID.getCastInsts(); in recordVectorLoopValueForInductionCast() local 2392 if (Casts.empty()) in recordVectorLoopValueForInductionCast() 7923 const SmallPtrSetImpl<Instruction *> &Casts = RedDes.getCastInsts(); in collectValuesToIgnore() local 7924 VecValuesToIgnore.insert(Casts.begin(), Casts.end()); in collectValuesToIgnore() 7930 const SmallVectorImpl<Instruction *> &Casts = IndDes.getCastInsts(); in collectValuesToIgnore() local 7931 VecValuesToIgnore.insert(Casts.begin(), Casts.end()); in collectValuesToIgnore() 8231 const SmallVectorImpl<Instruction *> &Casts = IndDes.getCastInsts(); in collectTriviallyDeadInstructions() local 8232 DeadInstructions.insert(Casts.begin(), Casts.end()); in collectTriviallyDeadInstructions() 8744 const SmallVectorImpl<Instruction *> &Casts = II.getCastInsts(); in tryToOptimizeInductionPHI() local 8746 Phi, Operands[0], Casts.empty() ? nullptr : Casts.front()); in tryToOptimizeInductionPHI()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | IVDescriptors.h | 343 SmallVectorImpl<Instruction *> *Casts = nullptr);
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtDataCollectors.td | 120 //--- Casts --------------------------------------------------------------//
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombinePHI.cpp | 252 SmallDenseMap<Value *, Instruction *> Casts; in foldIntegerTypedPHI() local 277 Instruction *&CI = Casts[IncomingVal]; in foldIntegerTypedPHI()
|
| /freebsd-13.1/contrib/tzdata/ |
| H A D | NEWS | 4874 2. Casts of the return value of exit have been removed. 4875 3. Casts of the argument of is.* macros have been added.
|
| /freebsd-13.1/crypto/openssl/ |
| H A D | CHANGES | 12234 1. Casts to avoid "loss of data" warnings in p5_crpt2.c
|