Home
last modified time | relevance | path

Searched refs:cloneInstrSymbols (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1796 void cloneInstrSymbols(MachineFunction &MF, const MachineInstr &MI);
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp629 NewMI->cloneInstrSymbols(MF, MI); in foldMemoryOperand()
H A DMachineInstr.cpp514 void MachineInstr::cloneInstrSymbols(MachineFunction &MF, in cloneInstrSymbols() function in MachineInstr
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FastISel.cpp3947 Result->cloneInstrSymbols(*FuncInfo.MF, *MI); in tryToFoldLoadIntoMI()