Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp359 VPInstruction *VPlanSlp::buildGraph(ArrayRef<VPValue *> Values) { in buildGraph() function in VPlanSlp
406 CombinedOperands.push_back(buildGraph(Operands)); in buildGraph()
425 VPInstruction *NewOp = buildGraph(Ops.second); in buildGraph()
442 CombinedOperands.push_back(buildGraph(Operands)); in buildGraph()
H A DVPlan.h3782 VPInstruction *buildGraph(ArrayRef<VPValue *> Operands);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_loongarch.cpp172 .buildGraph(); in createLinkGraphFromELFObject_loongarch()
181 .buildGraph(); in createLinkGraphFromELFObject_loongarch()
H A DELF_aarch32.cpp278 .buildGraph(); in createLinkGraphFromELFObject_aarch32()
286 .buildGraph(); in createLinkGraphFromELFObject_aarch32()
H A DCOFFLinkGraphBuilder.h34 Expected<std::unique_ptr<LinkGraph>> buildGraph();
H A DMachOLinkGraphBuilder.h32 Expected<std::unique_ptr<LinkGraph>> buildGraph();
H A DELFLinkGraphBuilder.h74 Expected<std::unique_ptr<LinkGraph>> buildGraph();
204 Expected<std::unique_ptr<LinkGraph>> ELFLinkGraphBuilder<ELFT>::buildGraph() { in buildGraph() function
H A DELF_i386.cpp240 .buildGraph(); in createLinkGraphFromELFObject_i386()
H A DCOFF_x86_64.cpp325 .buildGraph(); in createLinkGraphFromCOFFObject_x86_64()
H A DELF_x86_64.cpp346 .buildGraph(); in createLinkGraphFromELFObject_x86_64()
H A DELF_ppc64.cpp485 .buildGraph();
H A DELF_riscv.cpp956 .buildGraph(); in createLinkGraphFromELFObject_riscv()
964 .buildGraph(); in createLinkGraphFromELFObject_riscv()
H A DMachO_x86_64.cpp497 .buildGraph(); in createLinkGraphFromMachOObject_x86_64()
H A DELF_aarch64.cpp607 .buildGraph(); in createLinkGraphFromELFObject_aarch64()
H A DMachO_arm64.cpp572 .buildGraph(); in createLinkGraphFromMachOObject_arm64()
H A DCOFFLinkGraphBuilder.cpp79 Expected<std::unique_ptr<LinkGraph>> COFFLinkGraphBuilder::buildGraph() { in buildGraph()
78 Expected<std::unique_ptr<LinkGraph>> COFFLinkGraphBuilder::buildGraph() { buildGraph() function in llvm::jitlink::COFFLinkGraphBuilder
H A DMachOLinkGraphBuilder.cpp25 Expected<std::unique_ptr<LinkGraph>> MachOLinkGraphBuilder::buildGraph() { in buildGraph() function in llvm::jitlink::MachOLinkGraphBuilder