Home
last modified time | relevance | path

Searched refs:Selected (Results 1 – 25 of 47) sorted by relevance

12

/llvm-project-15.0.7/lld/test/COFF/
H A Dicf-safe.s8 # 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 Dicf-executable.s5 # CHECK: Selected internal
H A Dicf-circular2.test6 # CHECK: Selected foo
H A Dicf-xdata-last.s11 # CHECK: Selected
H A Dicf-circular.test6 # CHECK: Selected foo
H A Dicf-different-align.test7 # CHECK: Selected foo
H A Dicf-associative.test6 # CHECK: Selected foo
H A Dicf-simple.test6 # ICF: Selected foo
/llvm-project-15.0.7/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp391 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 DSelection.cpp284 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 DSelection.h130 Selection Selected; member
/llvm-project-15.0.7/llvm/test/MachineVerifier/
H A Dverify-selected.mir25 ; 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 Dverify-selected-dbg-undef-use.mir35 ; CHECK: *** Bad machine code: Generic virtual register invalid in a Selected function ***
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DSelectionTests.cpp83 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 DInstructionSelect.h49 MachineFunctionProperties::Property::Selected); in getSetProperties()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostSelectOptimize.cpp177 MachineFunctionProperties::Property::Selected) && in runOnMachineFunction()
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DExtractFunction.cpp106 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 DDefineOutline.cpp55 SelNode->Selected == SelectionTree::Complete) { in getSelectedFunction()
H A DDefineInline.cpp75 SelNode->Selected == SelectionTree::Complete) { in getSelectedFunction()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp206 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 DDocker.rst126 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 DMIRYamlMapping.h695 bool Selected = false;
733 YamlIO.mapOptional("selected", MF.Selected, false);
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMIRPrinter.cpp208 YamlMF.Selected = MF.getProperties().hasProperty( in print()
209 MachineFunctionProperties::Property::Selected); in print()
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DASTSelectionTest.cpp439 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 DMIRParser.cpp472 if (YamlMF.Selected) in initializeMachineFunction()
473 MF.getProperties().set(MachineFunctionProperties::Property::Selected); in initializeMachineFunction()

12