Home
last modified time | relevance | path

Searched refs:DestMF (Results 1 – 25 of 39) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZMachineFunctionInfo.cpp18 BumpPtrAllocator &Allocator, MachineFunction &DestMF, in clone() argument
21 return DestMF.cloneInfo<SystemZMachineFunctionInfo>(*this); in clone()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEMachineFunctionInfo.cpp16 BumpPtrAllocator &Allocator, MachineFunction &DestMF, in clone() argument
19 return DestMF.cloneInfo<VEMachineFunctionInfo>(*this); in clone()
H A DVEMachineFunctionInfo.h37 clone(BumpPtrAllocator &Allocator, MachineFunction &DestMF,
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMachineFunctionInfo.cpp17 BumpPtrAllocator &Allocator, MachineFunction &DestMF, in clone() argument
20 return DestMF.cloneInfo<HexagonMachineFunctionInfo>(*this); in clone()
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiMachineFunctionInfo.cpp16 BumpPtrAllocator &Allocator, MachineFunction &DestMF, in clone() argument
19 return DestMF.cloneInfo<LanaiMachineFunctionInfo>(*this); in clone()
H A DLanaiMachineFunctionInfo.h44 clone(BumpPtrAllocator &Allocator, MachineFunction &DestMF,
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kMachineFunction.cpp23 BumpPtrAllocator &Allocator, MachineFunction &DestMF, in clone() argument
26 return DestMF.cloneInfo<M68kMachineFunctionInfo>(*this); in clone()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430MachineFunctionInfo.cpp16 BumpPtrAllocator &Allocator, MachineFunction &DestMF, in clone() argument
19 return DestMF.cloneInfo<MSP430MachineFunctionInfo>(*this); in clone()
H A DMSP430MachineFunctionInfo.h47 clone(BumpPtrAllocator &Allocator, MachineFunction &DestMF,
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcMachineFunctionInfo.cpp16 BumpPtrAllocator &Allocator, MachineFunction &DestMF, in clone() argument
19 return DestMF.cloneInfo<SparcMachineFunctionInfo>(*this); in clone()
H A DSparcMachineFunctionInfo.h42 clone(BumpPtrAllocator &Allocator, MachineFunction &DestMF,
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCMachineFunctionInfo.cpp16 ARCFunctionInfo::clone(BumpPtrAllocator &Allocator, MachineFunction &DestMF, in clone() argument
19 return DestMF.cloneInfo<ARCFunctionInfo>(*this); in clone()
H A DARCMachineFunctionInfo.h36 clone(BumpPtrAllocator &Allocator, MachineFunction &DestMF,
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXMachineFunctionInfo.h30 clone(BumpPtrAllocator &Allocator, MachineFunction &DestMF, in clone() argument
33 return DestMF.cloneInfo<NVPTXMachineFunctionInfo>(*this); in clone()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMachineFunctionInfo.cpp23 BumpPtrAllocator &Allocator, MachineFunction &DestMF, in clone() argument
26 return DestMF.cloneInfo<RISCVMachineFunctionInfo>(*this); in clone()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchMachineFunctionInfo.h47 clone(BumpPtrAllocator &Allocator, MachineFunction &DestMF, in clone() argument
50 return DestMF.cloneInfo<LoongArchMachineFunctionInfo>(*this); in clone()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYMachineFunctionInfo.h37 clone(BumpPtrAllocator &Allocator, MachineFunction &DestMF, in clone() argument
40 return DestMF.cloneInfo<CSKYMachineFunctionInfo>(*this); in clone()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.cpp25 BumpPtrAllocator &Allocator, MachineFunction &DestMF, in clone() argument
28 return DestMF.cloneInfo<X86MachineFunctionInfo>(*this); in clone()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRMachineFunctionInfo.h60 clone(BumpPtrAllocator &Allocator, MachineFunction &DestMF, in clone() argument
63 return DestMF.cloneInfo<AVRMachineFunctionInfo>(*this); in clone()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.cpp66 ARMFunctionInfo::clone(BumpPtrAllocator &Allocator, MachineFunction &DestMF, in clone() argument
69 return DestMF.cloneInfo<ARMFunctionInfo>(*this); in clone()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreMachineFunctionInfo.cpp19 BumpPtrAllocator &Allocator, MachineFunction &DestMF, in clone() argument
22 return DestMF.cloneInfo<XCoreFunctionInfo>(*this); in clone()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.cpp124 BumpPtrAllocator &Allocator, MachineFunction &DestMF, in clone() argument
127 return DestMF.cloneInfo<AArch64FunctionInfo>(*this); in clone()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.cpp28 PPCFunctionInfo::clone(BumpPtrAllocator &Allocator, MachineFunction &DestMF, in clone() argument
31 return DestMF.cloneInfo<PPCFunctionInfo>(*this); in clone()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp29 BumpPtrAllocator &Allocator, MachineFunction &DestMF, in clone() argument
34 return DestMF.cloneInfo<WebAssemblyFunctionInfo>(*this); in clone()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsMachineFunction.cpp27 MipsFunctionInfo::clone(BumpPtrAllocator &Allocator, MachineFunction &DestMF, in clone()
30 return DestMF.cloneInfo<MipsFunctionInfo>(*this); in clone()
26 clone(BumpPtrAllocator & Allocator,MachineFunction & DestMF,const DenseMap<MachineBasicBlock *,MachineBasicBlock * > & Src2DstMBB) const clone() argument

12