Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.h2415 VPInstruction *buildGraph(ArrayRef<VPValue *> Operands);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.h32 Expected<std::unique_ptr<LinkGraph>> buildGraph();
H A DELF_x86_64.cpp693 Expected<std::unique_ptr<LinkGraph>> buildGraph() { in buildGraph() function in llvm::jitlink::ELFLinkGraphBuilder_x86_64
875 .buildGraph(); in createLinkGraphFromELFObject_x86_64()
H A DMachOLinkGraphBuilder.cpp24 Expected<std::unique_ptr<LinkGraph>> MachOLinkGraphBuilder::buildGraph() { in buildGraph() function in llvm::jitlink::MachOLinkGraphBuilder
H A DMachO_x86_64.cpp591 return MachOLinkGraphBuilder_x86_64(**MachOObj).buildGraph(); in createLinkGraphFromMachOObject_x86_64()
H A DMachO_arm64.cpp672 return MachOLinkGraphBuilder_arm64(**MachOObj).buildGraph(); in createLinkGraphFromMachOObject_arm64()