| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | IVDescriptors.cpp | 141 SmallPtrSetImpl<Instruction *> &Casts, in collectCastInstrs() argument 157 Casts.insert(Cast); in collectCastInstrs() 1236 SmallVectorImpl<Instruction *> *Casts) in InductionDescriptor() argument 1263 if (Casts) { in InductionDescriptor() 1264 for (auto &Inst : *Casts) { in InductionDescriptor() 1470 SmallVector<Instruction *, 2> Casts; in isInductionPHI() local 1471 if (getCastsForInductionPHI(PSE, SymbolicPhi, AR, Casts)) in isInductionPHI() 1472 return isInductionPHI(Phi, TheLoop, PSE.getSE(), D, AR, &Casts); in isInductionPHI()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ExprMutationAnalyzer.cpp | 486 const auto Casts = match( in findCastMutation() local 495 if (const Stmt *S = findExprMutation(Casts)) in findCastMutation()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorizationLegality.cpp | 690 const SmallVectorImpl<Instruction *> &Casts = ID.getCastInsts(); in addInductionPhi() local 691 if (!Casts.empty()) in addInductionPhi() 692 InductionCastsToIgnore.insert(*Casts.begin()); in addInductionPhi()
|
| H A D | VPlanTransforms.cpp | 412 auto &Casts = IV->getInductionDescriptor().getCastInsts(); in removeRedundantInductionCasts() local 414 for (Instruction *IRCast : reverse(Casts)) { in removeRedundantInductionCasts()
|
| H A D | LoopVectorize.cpp | 7217 const SmallPtrSetImpl<Instruction *> &Casts = RedDes.getCastInsts(); in collectValuesToIgnore() local 7218 VecValuesToIgnore.insert(Casts.begin(), Casts.end()); in collectValuesToIgnore() 7224 const SmallVectorImpl<Instruction *> &Casts = IndDes.getCastInsts(); in collectValuesToIgnore() local 7225 VecValuesToIgnore.insert(Casts.begin(), Casts.end()); in collectValuesToIgnore()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | IVDescriptors.h | 383 SmallVectorImpl<Instruction *> *Casts = nullptr);
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtDataCollectors.td | 120 //--- Casts --------------------------------------------------------------//
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86LowerAMXType.cpp | 712 bool combineLdSt(SmallVectorImpl<Instruction *> &Casts); 991 bool X86LowerAMXCast::combineLdSt(SmallVectorImpl<Instruction *> &Casts) { in combineLdSt() argument 993 for (auto *Cast : Casts) { in combineLdSt()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | VPIntrinsics.def | 442 ///// Type Casts { 513 ///// } Type Casts
|
| H A D | Intrinsics.td | 2038 // Casts
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 7063 SDValue Casts[4]; in lowerBUILD_VECTOR() local 7066 Casts[P] = DAG.getNode(ISD::BITCAST, SL, QuarterIntVT, Vec); in lowerBUILD_VECTOR() 7070 DAG.getBuildVector(MVT::getVectorVT(QuarterIntVT, 4), SL, Casts); in lowerBUILD_VECTOR() 7084 SDValue Casts[8]; in lowerBUILD_VECTOR() local 7087 Casts[P] = DAG.getNode(ISD::BITCAST, SL, QuarterIntVT, Vec); in lowerBUILD_VECTOR() 7091 DAG.getBuildVector(MVT::getVectorVT(QuarterIntVT, 8), SL, Casts); in lowerBUILD_VECTOR()
|
| /freebsd-14.2/contrib/tzcode/ |
| 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.
|
| /freebsd-14.2/contrib/tzdata/ |
| H A D | NEWS | 5385 2. Casts of the return value of exit have been removed. 5386 3. Casts of the argument of is.* macros have been added.
|
| /freebsd-14.2/crypto/openssl/ |
| H A D | CHANGES.md | 18134 1. Casts to avoid "loss of data" warnings in p5_crpt2.c
|