Searched refs:Casts (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| 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-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| 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()
|
| D | LoopVectorize.cpp | 2391 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/ |
| D | IVDescriptors.h | 343 SmallVectorImpl<Instruction *> *Casts = nullptr);
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/ |
| D | ExprMutationAnalyzer.cpp | 417 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/ |
| D | StmtDataCollectors.td | 120 //--- Casts --------------------------------------------------------------//
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| D | InstCombinePHI.cpp | 252 SmallDenseMap<Value *, Instruction *> Casts; in foldIntegerTypedPHI() local 277 Instruction *&CI = Casts[IncomingVal]; in foldIntegerTypedPHI()
|
| /freebsd-12-stable/contrib/gcc/ |
| D | ONEWS | 915 * Casts to union types do not yield lvalues.
|
| D | ChangeLog-2004 | 29375 Casts have to be treated slightly different than normal unaries.
|
| /freebsd-12-stable/contrib/tzdata/ |
| D | NEWS | 5094 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/ |
| D | gdb.info-1 | 4037 Casts are supported in all languages, not just in C, because it is so
|
| D | gdb.texinfo | 4779 Casts are supported in all languages, not just in C, because it is so
|
| /freebsd-12-stable/crypto/openssl/ |
| D | CHANGES | 12505 1. Casts to avoid "loss of data" warnings in p5_crpt2.c
|