Home
last modified time | relevance | path

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

123456

/llvm-project/llvm/unittests/Target/AArch64/
H A DSMEAttributesTest.cpp86 ASSERT_TRUE(SA(SA::Normal).hasNonStreamingInterfaceAndBody()); in TEST()
154 ASSERT_FALSE(SA(SA::Normal).isInZA()); in TEST()
155 ASSERT_FALSE(SA(SA::Normal).isOutZA()); in TEST()
156 ASSERT_FALSE(SA(SA::Normal).isInOutZA()); in TEST()
157 ASSERT_FALSE(SA(SA::Normal).isPreservesZA()); in TEST()
158 ASSERT_FALSE(SA(SA::Normal).isNewZA()); in TEST()
159 ASSERT_FALSE(SA(SA::Normal).sharesZA()); in TEST()
160 ASSERT_FALSE(SA(SA::Normal).hasZAState()); in TEST()
218 ASSERT_FALSE(SA(SA::Normal).isInZT0()); in TEST()
219 ASSERT_FALSE(SA(SA::Normal).isOutZT0()); in TEST()
[all …]
/llvm-project/clang/test/CodeGenCXX/
H A Dsections.cpp10 struct Normal { struct
13 extern const Normal normal_default_section; argument
14 const Normal normal_default_section;
22 extern const Normal normal_custom_section;
23 const Normal normal_custom_section;
/llvm-project/clang/include/clang/Lex/
H A DModuleLoader.h39 Normal, enumerator
52 ModuleLoadResult(Module *M) : Storage(M, Normal) {} in ModuleLoadResult()
57 return Storage.getInt() == Normal && Storage.getPointer();
64 bool isNormal() const { return Storage.getInt() == Normal; } in isNormal()
/llvm-project/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/lldb/include/lldb/Utility/
H A DCompletionRequest.h24 Normal, enumerator
171 CompletionMode mode = CompletionMode::Normal) {
181 template <CompletionMode M = CompletionMode::Normal>
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DUnsafeFunctionsCheck.cpp270 const auto *Normal = Result.Nodes.getNodeAs<FunctionDecl>(FunctionNamesId);
275 assert((AnnexK || Normal || Additional || Custom) &&
315 if (Normal)
191 const auto *Normal = Result.Nodes.getNodeAs<FunctionDecl>(FunctionNamesId); check() local
/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64SMEAttributes.h40 Normal = 0, enumerator
52 SMEAttrs(unsigned Mask = Normal) : Bitmask(0) { set(Mask); } in SMEAttrs()
/llvm-project/llvm/test/MC/AVR/
H A Dinst-ld.s6 ; Normal
40 ; Normal
H A Dinst-st.s6 ; Normal
39 ; Normal
/llvm-project/llvm/test/CodeGen/AArch64/
H A Dfastcc-reserved.ll15 ; Normal frame setup stuff:
41 ; Normal frame setup again
H A Dsme-streaming-compatible-interface.ll5 ; [ ] N -> SC (Normal -> Streaming-compatible)
6 ; [ ] SC -> N (Streaming-compatible -> Normal)
17 ; [x] N -> SC (Normal -> Streaming-compatible)
18 ; [ ] SC -> N (Streaming-compatible -> Normal)
32 ; [ ] N -> SC (Normal -> Streaming-compatible)
33 ; [x] SC -> N (Streaming-compatible -> Normal)
71 ; [ ] N -> SC (Normal -> Streaming-compatible)
72 ; [ ] SC -> N (Streaming-compatible -> Normal)
108 ; [ ] N -> SC (Normal -> Streaming-compatible)
109 ; [ ] SC -> N (Streaming-compatible -> Normal)
[all...]
/llvm-project/mlir/test/Dialect/LLVMIR/
H A Dcallgraph.mlir3 // CHECK: Testing : "Normal function call"
4 module attributes {"test.name" = "Normal function call"} {
/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp55 bool &Normal, bool Bold) { in applyTemplateHighlighting() argument
63 if (Normal) in applyTemplateHighlighting()
70 Normal = !Normal; in applyTemplateHighlighting()
732 bool Normal = true; in printDiagnosticMessage() local
733 applyTemplateHighlighting(OS, Message, Normal, Bold); in printDiagnosticMessage()
734 assert(Normal && "Formatting should have returned to normal"); in printDiagnosticMessage()
/llvm-project/mlir/include/mlir/Transforms/
H A DGreedyPatternRewriteDriver.h36 Normal, enumerator
/llvm-project/polly/test/ScopInfo/
H A Dintegers.ll26 ; Normal positive integer
46 ; Normal negative integer
/llvm-project/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/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.
74 ; Normal user defined section, first is the generic section, second should be unique
/llvm-project/llvm/lib/Target/AVR/
H A DAVRCallingConv.td9 // Normal functions use a special calling convention, solved in code.
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.h31 Normal, // CV_INLINEE_SOURCE_LINE_SIGNATURE enumerator
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp31 enum Kind { Normal, Unrolled } K; enumerator
41 return LoopState(Normal, S, L, N); in getNormal()
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.cpp85 InlineeLinesSignature Sig = InlineeLinesSignature::Normal; in commit()
/llvm-project/clang/include/clang/Sema/
H A DOverload.h84 enum class OverloadCandidateParamOrder : char { Normal, Reversed }; enumerator
1024 /// Normal lookup.
1183 OverloadCandidateParamOrder::Normal) {
1191 isNewCandidate(F, OverloadCandidateParamOrder::Normal);
/llvm-project/clang/test/Frontend/
H A Dnoderef.cpp14 void Normal() { in Normal() function

123456