| /llvm-project/llvm/unittests/Target/AArch64/ |
| H A D | SMEAttributesTest.cpp | 86 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 D | sections.cpp | 10 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 D | ModuleLoader.h | 39 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 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/lldb/include/lldb/Utility/ |
| H A D | CompletionRequest.h | 24 Normal, enumerator 171 CompletionMode mode = CompletionMode::Normal) { 181 template <CompletionMode M = CompletionMode::Normal>
|
| /llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
| H A D | UnsafeFunctionsCheck.cpp | 270 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 D | AArch64SMEAttributes.h | 40 Normal = 0, enumerator 52 SMEAttrs(unsigned Mask = Normal) : Bitmask(0) { set(Mask); } in SMEAttrs()
|
| /llvm-project/llvm/test/MC/AVR/ |
| H A D | inst-ld.s | 6 ; Normal 40 ; Normal
|
| H A D | inst-st.s | 6 ; Normal 39 ; Normal
|
| /llvm-project/llvm/test/CodeGen/AArch64/ |
| H A D | fastcc-reserved.ll | 15 ; Normal frame setup stuff: 41 ; Normal frame setup again
|
| H A D | sme-streaming-compatible-interface.ll | 5 ; [ ] 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 D | callgraph.mlir | 3 // CHECK: Testing : "Normal function call" 4 module attributes {"test.name" = "Normal function call"} {
|
| /llvm-project/clang/lib/Frontend/ |
| H A D | TextDiagnostic.cpp | 55 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 D | GreedyPatternRewriteDriver.h | 36 Normal, enumerator
|
| /llvm-project/polly/test/ScopInfo/ |
| H A D | integers.ll | 26 ; Normal positive integer 46 ; Normal negative integer
|
| /llvm-project/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/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. 74 ; Normal user defined section, first is the generic section, second should be unique
|
| /llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRCallingConv.td | 9 // Normal functions use a special calling convention, solved in code.
|
| /llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | DebugInlineeLinesSubsection.h | 31 Normal, // CV_INLINEE_SOURCE_LINE_SIGNATURE enumerator
|
| /llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | LoopUnrolling.cpp | 31 enum Kind { Normal, Unrolled } K; enumerator 41 return LoopState(Normal, S, L, N); in getNormal()
|
| /llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | DebugInlineeLinesSubsection.cpp | 85 InlineeLinesSignature Sig = InlineeLinesSignature::Normal; in commit()
|
| /llvm-project/clang/include/clang/Sema/ |
| H A D | Overload.h | 84 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 D | noderef.cpp | 14 void Normal() { in Normal() function
|