HomeSort by relevance Sort by last modified time
    Searched refs:FailureReason (Results 1 - 6 of 6) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
CallPromotionUtils.h 26 /// match exactly, they must at least be bitcast compatible. If \p FailureReason
30 const char **FailureReason = nullptr);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
CallPromotionUtils.cpp 321 const char **FailureReason) {
330 if (FailureReason)
331 *FailureReason = "Return type mismatch";
341 if (FailureReason)
342 *FailureReason = "The number of arguments mismatch";
355 if (FailureReason)
356 *FailureReason = "Argument type mismatch";
  /external/llvm/lib/Transforms/Scalar/
InductiveRangeCheckElimination.cpp 624 Loop &L, const char *&FailureReason) {
629 FailureReason = "no loop latch";
636 FailureReason = "no preheader";
642 FailureReason = "latch terminator not conditional branch";
652 FailureReason = "short running loop, not profitable";
658 FailureReason = "latch terminator branch not conditional on integral icmp";
664 FailureReason = "could not compute latch count";
683 FailureReason = "no add recurrences in the icmp";
742 FailureReason = "LHS in icmp not induction variable";
754 FailureReason = "expected icmp slt semantically, found something else"
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
InductiveRangeCheckElimination.cpp 826 const char *&FailureReason) {
828 FailureReason = "loop not in LoopSimplify form";
836 FailureReason = "loop has already been cloned";
841 FailureReason = "no loop latch";
848 FailureReason = "no preheader";
854 FailureReason = "latch terminator not conditional branch";
866 FailureReason = "short running loop, not profitable";
872 FailureReason = "latch terminator branch not conditional on integral icmp";
878 FailureReason = "could not compute latch count";
    [all...]
  /art/libdexfile/dex/
dex_file_verifier.h 40 const std::string& FailureReason() const {
dex_file_verifier.cc 178 *error_msg = verifier->FailureReason();
    [all...]

Completed in 385 milliseconds