Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp367 VPInstruction *VPlanSlp::buildGraph(ArrayRef<VPValue *> Values) { in buildGraph() function in VPlanSlp
414 CombinedOperands.push_back(buildGraph(Operands)); in buildGraph()
433 VPInstruction *NewOp = buildGraph(Ops.second); in buildGraph()
450 CombinedOperands.push_back(buildGraph(Operands)); in buildGraph()
H A DVPlan.h2527 VPInstruction *buildGraph(ArrayRef<VPValue *> Operands);
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_riscv.cpp286 .buildGraph(); in createLinkGraphFromELFObject_riscv()
294 .buildGraph(); in createLinkGraphFromELFObject_riscv()
H A DELFLinkGraphBuilder.h68 Expected<std::unique_ptr<LinkGraph>> buildGraph();
139 Expected<std::unique_ptr<LinkGraph>> ELFLinkGraphBuilder<ELFT>::buildGraph() { in buildGraph() function
H A DMachOLinkGraphBuilder.h32 Expected<std::unique_ptr<LinkGraph>> buildGraph();
H A DELF_x86_64.cpp522 .buildGraph(); in createLinkGraphFromELFObject_x86_64()
H A DMachO_x86_64.cpp594 return MachOLinkGraphBuilder_x86_64(**MachOObj).buildGraph(); in createLinkGraphFromMachOObject_x86_64()
H A DMachO_arm64.cpp671 return MachOLinkGraphBuilder_arm64(**MachOObj).buildGraph(); in createLinkGraphFromMachOObject_arm64()
H A DMachOLinkGraphBuilder.cpp24 Expected<std::unique_ptr<LinkGraph>> MachOLinkGraphBuilder::buildGraph() { in buildGraph() function in llvm::jitlink::MachOLinkGraphBuilder