/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZMachineFunctionInfo.cpp | 18 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 D | VEMachineFunctionInfo.cpp | 16 BumpPtrAllocator &Allocator, MachineFunction &DestMF, in clone() argument 19 return DestMF.cloneInfo<VEMachineFunctionInfo>(*this); in clone()
|
H A D | VEMachineFunctionInfo.h | 37 clone(BumpPtrAllocator &Allocator, MachineFunction &DestMF,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonMachineFunctionInfo.cpp | 17 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 D | LanaiMachineFunctionInfo.cpp | 16 BumpPtrAllocator &Allocator, MachineFunction &DestMF, in clone() argument 19 return DestMF.cloneInfo<LanaiMachineFunctionInfo>(*this); in clone()
|
H A D | LanaiMachineFunctionInfo.h | 44 clone(BumpPtrAllocator &Allocator, MachineFunction &DestMF,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kMachineFunction.cpp | 23 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 D | MSP430MachineFunctionInfo.cpp | 16 BumpPtrAllocator &Allocator, MachineFunction &DestMF, in clone() argument 19 return DestMF.cloneInfo<MSP430MachineFunctionInfo>(*this); in clone()
|
H A D | MSP430MachineFunctionInfo.h | 47 clone(BumpPtrAllocator &Allocator, MachineFunction &DestMF,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcMachineFunctionInfo.cpp | 16 BumpPtrAllocator &Allocator, MachineFunction &DestMF, in clone() argument 19 return DestMF.cloneInfo<SparcMachineFunctionInfo>(*this); in clone()
|
H A D | SparcMachineFunctionInfo.h | 42 clone(BumpPtrAllocator &Allocator, MachineFunction &DestMF,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCMachineFunctionInfo.cpp | 16 ARCFunctionInfo::clone(BumpPtrAllocator &Allocator, MachineFunction &DestMF, in clone() argument 19 return DestMF.cloneInfo<ARCFunctionInfo>(*this); in clone()
|
H A D | ARCMachineFunctionInfo.h | 36 clone(BumpPtrAllocator &Allocator, MachineFunction &DestMF,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXMachineFunctionInfo.h | 30 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 D | RISCVMachineFunctionInfo.cpp | 23 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 D | LoongArchMachineFunctionInfo.h | 47 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 D | CSKYMachineFunctionInfo.h | 37 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 D | X86MachineFunctionInfo.cpp | 25 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 D | AVRMachineFunctionInfo.h | 60 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 D | ARMMachineFunctionInfo.cpp | 66 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 D | XCoreMachineFunctionInfo.cpp | 19 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 D | AArch64MachineFunctionInfo.cpp | 124 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 D | PPCMachineFunctionInfo.cpp | 28 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 D | WebAssemblyMachineFunctionInfo.cpp | 29 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 D | MipsMachineFunction.cpp | 27 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
|