Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DIVDescriptors.cpp144 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 DLoopVectorizationLegality.cpp557 const SmallVectorImpl<Instruction *> &Casts = ID.getCastInsts(); in addInductionPhi() local
558 if (!Casts.empty()) in addInductionPhi()
559 InductionCastsToIgnore.insert(*Casts.begin()); in addInductionPhi()
H A DVPlanTransforms.cpp356 auto &Casts = IV->getInductionDescriptor().getCastInsts(); in removeRedundantInductionCasts() local
358 for (Instruction *IRCast : reverse(Casts)) { in removeRedundantInductionCasts()
H A DLoopVectorize.cpp7396 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 DExprMutationAnalyzer.cpp427 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 DStmtDataCollectors.td120 //--- Casts --------------------------------------------------------------//
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DIVDescriptors.h387 SmallVectorImpl<Instruction *> *Casts = nullptr);
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp712 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 DVPIntrinsics.def359 ///// Type Casts {
422 ///// } Type Casts
H A DIntrinsics.td1685 // Casts
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp252 SmallDenseMap<Value *, Instruction *> Casts; in foldIntegerTypedPHI() local
277 Instruction *&CI = Casts[IncomingVal]; in foldIntegerTypedPHI()
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.ml1309 (*--... Casts ..............................................................--*)
H A Dllvm.mli2381 (** {7 Casts} *)
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DONEWS915 * Casts to union types do not yield lvalues.
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp6013 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 DChangeLog-19901843 * values.c (baseclass_addr): New function. Casts derived pointers
H A DChangeLog-19998230 Casts pid back to an int.