/external/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()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | IVDescriptors.cpp | 162 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/ |
D | pointers-to-data-members.cpp | 67 namespace Casts { namespace
|
D | mangle-exprs.cpp | 42 namespace Casts { namespace
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | pointers-to-data-members.cpp | 67 namespace Casts { namespace
|
D | mangle-exprs.cpp | 42 namespace Casts { namespace
|
/external/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()
|
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorizationLegality.cpp | 514 const SmallVectorImpl<Instruction *> &Casts = ID.getCastInsts(); in addInductionPhi() local 515 if (!Casts.empty()) in addInductionPhi() 516 InductionCastsToIgnore.insert(*Casts.begin()); in addInductionPhi()
|
D | LoopVectorize.cpp | 2106 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/ |
D | IVDescriptors.h | 350 SmallVectorImpl<Instruction *> *Casts = nullptr);
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | IVDescriptors.h | 347 SmallVectorImpl<Instruction *> *Casts = nullptr);
|
/external/llvm-project/clang/lib/Analysis/ |
D | ExprMutationAnalyzer.cpp | 421 const auto Casts = match( in findCastMutation() local 431 if (const Stmt *S = findExprMutation(Casts)) in findCastMutation()
|
/external/llvm-project/clang/include/clang/AST/ |
D | StmtDataCollectors.td | 120 //--- Casts --------------------------------------------------------------//
|
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
D | prepare_patterns.td | 94 // Casts result type of $1 to a quantized type by using the quantization
|
/external/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()
|
/external/webrtc/third_party/abseil-cpp/absl/numeric/ |
D | int128_have_intrinsic.inc | 22 // Casts from unsigned to signed while preserving the underlying binary
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/ |
D | ares-test-internal.cc | 243 TEST_F(LibraryTest, Casts) { in TEST_F() argument
|
/external/angle/third_party/abseil-cpp/absl/numeric/ |
D | int128_have_intrinsic.inc | 22 // Casts from unsigned to signed while preserving the underlying binary
|
/external/openscreen/third_party/abseil/src/absl/numeric/ |
D | int128_have_intrinsic.inc | 22 // Casts from unsigned to signed while preserving the underlying binary
|
/external/abseil-cpp/absl/numeric/ |
D | int128_have_intrinsic.inc | 22 // Casts from unsigned to signed while preserving the underlying binary
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/numeric/ |
D | int128_have_intrinsic.inc | 22 // Casts from unsigned to signed while preserving the underlying binary
|
/external/libtextclassifier/abseil-cpp/absl/numeric/ |
D | int128_have_intrinsic.inc | 22 // Casts from unsigned to signed while preserving the underlying binary
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 252 SmallDenseMap<Value *, Instruction *> Casts; in foldIntegerTypedPHI() local 277 Instruction *&CI = Casts[IncomingVal]; in foldIntegerTypedPHI()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngine.cpp | 209 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()
|