| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | IVDescriptors.cpp | 144 SmallPtrSetImpl<Instruction *> &Casts, in collectCastInstrs() argument 160 Casts.insert(Cast); in collectCastInstrs() 1268 SmallVectorImpl<Instruction *> *Casts) in InductionDescriptor() argument 1303 if (Casts) { in InductionDescriptor() 1304 for (auto &Inst : *Casts) { in InductionDescriptor() 1510 SmallVector<Instruction *, 2> Casts; in isInductionPHI() local 1511 if (getCastsForInductionPHI(PSE, SymbolicPhi, AR, Casts)) in isInductionPHI() 1512 return isInductionPHI(Phi, TheLoop, PSE.getSE(), D, AR, &Casts); in isInductionPHI()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorizationLegality.cpp | 557 const SmallVectorImpl<Instruction *> &Casts = ID.getCastInsts(); in addInductionPhi() local 558 if (!Casts.empty()) in addInductionPhi() 559 InductionCastsToIgnore.insert(*Casts.begin()); in addInductionPhi()
|
| H A D | VPlanTransforms.cpp | 356 auto &Casts = IV->getInductionDescriptor().getCastInsts(); in removeRedundantInductionCasts() local 358 for (Instruction *IRCast : reverse(Casts)) { in removeRedundantInductionCasts()
|
| H A D | LoopVectorize.cpp | 7396 const SmallPtrSetImpl<Instruction *> &Casts = RedDes.getCastInsts(); in collectValuesToIgnore() local 7397 VecValuesToIgnore.insert(Casts.begin(), Casts.end()); in collectValuesToIgnore() 7403 const SmallVectorImpl<Instruction *> &Casts = IndDes.getCastInsts(); in collectValuesToIgnore() local 7404 VecValuesToIgnore.insert(Casts.begin(), Casts.end()); in collectValuesToIgnore()
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | ExprMutationAnalyzer.cpp | 427 const auto Casts = match( in findCastMutation() local 437 if (const Stmt *S = findExprMutation(Casts)) in findCastMutation()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | StmtDataCollectors.td | 120 //--- Casts --------------------------------------------------------------//
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | IVDescriptors.h | 387 SmallVectorImpl<Instruction *> *Casts = nullptr);
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86LowerAMXType.cpp | 712 bool combineLdSt(SmallVectorImpl<Instruction *> &Casts); 992 bool X86LowerAMXCast::combineLdSt(SmallVectorImpl<Instruction *> &Casts) { in combineLdSt() argument 994 for (auto *Cast : Casts) { in combineLdSt()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | VPIntrinsics.def | 359 ///// Type Casts { 422 ///// } Type Casts
|
| H A D | Intrinsics.td | 1685 // Casts
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombinePHI.cpp | 252 SmallDenseMap<Value *, Instruction *> Casts; in foldIntegerTypedPHI() local 277 Instruction *&CI = Casts[IncomingVal]; in foldIntegerTypedPHI()
|
| /openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.ml | 1309 (*--... Casts ..............................................................--*)
|
| H A D | llvm.mli | 2381 (** {7 Casts} *)
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | ONEWS | 915 * Casts to union types do not yield lvalues.
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 6013 SDValue Casts[4]; in lowerBUILD_VECTOR() local 6016 Casts[P] = DAG.getNode(ISD::BITCAST, SL, QuarterIntVT, Vec); in lowerBUILD_VECTOR() 6020 DAG.getBuildVector(MVT::getVectorVT(QuarterIntVT, 4), SL, Casts); in lowerBUILD_VECTOR()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | ChangeLog-1990 | 1843 * values.c (baseclass_addr): New function. Casts derived pointers
|
| H A D | ChangeLog-1999 | 8230 Casts pid back to an int.
|