Home
last modified time | relevance | path

Searched refs:Normal (Results 1 – 25 of 112) sorted by relevance

12345

/llvm-project-15.0.7/llvm/test/Transforms/PruneEH/
H A Drecursivetest.ll8 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 Dlooptest.ll24 to label %Normal unwind label %Except, !llvm.mem.parallel_loop_access !0
32 br label %Normal
34 Normal:
H A Dsimpletest.ll15 to label %Normal unwind label %Except
17 Normal: ; preds = %0
H A Doperand-bundles.ll16 to label %Normal unwind label %Except
18 Normal: ; preds = %0
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DModuleLoader.h39 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 Dtsan_test_util.h41 Normal, enumerator
46 Spin = Normal
50 explicit UserMutex(Type type = Normal);
H A Dtsan_test_util_posix.cpp101 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 DCompletionRequest.h24 Normal, enumerator
169 CompletionMode mode = CompletionMode::Normal) {
179 template <CompletionMode M = CompletionMode::Normal>
/llvm-project-15.0.7/llvm/test/MC/AVR/
H A Dinst-st.s7 ; Normal
40 ; Normal
H A Dinst-ld.s8 ; Normal
42 ; Normal
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dfastcc-reserved.ll15 ; Normal frame setup stuff:
41 ; Normal frame setup again
/llvm-project-15.0.7/mlir/test/Dialect/LLVMIR/
H A Dcallgraph.mlir3 // CHECK: Testing : "Normal function call"
4 module attributes {"test.name" = "Normal function call"} {
/llvm-project-15.0.7/clang/lib/Frontend/
H A DTextDiagnostic.cpp46 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 Dintegers.ll26 ; Normal positive integer
46 ; Normal negative integer
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Disel-optnone.ll35 ; Normal ISel will produce 'lea'.
H A Delf-unique-sections-by-flags.ll9 ; 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 DAVRCallingConv.td9 // Normal functions use a special calling convention, solved in code.
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.h31 Normal, // CV_INLINEE_SOURCE_LINE_SIGNATURE enumerator
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVECustomDAG.cpp35 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 DOverload.h85 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 DDebugInlineeLinesSubsection.cpp85 InlineeLinesSignature Sig = InlineeLinesSignature::Normal; in commit()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp29 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 Dnoderef.cpp14 void Normal() { in Normal() function
/llvm-project-15.0.7/openmp/runtime/src/
H A Dexports_so.txt20 # "Normal" symbols.
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCoroutine.cpp26 enum class AwaitKind { Init, Normal, Yield, Final }; enumerator
118 case AwaitKind::Normal: in buildSuspendPrefixStr()
596 CurCoro.Data->CurrentAwaitKind = AwaitKind::Normal; in EmitCoroutineBody()

12345