| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | icf-safe.s | 8 # CHECK-NOT: Selected 9 # CHECK: Selected g3 11 # CHECK: Selected f1 16 # CHECK-NOT: Selected 18 # EXPORT-NOT: Selected g3 19 # EXPORT-NOT: Selected g4 21 # SAFEICF-NOT: Selected 22 # SAFEICF: Selected g3 24 # SAFEICF: Selected f3 27 # SAFEICF-NOT: Selected
|
| H A D | icf-executable.s | 5 # CHECK: Selected internal
|
| H A D | icf-circular2.test | 6 # CHECK: Selected foo
|
| H A D | icf-xdata-last.s | 11 # CHECK: Selected
|
| H A D | icf-circular.test | 6 # CHECK: Selected foo
|
| H A D | icf-different-align.test | 7 # CHECK: Selected foo
|
| H A D | icf-associative.test | 6 # CHECK: Selected foo
|
| H A D | icf-simple.test | 6 # ICF: Selected foo
|
| /llvm-project-15.0.7/clang/lib/Tooling/Refactoring/ |
| H A D | ASTSelection.cpp | 391 SelectedNodeWithParents &Selected = ContainSelection[0]; in create() local 392 if (!Selected.Node.get().Node.get<Stmt>()) in create() 394 const Stmt *CodeRangeStmt = Selected.Node.get().Node.get<Stmt>(); in create() 396 Selected.canonicalize(); in create() 397 return CodeRangeASTSelection(Selected.Node, Selected.Parents, in create() 408 Selected.Parents.push_back(Selected.Node); in create() 409 return CodeRangeASTSelection(Selected.Node, Selected.Parents, in create()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | Selection.cpp | 284 S.Selected = SelectionTree::Complete; in SelectionTester() 286 S.Selected = SelectionTree::Partial; in SelectionTester() 496 update(Result, It->Selected); in testTokenRange() 510 return It->Selected; in testToken() 533 SelectionTree::Selection Selected; member 827 Nodes.back().Selected = NoTokens; in push() 829 claimRange(Early, Nodes.back().Selected); in push() 837 claimTokensFor(N.ASTNode, N.Selected); in pop() 838 if (N.Selected == NoTokens) in pop() 840 if (N.Selected || !N.Children.empty()) { in pop() [all …]
|
| H A D | Selection.h | 130 Selection Selected; member
|
| /llvm-project-15.0.7/llvm/test/MachineVerifier/ |
| H A D | verify-selected.mir | 25 ; CHECK: *** Bad machine code: Unexpected generic instruction in a Selected function *** 29 ; CHECK: *** Bad machine code: Generic virtual register invalid in a Selected function ***
|
| H A D | verify-selected-dbg-undef-use.mir | 35 ; CHECK: *** Bad machine code: Generic virtual register invalid in a Selected function ***
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | SelectionTests.cpp | 83 if (Root.Selected) in verifyCommonAncestor() 600 TEST(SelectionTest, Selected) { in TEST() argument 637 if (N->Selected == SelectionTree::Complete) in TEST() 639 else if (N->Selected == SelectionTree::Partial) in TEST() 693 EXPECT_TRUE(T.commonAncestor()->Selected); in TEST()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | InstructionSelect.h | 49 MachineFunctionProperties::Property::Selected); in getSetProperties()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64PostSelectOptimize.cpp | 177 MachineFunctionProperties::Property::Selected) && in runOnMachineFunction()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/ |
| H A D | ExtractFunction.cpp | 106 if (N->Selected == SelectionTree::Partial) in isRootStmt() 110 if (N->Selected == SelectionTree::Unselected && !N->ASTNode.get<DeclStmt>()) in isRootStmt() 129 switch (CommonAnc->Selected) { in getParentOfRootStmts()
|
| H A D | DefineOutline.cpp | 55 SelNode->Selected == SelectionTree::Complete) { in getSelectedFunction()
|
| H A D | DefineInline.cpp | 75 SelNode->Selected == SelectionTree::Complete) { in getSelectedFunction()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LoopDeletion.cpp | 206 auto *Selected = C->isAllOnesValue() ? Select->getTrueValue() in getValueOnFirstIteration() local 208 FirstIterV = getValueOnFirstIteration(Selected, FirstIterValue, SQ); in getValueOnFirstIteration()
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | Docker.rst | 126 Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.9 128 Selected multilib: .;@m64
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | MIRYamlMapping.h | 695 bool Selected = false; 733 YamlIO.mapOptional("selected", MF.Selected, false);
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MIRPrinter.cpp | 208 YamlMF.Selected = MF.getProperties().hasProperty( in print() 209 MachineFunctionProperties::Property::Selected); in print()
|
| /llvm-project-15.0.7/clang/unittests/Tooling/ |
| H A D | ASTSelectionTest.cpp | 439 const auto &Selected = checkNode<FunctionDecl>( in TEST() local 442 allChildrenOf(Selected).shouldHaveSelectionKind( in TEST()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIRParser.cpp | 472 if (YamlMF.Selected) in initializeMachineFunction() 473 MF.getProperties().set(MachineFunctionProperties::Property::Selected); in initializeMachineFunction()
|