Searched refs:Casts (Results 1 – 14 of 14) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | IVDescriptors.cpp | 162 SmallPtrSetImpl<Instruction *> &Casts) { in collectCastsToIgnore() argument 176 Casts.insert(Cast); in collectCastsToIgnore() 800 SmallVectorImpl<Instruction *> *Casts) in InductionDescriptor() argument 829 if (Casts) { in InductionDescriptor() 830 for (auto &Inst : *Casts) { in InductionDescriptor() 1043 SmallVector<Instruction *, 2> Casts; in isInductionPHI() local 1044 if (getCastsForInductionPHI(PSE, SymbolicPhi, AR, Casts)) in isInductionPHI() 1045 return isInductionPHI(Phi, TheLoop, PSE.getSE(), D, AR, &Casts); in isInductionPHI()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorizationLegality.cpp | 500 const SmallVectorImpl<Instruction *> &Casts = ID.getCastInsts(); in addInductionPhi() local 501 if (!Casts.empty()) in addInductionPhi() 502 InductionCastsToIgnore.insert(*Casts.begin()); in addInductionPhi()
|
D | LoopVectorize.cpp | 1792 const SmallVectorImpl<Instruction *> &Casts = ID.getCastInsts(); in recordVectorLoopValueForInductionCast() local 1793 if (Casts.empty()) in recordVectorLoopValueForInductionCast() 1798 Instruction *CastInst = *Casts.begin(); in recordVectorLoopValueForInductionCast() 6429 SmallPtrSetImpl<Instruction *> &Casts = RedDes.getCastInsts(); in collectValuesToIgnore() local 6430 VecValuesToIgnore.insert(Casts.begin(), Casts.end()); in collectValuesToIgnore() 6436 const SmallVectorImpl<Instruction *> &Casts = IndDes.getCastInsts(); in collectValuesToIgnore() local 6437 VecValuesToIgnore.insert(Casts.begin(), Casts.end()); in collectValuesToIgnore() 6616 const SmallVectorImpl<Instruction *> &Casts = IndDes.getCastInsts(); in collectTriviallyDeadInstructions() local 6617 DeadInstructions.insert(Casts.begin(), Casts.end()); in collectTriviallyDeadInstructions()
|
/third_party/rust/crates/nom/doc/ |
D | custom_input_types.md | 26 | [AsBytes](https://docs.rs/nom/latest/nom/trait.AsBytes.html) |Casts the input type to a byte slic…
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | IVDescriptors.h | 350 SmallVectorImpl<Instruction *> *Casts = nullptr);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 243 SmallDenseMap<Value *, Instruction *> Casts; in FoldIntegerTypedPHI() local 268 Instruction *&CI = Casts[IncomingVal]; in FoldIntegerTypedPHI()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/ |
D | int128_have_intrinsic.inc | 22 // Casts from unsigned to signed while preserving the underlying binary
|
/third_party/ffmpeg/doc/ |
D | developer.texi | 217 Casts should be used only when necessary. Unneeded parentheses
|
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/ |
D | ReactorUnitTests.cpp | 2326 TYPED_TEST(CToReactorTCastTest, Casts) in TYPED_TEST() argument
|
/third_party/skia/third_party/externals/harfbuzz/perf/texts/ |
D | en-words.txt | 1497 Casts
|
/third_party/tzdata/ |
D | NEWS | 5162 2. Casts of the return value of exit have been removed. 5163 3. Casts of the argument of is.* macros have been added.
|
/third_party/skia/third_party/externals/brotli/tests/testdata/ |
D | plrabn12.txt | 253 Casts pale and dreadful? Thither let us tend
|
/third_party/node/deps/openssl/openssl/ |
D | CHANGES.md | 18011 1. Casts to avoid "loss of data" warnings in p5_crpt2.c
|
/third_party/openssl/ |
D | CHANGES.md | 17833 1. Casts to avoid "loss of data" warnings in p5_crpt2.c
|