Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp141 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 DExprMutationAnalyzer.cpp499 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 DLoopVectorizationLegality.cpp690 const SmallVectorImpl<Instruction *> &Casts = ID.getCastInsts(); in addInductionPhi() local
691 if (!Casts.empty()) in addInductionPhi()
692 InductionCastsToIgnore.insert(*Casts.begin()); in addInductionPhi()
H A DVPlanTransforms.cpp434 auto &Casts = IV->getInductionDescriptor().getCastInsts(); in removeRedundantInductionCasts() local
436 for (Instruction *IRCast : reverse(Casts)) { in removeRedundantInductionCasts()
H A DLoopVectorize.cpp6724 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 DStmtDataCollectors.td120 //--- Casts --------------------------------------------------------------//
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h383 SmallVectorImpl<Instruction *> *Casts = nullptr);
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp718 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 DVPIntrinsics.def487 ///// Type Casts {
558 ///// } Type Casts
H A DIntrinsics.td2145 // Casts
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp252 SmallDenseMap<Value *, Instruction *> Casts; in foldIntegerTypedPHI() local
277 Instruction *&CI = Casts[IncomingVal]; in foldIntegerTypedPHI()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp7491 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 DNEWS5282 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 DNEWS5385 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 DCHANGES.md18134 1. Casts to avoid "loss of data" warnings in p5_crpt2.c