Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonMachineFunctionInfo.cpp17 BumpPtrAllocator &Allocator, MachineFunction &DestMF, in clone() argument
20 return DestMF.cloneInfo<HexagonMachineFunctionInfo>(*this); in clone()
/openbsd/gnu/llvm/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,
/openbsd/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kMachineFunction.cpp23 BumpPtrAllocator &Allocator, MachineFunction &DestMF, in clone() argument
26 return DestMF.cloneInfo<M68kMachineFunctionInfo>(*this); in clone()
/openbsd/gnu/llvm/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,
/openbsd/gnu/llvm/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,
/openbsd/gnu/llvm/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,
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZMachineFunctionInfo.cpp18 BumpPtrAllocator &Allocator, MachineFunction &DestMF, in clone() argument
21 return DestMF.cloneInfo<SystemZMachineFunctionInfo>(*this); in clone()
/openbsd/gnu/llvm/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,
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.cpp17 BumpPtrAllocator &Allocator, MachineFunction &DestMF, in clone() argument
20 return DestMF.cloneInfo<X86MachineFunctionInfo>(*this); in clone()
/openbsd/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchMachineFunctionInfo.h44 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 DRISCVMachineFunctionInfo.cpp23 BumpPtrAllocator &Allocator, MachineFunction &DestMF, in clone() argument
26 return DestMF.cloneInfo<RISCVMachineFunctionInfo>(*this); in clone()
/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXMachineFunctionInfo.h30 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 DCSKYMachineFunctionInfo.h37 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 DAVRMachineFunctionInfo.h60 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 DARMMachineFunctionInfo.cpp74 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 DXCoreMachineFunctionInfo.cpp19 BumpPtrAllocator &Allocator, MachineFunction &DestMF, in clone() argument
22 return DestMF.cloneInfo<XCoreFunctionInfo>(*this); in clone()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.cpp111 BumpPtrAllocator &Allocator, MachineFunction &DestMF, in clone() argument
114 return DestMF.cloneInfo<AArch64FunctionInfo>(*this); in clone()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp28 BumpPtrAllocator &Allocator, MachineFunction &DestMF, in clone() argument
33 return DestMF.cloneInfo<WebAssemblyFunctionInfo>(*this); in clone()
/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsMachineFunction.cpp26 MipsFunctionInfo::clone(BumpPtrAllocator &Allocator, MachineFunction &DestMF, in clone() argument
29 return DestMF.cloneInfo<MipsFunctionInfo>(*this); in clone()

12