Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h2680 VPInstruction *buildGraph(ArrayRef<VPValue *> Operands);
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DELF_loongarch.cpp168 .buildGraph(); in createLinkGraphFromELFObject_loongarch()
177 .buildGraph(); in createLinkGraphFromELFObject_loongarch()
H A DELFLinkGraphBuilder.h66 Expected<std::unique_ptr<LinkGraph>> buildGraph();
190 Expected<std::unique_ptr<LinkGraph>> ELFLinkGraphBuilder<ELFT>::buildGraph() { in buildGraph() function
H A DCOFFLinkGraphBuilder.h35 Expected<std::unique_ptr<LinkGraph>> buildGraph();
H A DMachOLinkGraphBuilder.h32 Expected<std::unique_ptr<LinkGraph>> buildGraph();
H A DELF_i386.cpp233 .buildGraph(); in createLinkGraphFromELFObject_i386()
H A DELF_riscv.cpp630 .buildGraph(); in createLinkGraphFromELFObject_riscv()
638 .buildGraph(); in createLinkGraphFromELFObject_riscv()
H A DCOFF_x86_64.cpp319 .buildGraph(); in createLinkGraphFromCOFFObject_x86_64()
H A DELF_x86_64.cpp359 .buildGraph(); in createLinkGraphFromELFObject_x86_64()
H A DELF_aarch64.cpp542 .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.cpp25 Expected<std::unique_ptr<LinkGraph>> MachOLinkGraphBuilder::buildGraph() { in buildGraph() function in llvm::jitlink::MachOLinkGraphBuilder