| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | IVDescriptors.cpp | 143 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 D | CombinerHelperCasts.cpp | 322 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 D | StmtDataCollectors.td | 119 //--- Casts --------------------------------------------------------------//
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ExprMutationAnalyzer.cpp | 550 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 D | LoopVectorizationLegality.cpp | 687 const SmallVectorImpl<Instruction *> &Casts = ID.getCastInsts(); in addInductionPhi() local 688 if (!Casts.empty()) in addInductionPhi() 689 InductionCastsToIgnore.insert(*Casts.begin()); in addInductionPhi()
|
| H A D | VPlanTransforms.cpp | 475 auto &Casts = IV->getInductionDescriptor().getCastInsts(); in removeRedundantInductionCasts() local 477 for (Instruction *IRCast : reverse(Casts)) { in removeRedundantInductionCasts()
|
| H A D | LoopVectorize.cpp | 6514 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 D | X86LowerAMXType.cpp | 857 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 D | IVDescriptors.h | 457 SmallVectorImpl<Instruction *> *Casts = nullptr);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | VPIntrinsics.def | 460 ///// Type Casts { 527 ///// } Type Casts
|
| H A D | Intrinsics.td | 2253 // Casts
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombinePHI.cpp | 284 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 D | DemangleTestCases.inc | 29527 "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 D | SIISelLowering.cpp | 8105 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 D | NEWS | 5830 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 D | NEWS | 5717 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 D | CHANGES.md | 20475 1. Casts to avoid "loss of data" warnings in p5_crpt2.c
|