/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/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,
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/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,
|
/openbsd/gnu/llvm/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,
|
/openbsd/gnu/llvm/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,
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/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,
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86MachineFunctionInfo.cpp | 17 BumpPtrAllocator &Allocator, MachineFunction &DestMF, in clone() argument 20 return DestMF.cloneInfo<X86MachineFunctionInfo>(*this); in clone()
|
/openbsd/gnu/llvm/llvm/lib/Target/LoongArch/ |
H A D | LoongArchMachineFunctionInfo.h | 44 clone(BumpPtrAllocator &Allocator, MachineFunction &DestMF, in clone() argument 47 return DestMF.cloneInfo<LoongArchMachineFunctionInfo>(*this); in clone()
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMMachineFunctionInfo.cpp | 74 ARMFunctionInfo::clone(BumpPtrAllocator &Allocator, MachineFunction &DestMF, in clone() argument 77 return DestMF.cloneInfo<ARMFunctionInfo>(*this); in clone()
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64MachineFunctionInfo.cpp | 111 BumpPtrAllocator &Allocator, MachineFunction &DestMF, in clone() argument 114 return DestMF.cloneInfo<AArch64FunctionInfo>(*this); in clone()
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyMachineFunctionInfo.cpp | 28 BumpPtrAllocator &Allocator, MachineFunction &DestMF, in clone() argument 33 return DestMF.cloneInfo<WebAssemblyFunctionInfo>(*this); in clone()
|
/openbsd/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsMachineFunction.cpp | 26 MipsFunctionInfo::clone(BumpPtrAllocator &Allocator, MachineFunction &DestMF, in clone() argument 29 return DestMF.cloneInfo<MipsFunctionInfo>(*this); in clone()
|