| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanSLP.cpp | 415 VPInstruction *VPlanSlp::buildGraph(ArrayRef<VPValue *> Values) { in buildGraph() function in VPlanSlp 462 CombinedOperands.push_back(buildGraph(Operands)); in buildGraph() 481 VPInstruction *NewOp = buildGraph(Ops.second); in buildGraph() 498 CombinedOperands.push_back(buildGraph(Operands)); in buildGraph()
|
| H A D | VPlanSLP.h | 136 LLVM_ABI_FOR_TEST VPInstruction *buildGraph(ArrayRef<VPValue *> Operands);
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | XCOFFLinkGraphBuilder.h | 29 Expected<std::unique_ptr<LinkGraph>> buildGraph();
|
| H A D | XCOFF_ppc64.cpp | 56 .buildGraph(); in createLinkGraphFromXCOFFObject_ppc64()
|
| H A D | ELF_aarch32.cpp | 281 .buildGraph(); in createLinkGraphFromELFObject_aarch32() 289 .buildGraph(); in createLinkGraphFromELFObject_aarch32()
|
| H A D | ELF_loongarch.cpp | 456 .buildGraph(); in createLinkGraphFromELFObject_loongarch() 465 .buildGraph(); in createLinkGraphFromELFObject_loongarch()
|
| H A D | MachOLinkGraphBuilder.h | 32 Expected<std::unique_ptr<LinkGraph>> buildGraph();
|
| H A D | COFFLinkGraphBuilder.h | 34 Expected<std::unique_ptr<LinkGraph>> buildGraph();
|
| H A D | ELFLinkGraphBuilder.h | 75 Expected<std::unique_ptr<LinkGraph>> buildGraph(); 205 Expected<std::unique_ptr<LinkGraph>> ELFLinkGraphBuilder<ELFT>::buildGraph() { in buildGraph() function
|
| H A D | ELF_x86.cpp | 265 .buildGraph(); in createLinkGraphFromELFObject_x86()
|
| H A D | COFF_x86_64.cpp | 290 .buildGraph(); in createLinkGraphFromCOFFObject_x86_64()
|
| H A D | ELF_x86_64.cpp | 356 .buildGraph(); in createLinkGraphFromELFObject_x86_64()
|
| H A D | XCOFFLinkGraphBuilder.cpp | 404 Expected<std::unique_ptr<LinkGraph>> XCOFFLinkGraphBuilder::buildGraph() { in buildGraph() function in llvm::jitlink::XCOFFLinkGraphBuilder
|
| H A D | ELF_riscv.cpp | 959 .buildGraph(); in createLinkGraphFromELFObject_riscv() 967 .buildGraph(); in createLinkGraphFromELFObject_riscv()
|
| H A D | MachO_x86_64.cpp | 502 .buildGraph(); in createLinkGraphFromMachOObject_x86_64()
|
| H A D | ELF_ppc64.cpp | 489 .buildGraph(); in createLinkGraphFromELFObject_ppc64()
|
| H A D | MachO_arm64.cpp | 598 .buildGraph(); in createLinkGraphFromMachOObject_arm64()
|
| H A D | ELF_aarch64.cpp | 697 .buildGraph(); in createLinkGraphFromELFObject_aarch64()
|
| H A D | COFFLinkGraphBuilder.cpp | 73 Expected<std::unique_ptr<LinkGraph>> COFFLinkGraphBuilder::buildGraph() { in buildGraph() function in llvm::jitlink::COFFLinkGraphBuilder
|
| H A D | MachOLinkGraphBuilder.cpp | 27 Expected<std::unique_ptr<LinkGraph>> MachOLinkGraphBuilder::buildGraph() { in buildGraph() function in llvm::jitlink::MachOLinkGraphBuilder
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUSplitModule.cpp | 310 void buildGraph(CallGraph &CG); 505 void SplitGraph::buildGraph(CallGraph &CG) { in buildGraph() function in llvm::__anon00e757230111::SplitGraph 1427 SG.buildGraph(CG); in splitAMDGPUModule()
|