/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | IVDescriptors.cpp | 141 SmallPtrSetImpl<Instruction *> &Casts, in collectCastInstrs() argument 157 Casts.insert(Cast); in collectCastInstrs() 1235 SmallVectorImpl<Instruction *> *Casts) in InductionDescriptor() argument 1262 if (Casts) { in InductionDescriptor() 1263 for (auto &Inst : *Casts) { in InductionDescriptor() 1469 SmallVector<Instruction *, 2> Casts; in isInductionPHI() local 1470 if (getCastsForInductionPHI(PSE, SymbolicPhi, AR, Casts)) in isInductionPHI() 1471 return isInductionPHI(Phi, TheLoop, PSE.getSE(), D, AR, &Casts); in isInductionPHI()
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | ExprMutationAnalyzer.cpp | 499 const auto Casts = match( in findCastMutation() local 508 if (const Stmt *S = findExprMutation(Casts)) in findCastMutation()
|
/freebsd/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 | 434 auto &Casts = IV->getInductionDescriptor().getCastInsts(); in removeRedundantInductionCasts() local 436 for (Instruction *IRCast : reverse(Casts)) { in removeRedundantInductionCasts()
|
H A D | LoopVectorize.cpp | 6724 const SmallPtrSetImpl<Instruction *> &Casts = RedDes.getCastInsts(); in collectValuesToIgnore() local 6725 VecValuesToIgnore.insert(Casts.begin(), Casts.end()); in collectValuesToIgnore() 6731 const SmallVectorImpl<Instruction *> &Casts = IndDes.getCastInsts(); in collectValuesToIgnore() local 6732 VecValuesToIgnore.insert(Casts.begin(), Casts.end()); in collectValuesToIgnore()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | StmtDataCollectors.td | 120 //--- Casts --------------------------------------------------------------//
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | IVDescriptors.h | 383 SmallVectorImpl<Instruction *> *Casts = nullptr);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86LowerAMXType.cpp | 718 bool combineLdSt(SmallVectorImpl<Instruction *> &Casts); 997 bool X86LowerAMXCast::combineLdSt(SmallVectorImpl<Instruction *> &Casts) { in combineLdSt() argument 999 for (auto *Cast : Casts) { in combineLdSt()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | VPIntrinsics.def | 487 ///// Type Casts { 558 ///// } Type Casts
|
H A D | Intrinsics.td | 2145 // Casts
|
/freebsd/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/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 7491 SDValue Casts[4]; in lowerBUILD_VECTOR() local 7494 Casts[P] = DAG.getNode(ISD::BITCAST, SL, QuarterIntVT, Vec); in lowerBUILD_VECTOR() 7498 DAG.getBuildVector(MVT::getVectorVT(QuarterIntVT, 4), SL, Casts); in lowerBUILD_VECTOR() 7512 SDValue Casts[8]; in lowerBUILD_VECTOR() local 7515 Casts[P] = DAG.getNode(ISD::BITCAST, SL, QuarterIntVT, Vec); in lowerBUILD_VECTOR() 7519 DAG.getBuildVector(MVT::getVectorVT(QuarterIntVT, 8), SL, Casts); in lowerBUILD_VECTOR()
|
/freebsd/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/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/crypto/openssl/ |
H A D | CHANGES.md | 18134 1. Casts to avoid "loss of data" warnings in p5_crpt2.c
|