Home
last modified time | relevance | path

Searched refs:buildGraph (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Transforms/Vectorize/
H A DVPlanSlpTest.cpp109 VPInstruction *CombinedStore = Slp.buildGraph(StoreRoot); in TEST_F()
183 VPInstruction *CombinedStore = Slp.buildGraph(StoreRoot); in TEST_F()
253 VPInstruction *CombinedStore = Slp.buildGraph(StoreRoot); in TEST_F()
317 Slp.buildGraph(StoreRoot); in TEST_F()
326 VPInstruction *CombinedStore = Slp.buildGraph(StoreRoot); in checkReorderExample()
599 EXPECT_EQ(nullptr, Slp.buildGraph(StoreRoot)); in TEST_F()
736 EXPECT_EQ(nullptr, Slp.buildGraph(StoreRoot)); in TEST_F()
799 EXPECT_EQ(nullptr, Slp.buildGraph(StoreRoot)); in TEST_F()
858 EXPECT_EQ(nullptr, Slp.buildGraph(StoreRoot)); in TEST_F()
917 Slp.buildGraph(StoreRoot); in TEST_F()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp358 VPInstruction *VPlanSlp::buildGraph(ArrayRef<VPValue *> Values) { in buildGraph() function in VPlanSlp
405 CombinedOperands.push_back(buildGraph(Operands)); in buildGraph()
424 VPInstruction *NewOp = buildGraph(Ops.second); in buildGraph()
441 CombinedOperands.push_back(buildGraph(Operands)); in buildGraph()
H A DVPlan.h3047 VPInstruction *buildGraph(ArrayRef<VPValue *> Operands);
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DFuzzyMatch.h102 void buildGraph();
H A DFuzzyMatch.cpp97 buildGraph(); in match()
216 void FuzzyMatcher::buildGraph() { in buildGraph() function in clang::clangd::FuzzyMatcher
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h66 Expected<std::unique_ptr<LinkGraph>> buildGraph();
165 Expected<std::unique_ptr<LinkGraph>> ELFLinkGraphBuilder<ELFT>::buildGraph() { in buildGraph() function
H A DCOFFLinkGraphBuilder.h34 Expected<std::unique_ptr<LinkGraph>> buildGraph();
H A DMachOLinkGraphBuilder.h32 Expected<std::unique_ptr<LinkGraph>> buildGraph();
H A DCOFF_x86_64.cpp233 .buildGraph(); in createLinkGraphFromCOFFObject_x86_64()
H A DELF_riscv.cpp571 .buildGraph(); in createLinkGraphFromELFObject_riscv()
579 .buildGraph(); in createLinkGraphFromELFObject_riscv()
H A DELF_x86_64.cpp345 .buildGraph(); in createLinkGraphFromELFObject_x86_64()
H A DELF_aarch64.cpp546 .buildGraph(); in createLinkGraphFromELFObject_aarch64()
H A DMachO_x86_64.cpp469 return MachOLinkGraphBuilder_x86_64(**MachOObj).buildGraph(); in createLinkGraphFromMachOObject_x86_64()
H A DMachO_arm64.cpp544 return MachOLinkGraphBuilder_arm64(**MachOObj).buildGraph(); in createLinkGraphFromMachOObject_arm64()
H A DCOFFLinkGraphBuilder.cpp79 Expected<std::unique_ptr<LinkGraph>> COFFLinkGraphBuilder::buildGraph() { in buildGraph() function in llvm::jitlink::COFFLinkGraphBuilder
H A DMachOLinkGraphBuilder.cpp24 Expected<std::unique_ptr<LinkGraph>> MachOLinkGraphBuilder::buildGraph() { in buildGraph() function in llvm::jitlink::MachOLinkGraphBuilder