Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DIVDescriptors.cpp162 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()
/external/llvm-project/llvm/lib/Analysis/
DIVDescriptors.cpp162 SmallPtrSetImpl<Instruction *> &Casts) { in collectCastsToIgnore() argument
176 Casts.insert(Cast); in collectCastsToIgnore()
894 SmallVectorImpl<Instruction *> *Casts) in InductionDescriptor() argument
923 if (Casts) { in InductionDescriptor()
924 for (auto &Inst : *Casts) { in InductionDescriptor()
1137 SmallVector<Instruction *, 2> Casts; in isInductionPHI() local
1138 if (getCastsForInductionPHI(PSE, SymbolicPhi, AR, Casts)) in isInductionPHI()
1139 return isInductionPHI(Phi, TheLoop, PSE.getSE(), D, AR, &Casts); in isInductionPHI()
/external/clang/test/CodeGenCXX/
Dpointers-to-data-members.cpp67 namespace Casts { namespace
Dmangle-exprs.cpp42 namespace Casts { namespace
/external/llvm-project/clang/test/CodeGenCXX/
Dpointers-to-data-members.cpp67 namespace Casts { namespace
Dmangle-exprs.cpp42 namespace Casts { namespace
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp500 const SmallVectorImpl<Instruction *> &Casts = ID.getCastInsts(); in addInductionPhi() local
501 if (!Casts.empty()) in addInductionPhi()
502 InductionCastsToIgnore.insert(*Casts.begin()); in addInductionPhi()
DLoopVectorize.cpp1792 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()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp514 const SmallVectorImpl<Instruction *> &Casts = ID.getCastInsts(); in addInductionPhi() local
515 if (!Casts.empty()) in addInductionPhi()
516 InductionCastsToIgnore.insert(*Casts.begin()); in addInductionPhi()
DLoopVectorize.cpp2106 const SmallVectorImpl<Instruction *> &Casts = ID.getCastInsts(); in recordVectorLoopValueForInductionCast() local
2107 if (Casts.empty()) in recordVectorLoopValueForInductionCast()
2112 Instruction *CastInst = *Casts.begin(); in recordVectorLoopValueForInductionCast()
7254 const SmallPtrSetImpl<Instruction *> &Casts = RedDes.getCastInsts(); in collectValuesToIgnore() local
7255 VecValuesToIgnore.insert(Casts.begin(), Casts.end()); in collectValuesToIgnore()
7261 const SmallVectorImpl<Instruction *> &Casts = IndDes.getCastInsts(); in collectValuesToIgnore() local
7262 VecValuesToIgnore.insert(Casts.begin(), Casts.end()); in collectValuesToIgnore()
7506 const SmallVectorImpl<Instruction *> &Casts = IndDes.getCastInsts(); in collectTriviallyDeadInstructions() local
7507 DeadInstructions.insert(Casts.begin(), Casts.end()); in collectTriviallyDeadInstructions()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DIVDescriptors.h350 SmallVectorImpl<Instruction *> *Casts = nullptr);
/external/llvm-project/llvm/include/llvm/Analysis/
DIVDescriptors.h347 SmallVectorImpl<Instruction *> *Casts = nullptr);
/external/llvm-project/clang/lib/Analysis/
DExprMutationAnalyzer.cpp421 const auto Casts = match( in findCastMutation() local
431 if (const Stmt *S = findExprMutation(Casts)) in findCastMutation()
/external/llvm-project/clang/include/clang/AST/
DStmtDataCollectors.td120 //--- Casts --------------------------------------------------------------//
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dprepare_patterns.td94 // Casts result type of $1 to a quantized type by using the quantization
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp243 SmallDenseMap<Value *, Instruction *> Casts; in FoldIntegerTypedPHI() local
268 Instruction *&CI = Casts[IncomingVal]; in FoldIntegerTypedPHI()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp252 SmallDenseMap<Value *, Instruction *> Casts; in foldIntegerTypedPHI() local
277 Instruction *&CI = Casts[IncomingVal]; in foldIntegerTypedPHI()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/numeric/
Dint128_have_intrinsic.inc22 // Casts from unsigned to signed while preserving the underlying binary
/external/openscreen/third_party/abseil/src/absl/numeric/
Dint128_have_intrinsic.inc22 // Casts from unsigned to signed while preserving the underlying binary
/external/abseil-cpp/absl/numeric/
Dint128_have_intrinsic.inc22 // Casts from unsigned to signed while preserving the underlying binary
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/
Dares-test-internal.cc243 TEST_F(LibraryTest, Casts) { in TEST_F() argument
/external/webrtc/third_party/abseil-cpp/absl/numeric/
Dint128_have_intrinsic.inc22 // Casts from unsigned to signed while preserving the underlying binary
/external/libtextclassifier/abseil-cpp/absl/numeric/
Dint128_have_intrinsic.inc22 // Casts from unsigned to signed while preserving the underlying binary
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp209 SmallVector<const CastExpr *, 4> Casts; in createTemporaryRegionIfNeeded() local
215 Casts.push_back(CE); in createTemporaryRegionIfNeeded()
245 for (SmallVectorImpl<const CastExpr *>::reverse_iterator I = Casts.rbegin(), in createTemporaryRegionIfNeeded()
246 E = Casts.rend(); in createTemporaryRegionIfNeeded()
/external/rust/crates/num-traits/
DRELEASES.md13 - [Casts from large `f64` values to `f32` now saturate to infinity][186]. They

12