Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp143 SmallPtrSetImpl<Instruction *> &Casts, in collectCastInstrs() argument
159 Casts.insert(Cast); in collectCastInstrs()
1346 SmallVectorImpl<Instruction *> *Casts) in InductionDescriptor() argument
1373 if (Casts) in InductionDescriptor()
1374 llvm::append_range(RedundantCasts, *Casts); in InductionDescriptor()
1577 SmallVector<Instruction *, 2> Casts; in isInductionPHI() local
1578 if (getCastsForInductionPHI(PSE, SymbolicPhi, AR, Casts)) in isInductionPHI()
1579 return isInductionPHI(Phi, TheLoop, PSE.getSE(), D, AR, &Casts); in isInductionPHI()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelperCasts.cpp322 SmallVector<Register> Casts; in matchCastOfBuildVector() local
327 Casts.push_back(CastI.getReg(0)); in matchCastOfBuildVector()
330 B.buildBuildVector(Dst, Casts); in matchCastOfBuildVector()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtDataCollectors.td119 //--- Casts --------------------------------------------------------------//
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp550 const auto Casts = match( in findCastMutation() local
559 if (const Stmt *S = findExprMutation(Casts)) in findCastMutation()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp687 const SmallVectorImpl<Instruction *> &Casts = ID.getCastInsts(); in addInductionPhi() local
688 if (!Casts.empty()) in addInductionPhi()
689 InductionCastsToIgnore.insert(*Casts.begin()); in addInductionPhi()
H A DVPlanTransforms.cpp475 auto &Casts = IV->getInductionDescriptor().getCastInsts(); in removeRedundantInductionCasts() local
477 for (Instruction *IRCast : reverse(Casts)) { in removeRedundantInductionCasts()
H A DLoopVectorize.cpp6514 const SmallPtrSetImpl<Instruction *> &Casts = RedDes.getCastInsts(); in collectValuesToIgnore() local
6515 VecValuesToIgnore.insert_range(Casts); in collectValuesToIgnore()
6521 const SmallVectorImpl<Instruction *> &Casts = IndDes.getCastInsts(); in collectValuesToIgnore() local
6522 VecValuesToIgnore.insert_range(Casts); in collectValuesToIgnore()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp857 bool combineLdSt(SmallVectorImpl<Instruction *> &Casts);
1178 bool X86LowerAMXCast::combineLdSt(SmallVectorImpl<Instruction *> &Casts) { in combineLdSt() argument
1180 for (auto *Cast : Casts) { in combineLdSt()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h457 SmallVectorImpl<Instruction *> *Casts = nullptr);
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DVPIntrinsics.def460 ///// Type Casts {
527 ///// } Type Casts
H A DIntrinsics.td2253 // Casts
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp284 SmallDenseMap<Value *, Instruction *> Casts; in foldIntegerTypedPHI() local
309 Instruction *&CI = Casts[IncomingVal]; in foldIntegerTypedPHI()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc29527 "void Casts::implicit<4u>(enable_if<4u <= 4, void>::type*)"},
29529 "void Casts::cstyle<4u>(enable_if<4u <= (unsigned int)(4), void>::type*)"},
29531 "void Casts::implicit<4u>(enable_if<4u && 4, void>::type*)"},
29533 "void Casts::implicit<4u>(enable_if<4u &= 4, void>::type*)"},
29535 "void Casts::implicit<4u>(enable_if<4u = 4, void>::type*)"},
29537 "void Casts::implicit<4u>(enable_if<sizeof (4u), void>::type*)"},
29539 "void Casts::implicit<4u>(enable_if<sizeof (4u), void>::type*)"},
29541 "void Casts::implicit<4u>(enable_if<alignof (4u), void>::type*)"},
29543 "void Casts::implicit<4u>(enable_if<alignof (4u), void>::type*)"},
29545 "void Casts::implicit<4u>(enable_if<(4u, 4), void>::type*)"},
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp8105 SmallVector<SDValue> Casts; in lowerBUILD_VECTOR() local
8109 Casts.push_back(DAG.getNode(ISD::BITCAST, SL, PartIntVT, Vec)); in lowerBUILD_VECTOR()
8113 DAG.getBuildVector(MVT::getVectorVT(PartIntVT, NumParts), SL, Casts); in lowerBUILD_VECTOR()
/freebsd/contrib/tzdata/
H A DNEWS5830 2. Casts of the return value of exit have been removed.
5831 3. Casts of the argument of is.* macros have been added.
/freebsd/contrib/tzcode/
H A DNEWS5717 2. Casts of the return value of exit have been removed.
5718 3. Casts of the argument of is.* macros have been added.
/freebsd/crypto/openssl/
H A DCHANGES.md20475 1. Casts to avoid "loss of data" warnings in p5_crpt2.c