| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | odr_hash-gnu.cpp | 45 struct Valid { struct 48 typeof(Valid*) self; argument 58 struct Valid { 61 typeof(Valid*) self; 70 Valid v; 86 struct Valid { struct 103 struct Valid { 118 Valid v;
|
| H A D | odr_hash-vector.cpp | 47 struct Valid { struct 65 struct Valid { 84 Valid v; 96 struct Valid { struct 103 struct Valid { struct 111 Valid v;
|
| /llvm-project-15.0.7/bolt/include/bolt/Passes/ |
| H A D | ReorderUtils.h | 74 : Size(Size), Cache(Size * Size), Valid(Size * Size, false) {} in ClusterPairCache() 77 return Valid[index(First, Second)]; in contains() 88 Valid[Index] = true; in set() 92 Valid.reset(C->id() * Size, (C->id() + 1) * Size); in invalidate() 94 Valid.reset((Id * Size) + C->id()); in invalidate() 104 BitVector Valid; variable 118 return Valid[index(First, Second)]; in contains() 129 Valid[Index] = true; in set() 134 Valid[Idx] = false; in invalidate() 137 Valid[(Id * Size) + C->id()] = false; in invalidate() [all …]
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-profgen/Inputs/ |
| H A D | external-address.perfscript | 5 ; Valid LBR. The first 4006d7 will be kept for unwinding, the second will be truncated. 15 ; Valid LBR 19 ; Valid LBR 23 ; Valid LBR 27 ; Valid LBR
|
| /llvm-project-15.0.7/compiler-rt/lib/xray/ |
| H A D | xray_recursion_guard.h | 35 const bool Valid; variable 39 : Running(R), Valid(!atomic_exchange(&R, 1, memory_order_acq_rel)) {} in RecursionGuard() 46 explicit inline operator bool() const { return Valid; } 49 if (Valid) in ~RecursionGuard()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | Iterator.h | 33 const bool Valid; member 39 : Cont(C), Valid(V), Offset(Of) {} in IteratorPosition() 43 bool isValid() const { return Valid; } in isValid() 55 return IteratorPosition(Cont, Valid, NewOf); in setTo() 59 return IteratorPosition(NewCont, Valid, Offset); in reAssign() 63 return Cont == X.Cont && Valid == X.Valid && Offset == X.Offset; 70 ID.AddInteger(Valid); in Profile()
|
| /llvm-project-15.0.7/polly/test/ScopDetect/ |
| H A D | non-affine-loop.ll | 17 ; REJECTNONAFFINELOOPS-NOT: Valid 18 ; ALLOWNONAFFINELOOPS-NOT: Valid 19 ; ALLOWNONAFFINEREGIONSANDACCESSES-NOT: Valid 20 ; ALLOWNONAFFINELOOPSANDACCESSES: Valid 21 ; PROFIT-NOT: Valid
|
| H A D | non-affine-loop-condition-dependent-access_2.ll | 10 ; REJECTNONAFFINELOOPS: Valid Region for Scop: bb15 => bb13 11 ; REJECTNONAFFINELOOPS-NOT: Valid 12 ; ALLOWNONAFFINELOOPS: Valid Region for Scop: bb15 => bb13 13 ; ALLOWNONAFFINELOOPS-NOT: Valid 14 ; ALLOWNONAFFINELOOPSANDACCESSES: Valid Region for Scop: bb11 => bb29
|
| H A D | non-affine-loop-condition-dependent-access.ll | 9 ; REJECTNONAFFINELOOPS-NOT: Valid 10 ; ALLOWNONAFFINELOOPS-NOT: Valid 11 ; ALLOWNONAFFINELOOPSANDACCESSES: Valid Region for Scop: bb1 => bb13 12 ; PROFIT-NOT: Valid
|
| H A D | base_pointer.ll | 32 ; CHECK: Valid Region for Scop: pre => return 58 ; CHECK: Valid Region for Scop: for.i => exit 84 ; CHECK-LABEL: Valid Region for Scop: for.i => exit 112 ; CHECK: Valid Region for Scop: for.i => exit 141 ; CHECK: Valid Region for Scop: for.i => exit 174 ; CHECK-NOT: Valid Region for Scop 205 ; CHECK-NOT: Valid Region for Scop 235 ; CHECK-NOT: Valid Region for Scop 265 ; CHECK-NOT: Valid Region for Scop 296 ; CHECK: Valid Region for Scop: for.j => for.i.inc
|
| H A D | non-affine-loop-condition-dependent-access_3.ll | 10 ; REJECTNONAFFINELOOPS: Valid Region for Scop: bb15 => bb13 11 ; REJECTNONAFFINELOOPS-NOT: Valid 12 ; ALLOWNONAFFINELOOPS: Valid Region for Scop: bb15 => bb13 13 ; ALLOWNONAFFINELOOPS-NOT: Valid 14 ; ALLOWNONAFFINELOOPSANDACCESSES: Valid Region for Scop: bb11 => bb29
|
| H A D | remove_all_children.ll | 42 ; CHECK-NOT: Valid Region 43 ; CHECK: Valid Region for Scop: if.end33 => while.cond.loopexit 44 ; CHECK-NOT: Valid Region
|
| H A D | invalid-latch-conditions.ll | 8 ; CHECK-NOT: Valid 9 ; NALOOPS: Valid Region for Scop: for.body.6 => for.end.45 10 ; PROFIT-NOT: Valid
|
| H A D | mod_ref_read_pointer.ll | 4 ; CHECK-NOT: Valid Region for Scop: for.body => for.end 5 ; MODREF: Valid Region for Scop: for.body => for.end
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | CppModuleConfiguration.cpp | 108 if (!m_c_inc.Valid() || !m_std_inc.Valid()) in hasValidConfig() 151 if (m_c_target_inc.Valid()) in CppModuleConfiguration() 153 if (m_std_target_inc.Valid()) in CppModuleConfiguration()
|
| H A D | ClangASTImporter.cpp | 371 if (GetDeclOrigin(cxx_record_decl).Valid()) in CanImport() 380 if (GetDeclOrigin(enum_decl).Valid()) in CanImport() 445 if (GetDeclOrigin(cxx_record_decl).Valid()) in Import() 454 if (GetDeclOrigin(enum_decl).Valid()) in Import() 556 if (!decl_origin.Valid()) in CompleteTagDecl() 596 if (!decl_origin.Valid()) in CompleteObjCInterfaceDecl() 625 if (!decl_origin.Valid()) in CompleteAndFetchChildren() 657 if (!decl_origin.Valid()) in CompleteAndFetchChildren() 713 if (decl_origin.Valid()) { in GetDeclMetadata() 855 if (origin.Valid()) { in ImportImpl() [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | InstructionCost.h | 35 Valid, /// < The cost value represents a valid cost, even when the enumerator 54 CostState State = Valid; 69 InstructionCost(CostType Val) : Value(Val), State(Valid) {} in InstructionCost() 79 bool isValid() const { return State == Valid; } in isValid() 80 void setValid() { State = Valid; } in setValid()
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | BinaryBasicBlock.cpp | 77 bool Valid = true; in validateSuccessorInvariants() local 95 Valid = false; in validateSuccessorInvariants() 102 if (Valid) { in validateSuccessorInvariants() 104 Valid &= (Sym == Function->getFunctionEndLabel() || in validateSuccessorInvariants() 106 if (!Valid) { in validateSuccessorInvariants() 125 Valid = !CondBranch && !UncondBranch; in validateSuccessorInvariants() 131 Valid = !CondBranch || !HasCondBlock; in validateSuccessorInvariants() 135 Valid = (CondBranch && in validateSuccessorInvariants() 144 if (!Valid) { in validateSuccessorInvariants() 154 return Valid; in validateSuccessorInvariants()
|
| /llvm-project-15.0.7/lldb/unittests/Symbol/ |
| H A D | TestClangASTImporter.cpp | 61 EXPECT_TRUE(origin.Valid()); in TEST_F() 86 EXPECT_TRUE(origin.Valid()); in TEST_F() 137 EXPECT_FALSE(importer.GetDeclOrigin(imported_tag_decl).Valid()); in TEST_F() 158 EXPECT_FALSE(importer.GetDeclOrigin(imported_tag_decl).Valid()); in TEST_F()
|
| /llvm-project-15.0.7/polly/test/ScopInfo/ |
| H A D | branch-references-loop-scev-with-unknown-iterations-2.ll | 7 ; DETECT: Valid Region for Scop: loop => barrier 8 ; DETECT-NEXT: Valid Region for Scop: branch => end
|
| H A D | multi-scop.ll | 34 ; CHECK: Valid Region for Scop: entry.split => for.end 35 ; CHECK: Valid Region for Scop: for.body81 => for.end170
|
| /llvm-project-15.0.7/mlir/test/IR/ |
| H A D | print-ir-invalid.mlir | 18 // CHECK: Valid operation: 30 // ASSUME-VERIFIED: Valid operation:
|
| /llvm-project-15.0.7/llvm/tools/llvm-cfi-verify/lib/ |
| H A D | FileAnalysis.cpp | 128 if (!(--KV)->second.Valid) in getPrevInstructionSequential() 141 if (!KV->second.Valid) in getNextInstructionSequential() 186 if (!InstrMeta.Valid) in canFallThrough() 201 if (!InstrMeta.Valid) in getDefiniteNextInstruction() 224 if (!NextMetaPtr || !NextMetaPtr->Valid) in getDefiniteNextInstruction() 494 InstrMeta.Valid = ValidInstruction; in parseSectionContents()
|
| /llvm-project-15.0.7/llvm/unittests/tools/llvm-cfi-verify/ |
| H A D | FileAnalysis.cpp | 121 EXPECT_TRUE(InstrMeta->Valid); in TEST_F() 133 EXPECT_TRUE(InstrMeta->Valid); in TEST_F() 145 EXPECT_TRUE(InstrMeta->Valid); in TEST_F() 157 EXPECT_TRUE(InstrMeta->Valid); in TEST_F() 169 EXPECT_TRUE(InstrMeta->Valid); in TEST_F() 180 EXPECT_FALSE(InstrMeta->Valid); in TEST_F() 190 EXPECT_FALSE(InstrMeta->Valid); in TEST_F() 200 EXPECT_FALSE(InstrMeta->Valid); in TEST_F()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/ |
| H A D | invalid-symbol-table-size.test | 4 ## a) Broken .symtab symbol table. Valid .dynsym symbol table. 10 ## b) Broken .dynsym symbol table. Valid .symtab symbol table.
|