HomeSort by relevance Sort by last modified time
    Searched defs:SCEVCouldNotCompute (Results 1 - 12 of 12) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ScalarEvolution.h 151 /// SCEVCouldNotCompute - An object of this class is returned by queries that
156 struct SCEVCouldNotCompute : public SCEV {
157 SCEVCouldNotCompute();
160 static inline bool classof(const SCEVCouldNotCompute *S) { return true; }
233 SCEVCouldNotCompute CouldNotCompute;
257 /// information, or whether it's all SCEVCouldNotCompute values.
259 return !isa<SCEVCouldNotCompute>(Exact) ||
260 !isa<SCEVCouldNotCompute>(Max);
297 /// count of the loop that is known, or a SCEVCouldNotCompute.
309 /// computed information, or whether it's all SCEVCouldNotCompute
    [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 165 struct SCEVCouldNotCompute : public SCEV {
166 SCEVCouldNotCompute();
487 std::unique_ptr<SCEVCouldNotCompute> CouldNotCompute;
540 assert((isa<SCEVCouldNotCompute>(Exact) ||
541 !isa<SCEVCouldNotCompute>(Max)) &&
546 /// whether it's all SCEVCouldNotCompute values.
548 return !isa<SCEVCouldNotCompute>(Exact) ||
549 !isa<SCEVCouldNotCompute>(Max);
553 bool hasFullInfo() const { return !isa<SCEVCouldNotCompute>(Exact); }
703 /// loop that is known, or a SCEVCouldNotCompute. This expression is onl
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolution.cpp 251 llvm_unreachable("Attempt to use a SCEVCouldNotCompute object!");
277 SCEVCouldNotCompute::SCEVCouldNotCompute() :
280 bool SCEVCouldNotCompute::classof(const SCEV *S) {
780 if (isa<SCEVCouldNotCompute>(Coeff))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolution.h 165 struct SCEVCouldNotCompute : public SCEV {
166 SCEVCouldNotCompute();
490 std::unique_ptr<SCEVCouldNotCompute> CouldNotCompute;
578 assert((isa<SCEVCouldNotCompute>(ExactNotTaken) ||
579 !isa<SCEVCouldNotCompute>(MaxNotTaken)) &&
594 /// whether it's all SCEVCouldNotCompute values.
596 return !isa<SCEVCouldNotCompute>(ExactNotTaken) ||
597 !isa<SCEVCouldNotCompute>(MaxNotTaken);
602 return !isa<SCEVCouldNotCompute>(ExactNotTaken);
633 /// SCEVCouldNotCompute. This expression is only valid if the predicate
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolution.h 165 struct SCEVCouldNotCompute : public SCEV {
166 SCEVCouldNotCompute();
490 std::unique_ptr<SCEVCouldNotCompute> CouldNotCompute;
578 assert((isa<SCEVCouldNotCompute>(ExactNotTaken) ||
579 !isa<SCEVCouldNotCompute>(MaxNotTaken)) &&
594 /// whether it's all SCEVCouldNotCompute values.
596 return !isa<SCEVCouldNotCompute>(ExactNotTaken) ||
597 !isa<SCEVCouldNotCompute>(MaxNotTaken);
602 return !isa<SCEVCouldNotCompute>(ExactNotTaken);
633 /// SCEVCouldNotCompute. This expression is only valid if the predicate
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolution.h 165 struct SCEVCouldNotCompute : public SCEV {
166 SCEVCouldNotCompute();
490 std::unique_ptr<SCEVCouldNotCompute> CouldNotCompute;
578 assert((isa<SCEVCouldNotCompute>(ExactNotTaken) ||
579 !isa<SCEVCouldNotCompute>(MaxNotTaken)) &&
594 /// whether it's all SCEVCouldNotCompute values.
596 return !isa<SCEVCouldNotCompute>(ExactNotTaken) ||
597 !isa<SCEVCouldNotCompute>(MaxNotTaken);
602 return !isa<SCEVCouldNotCompute>(ExactNotTaken);
633 /// SCEVCouldNotCompute. This expression is only valid if the predicate
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolution.h 165 struct SCEVCouldNotCompute : public SCEV {
166 SCEVCouldNotCompute();
490 std::unique_ptr<SCEVCouldNotCompute> CouldNotCompute;
578 assert((isa<SCEVCouldNotCompute>(ExactNotTaken) ||
579 !isa<SCEVCouldNotCompute>(MaxNotTaken)) &&
594 /// whether it's all SCEVCouldNotCompute values.
596 return !isa<SCEVCouldNotCompute>(ExactNotTaken) ||
597 !isa<SCEVCouldNotCompute>(MaxNotTaken);
602 return !isa<SCEVCouldNotCompute>(ExactNotTaken);
633 /// SCEVCouldNotCompute. This expression is only valid if the predicate
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolution.h 165 struct SCEVCouldNotCompute : public SCEV {
166 SCEVCouldNotCompute();
490 std::unique_ptr<SCEVCouldNotCompute> CouldNotCompute;
578 assert((isa<SCEVCouldNotCompute>(ExactNotTaken) ||
579 !isa<SCEVCouldNotCompute>(MaxNotTaken)) &&
594 /// whether it's all SCEVCouldNotCompute values.
596 return !isa<SCEVCouldNotCompute>(ExactNotTaken) ||
597 !isa<SCEVCouldNotCompute>(MaxNotTaken);
602 return !isa<SCEVCouldNotCompute>(ExactNotTaken);
633 /// SCEVCouldNotCompute. This expression is only valid if the predicate
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolution.h 165 struct SCEVCouldNotCompute : public SCEV {
166 SCEVCouldNotCompute();
490 std::unique_ptr<SCEVCouldNotCompute> CouldNotCompute;
578 assert((isa<SCEVCouldNotCompute>(ExactNotTaken) ||
579 !isa<SCEVCouldNotCompute>(MaxNotTaken)) &&
594 /// whether it's all SCEVCouldNotCompute values.
596 return !isa<SCEVCouldNotCompute>(ExactNotTaken) ||
597 !isa<SCEVCouldNotCompute>(MaxNotTaken);
602 return !isa<SCEVCouldNotCompute>(ExactNotTaken);
633 /// SCEVCouldNotCompute. This expression is only valid if the predicate
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolution.h 165 struct SCEVCouldNotCompute : public SCEV {
166 SCEVCouldNotCompute();
490 std::unique_ptr<SCEVCouldNotCompute> CouldNotCompute;
578 assert((isa<SCEVCouldNotCompute>(ExactNotTaken) ||
579 !isa<SCEVCouldNotCompute>(MaxNotTaken)) &&
594 /// whether it's all SCEVCouldNotCompute values.
596 return !isa<SCEVCouldNotCompute>(ExactNotTaken) ||
597 !isa<SCEVCouldNotCompute>(MaxNotTaken);
602 return !isa<SCEVCouldNotCompute>(ExactNotTaken);
633 /// SCEVCouldNotCompute. This expression is only valid if the predicate
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolution.h 165 struct SCEVCouldNotCompute : public SCEV {
166 SCEVCouldNotCompute();
490 std::unique_ptr<SCEVCouldNotCompute> CouldNotCompute;
578 assert((isa<SCEVCouldNotCompute>(ExactNotTaken) ||
579 !isa<SCEVCouldNotCompute>(MaxNotTaken)) &&
594 /// whether it's all SCEVCouldNotCompute values.
596 return !isa<SCEVCouldNotCompute>(ExactNotTaken) ||
597 !isa<SCEVCouldNotCompute>(MaxNotTaken);
602 return !isa<SCEVCouldNotCompute>(ExactNotTaken);
633 /// SCEVCouldNotCompute. This expression is only valid if the predicate
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 267 llvm_unreachable("Attempt to use a SCEVCouldNotCompute object!");
302 SCEVCouldNotCompute::SCEVCouldNotCompute() :
305 bool SCEVCouldNotCompute::classof(const SCEV *S) {
618 llvm_unreachable("Attempt to use a SCEVCouldNotCompute object!");
761 void visitCouldNotCompute(const SCEVCouldNotCompute *Numerator) {}
    [all...]

Completed in 440 milliseconds