Home
last modified time | relevance | path

Searched refs:bail (Results 1 – 25 of 68) sorted by relevance

123

/llvm-project-15.0.7/compiler-rt/test/profile/Linux/
H A Dbinary-id-padding.c36 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 Dcorrupted-profile.c40 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 DByteCodeEmitter.h58 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 DEvalEmitter.h60 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 DByteCodeExprGen.cpp123 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 DByteCodeStmtGen.cpp99 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 Dpr35890.ll15 br i1 %ne.cond, label %loop, label %bail
40 bail:
/llvm-project-15.0.7/clang/test/Analysis/
H A Dcfg.cpp645 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 D2011-10-27-lftrnull.ll44 ; 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 D2008-03-13-TwoAddrPassCrash.ll9 switch i32 0, label %bail [
64 bail: ; preds = %bb74
H A Dfast-isel-bail.ll4 ; to gracefully bail out and let SelectionDAGISel take over.
H A Dundef-eflags.mir3 # flags on the eflags input (currently we should just bail out).
/llvm-project-15.0.7/llvm/test/Transforms/GlobalOpt/
H A Dglobal-demotion.ll28 ; 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 Daarch64-vcvtfp2fxs-combine.ll6 ; 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 Dlit.local.cfg15 # code snippet and bail out on error.
/llvm-project-15.0.7/llvm/test/tools/llvm-exegesis/X86/uops/
H A Dlit.local.cfg15 # code snippet and bail out on error.
/llvm-project-15.0.7/llvm/test/tools/llvm-exegesis/X86/inverse_throughput/
H A Dlit.local.cfg15 # code snippet and bail out on error.
/llvm-project-15.0.7/llvm/test/tools/llvm-exegesis/AArch64/
H A Dlit.local.cfg15 # code snippet and bail out on error.
/llvm-project-15.0.7/llvm/test/tools/llvm-exegesis/Mips/
H A Dlit.local.cfg15 # code snippet and bail out on error.
/llvm-project-15.0.7/llvm/test/tools/llvm-exegesis/PowerPC/
H A Dlit.local.cfg15 # code snippet and bail out on error.
/llvm-project-15.0.7/llvm/test/Transforms/SROA/
H A Dscalable-vectors.ll42 ; 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 Dphi-catchswitch.ll27 ; 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 Dframeescape.ll28 ; We even bail when someone marks it alwaysinline.
/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/
H A Dcirc_pcr_assert.ll5 ; 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 Dsimd-simplify-demanded-vector-elts.ll11 ; bail out of SimplifyDemandedVectorElts after legalization.

123