| /llvm-project-15.0.7/compiler-rt/test/profile/Linux/ |
| H A D | binary-id-padding.c | 36 void bail(const char* str) { in bail() function 47 bail("open"); in main() 51 bail("stat"); in main() 56 bail("mmap"); in main() 60 bail("Invalid binary ID size"); in main() 66 bail("Expected a binary ID of size 20"); in main() 71 bail("Found non-zero binary ID padding"); in main() 74 bail("munmap"); in main() 77 bail("close"); in main()
|
| H A D | corrupted-profile.c | 40 void bail(const char* str) { in bail() function 49 bail("open"); in main() 53 bail("stat"); in main() 58 bail("mmap"); in main() 67 bail("munmap"); in main() 70 bail("close"); in main() 74 bail("fopen"); in main()
|
| /llvm-project-15.0.7/clang/lib/AST/Interp/ |
| H A D | ByteCodeEmitter.h | 58 bool bail(const Stmt *S) { return bail(S->getBeginLoc()); } in bail() function 59 bool bail(const Decl *D) { return bail(D->getBeginLoc()); } in bail() function 60 bool bail(const SourceLocation &Loc);
|
| H A D | EvalEmitter.h | 60 bool bail(const Stmt *S) { return bail(S->getBeginLoc()); } in bail() function 61 bool bail(const Decl *D) { return bail(D->getBeginLoc()); } in bail() function 62 bool bail(const SourceLocation &Loc);
|
| H A D | ByteCodeExprGen.cpp | 123 return this->bail(CE); in VisitCastExpr() 137 return this->bail(LE); in VisitIntegerLiteral() 166 return this->bail(BO); in VisitBinaryOperator() 201 return this->bail(BO); in VisitBinaryOperator() 205 return this->bail(BO); in VisitBinaryOperator() 225 return this->bail(E); in visitBool() 479 return this->bail(VD); in getPtrVarDecl() 564 return this->bail(VD); in visitDecl()
|
| H A D | ByteCodeStmtGen.cpp | 99 return this->bail(MD); in visitFunc() 128 return this->bail(S); in visitStmt() 155 return this->bail(DD); in visitDeclStmt() 258 return this->bail(VD); in visitVarDecl()
|
| /llvm-project-15.0.7/llvm/test/Analysis/ScalarEvolution/ |
| H A D | pr35890.ll | 15 br i1 %ne.cond, label %loop, label %bail 40 bail:
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | cfg.cpp | 645 goto bail; in crash_with_thread_local() 649 bail: in crash_with_thread_local()
|
| /llvm-project-15.0.7/llvm/test/Transforms/IndVarSimplify/ |
| H A D | 2011-10-27-lftrnull.ll | 44 ; CHECK: bail: 90 br label %bail 92 bail: ; preds = %while.end, %lor.lhs.false44, %lor.lhs.…
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | 2008-03-13-TwoAddrPassCrash.ll | 9 switch i32 0, label %bail [ 64 bail: ; preds = %bb74
|
| H A D | fast-isel-bail.ll | 4 ; to gracefully bail out and let SelectionDAGISel take over.
|
| H A D | undef-eflags.mir | 3 # flags on the eflags input (currently we should just bail out).
|
| /llvm-project-15.0.7/llvm/test/Transforms/GlobalOpt/ |
| H A D | global-demotion.ll | 28 ; This global is indexed by a GEP - this makes it partial alias and we bail out. 29 ; FIXME: We don't actually have to bail out in this case.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | aarch64-vcvtfp2fxs-combine.ll | 6 ; with a v4f64 input. Since v4i64 is not legal we should bail out. We can
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-exegesis/X86/latency/ |
| H A D | lit.local.cfg | 15 # code snippet and bail out on error.
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-exegesis/X86/uops/ |
| H A D | lit.local.cfg | 15 # code snippet and bail out on error.
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-exegesis/X86/inverse_throughput/ |
| H A D | lit.local.cfg | 15 # code snippet and bail out on error.
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-exegesis/AArch64/ |
| H A D | lit.local.cfg | 15 # code snippet and bail out on error.
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-exegesis/Mips/ |
| H A D | lit.local.cfg | 15 # code snippet and bail out on error.
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-exegesis/PowerPC/ |
| H A D | lit.local.cfg | 15 # code snippet and bail out on error.
|
| /llvm-project-15.0.7/llvm/test/Transforms/SROA/ |
| H A D | scalable-vectors.ll | 42 ; Test we bail out when using an alloca of a fixed-length vector (VLS) that was 65 ; When casting from VLA to VLS via memory check we bail out when producing a
|
| H A D | phi-catchswitch.ll | 27 ; not possible in a catchswitch BB. This test checks if we correctly bail out
|
| /llvm-project-15.0.7/llvm/test/Transforms/Inline/ |
| H A D | frameescape.ll | 28 ; We even bail when someone marks it alwaysinline.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/ |
| H A D | circ_pcr_assert.ll | 5 ; This test also validates that the VLIW Packetizer does not bail out the compilation
|
| /llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/ |
| H A D | simd-simplify-demanded-vector-elts.ll | 11 ; bail out of SimplifyDemandedVectorElts after legalization.
|