| /llvm-project-15.0.7/llvm/test/Transforms/PruneEH/ |
| H A D | recursivetest.ll | 8 to label %Normal unwind label %Except ; <i32>:1 [#uses=0] 9 Normal: ; preds = %0 21 to label %Normal unwind label %Except ; <i32>:1 [#uses=0] 22 Normal: ; preds = %0
|
| H A D | looptest.ll | 24 to label %Normal unwind label %Except, !llvm.mem.parallel_loop_access !0 32 br label %Normal 34 Normal:
|
| H A D | simpletest.ll | 15 to label %Normal unwind label %Except 17 Normal: ; preds = %0
|
| H A D | operand-bundles.ll | 16 to label %Normal unwind label %Except 18 Normal: ; preds = %0
|
| /llvm-project-15.0.7/clang/include/clang/Lex/ |
| H A D | ModuleLoader.h | 39 Normal, enumerator 52 ModuleLoadResult(Module *M) : Storage(M, Normal) {} in ModuleLoadResult() 59 bool isNormal() const { return Storage.getInt() == Normal; } in isNormal()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/tests/rtl/ |
| H A D | tsan_test_util.h | 41 Normal, enumerator 46 Spin = Normal 50 explicit UserMutex(Type type = Normal);
|
| H A D | tsan_test_util_posix.cpp | 101 if (type_ == Normal) in Init() 115 CHECK(type_ == Normal); in StaticInit() 124 if (type_ == Normal) in Destroy() 136 if (type_ == Normal) in Lock() 148 if (type_ == Normal) in TryLock() 161 if (type_ == Normal) in Unlock()
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | CompletionRequest.h | 24 Normal, enumerator 169 CompletionMode mode = CompletionMode::Normal) { 179 template <CompletionMode M = CompletionMode::Normal>
|
| /llvm-project-15.0.7/llvm/test/MC/AVR/ |
| H A D | inst-st.s | 7 ; Normal 40 ; Normal
|
| H A D | inst-ld.s | 8 ; Normal 42 ; Normal
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | fastcc-reserved.ll | 15 ; Normal frame setup stuff: 41 ; Normal frame setup again
|
| /llvm-project-15.0.7/mlir/test/Dialect/LLVMIR/ |
| H A D | callgraph.mlir | 3 // CHECK: Testing : "Normal function call" 4 module attributes {"test.name" = "Normal function call"} {
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | TextDiagnostic.cpp | 46 bool &Normal, bool Bold) { in applyTemplateHighlighting() argument 54 if (Normal) in applyTemplateHighlighting() 61 Normal = !Normal; in applyTemplateHighlighting() 742 bool Normal = true; in printDiagnosticMessage() local 743 applyTemplateHighlighting(OS, Message, Normal, Bold); in printDiagnosticMessage() 744 assert(Normal && "Formatting should have returned to normal"); in printDiagnosticMessage()
|
| /llvm-project-15.0.7/polly/test/ScopInfo/ |
| H A D | integers.ll | 26 ; Normal positive integer 46 ; Normal negative integer
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | isel-optnone.ll | 35 ; Normal ISel will produce 'lea'.
|
| H A D | elf-unique-sections-by-flags.ll | 9 ; Normal function goes in .text, or in it's own named section with -function-sections. 76 ; Normal user defined section, first is the generic section, second should be unique
|
| /llvm-project-15.0.7/llvm/lib/Target/AVR/ |
| H A D | AVRCallingConv.td | 9 // Normal functions use a special calling convention, solved in code.
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | DebugInlineeLinesSubsection.h | 31 Normal, // CV_INLINEE_SOURCE_LINE_SIGNATURE enumerator
|
| /llvm-project-15.0.7/llvm/lib/Target/VE/ |
| H A D | VECustomDAG.cpp | 35 return MVT::getVectorVT(ElemVT, P == Packing::Normal ? StandardVectorWidth in getLegalVectorType() 41 return isPackedVectorType(VT) ? Packing::Dense : Packing::Normal; in getTypePacking() 514 NewMask = getConstantMask(Packing::Normal, true); in getTargetSplitMask()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Overload.h | 85 enum class OverloadCandidateParamOrder : char { Normal, Reversed }; enumerator 1092 OverloadCandidateParamOrder::Normal) { 1100 isNewCandidate(F, OverloadCandidateParamOrder::Normal); in exclude()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/ |
| H A D | DebugInlineeLinesSubsection.cpp | 85 InlineeLinesSignature Sig = InlineeLinesSignature::Normal; in commit()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | LoopUnrolling.cpp | 29 enum Kind { Normal, Unrolled } K; enumerator 39 return LoopState(Normal, S, L, N); in getNormal()
|
| /llvm-project-15.0.7/clang/test/Frontend/ |
| H A D | noderef.cpp | 14 void Normal() { in Normal() function
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | exports_so.txt | 20 # "Normal" symbols.
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGCoroutine.cpp | 26 enum class AwaitKind { Init, Normal, Yield, Final }; enumerator 118 case AwaitKind::Normal: in buildSuspendPrefixStr() 596 CurCoro.Data->CurrentAwaitKind = AwaitKind::Normal; in EmitCoroutineBody()
|