Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1781 void cloneInstrSymbols(MachineFunction &MF, const MachineInstr &MI);
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp627 NewMI->cloneInstrSymbols(MF, MI); in foldMemoryOperand()
H A DMachineInstr.cpp487 void MachineInstr::cloneInstrSymbols(MachineFunction &MF, in cloneInstrSymbols() function in MachineInstr
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86FastISel.cpp3970 Result->cloneInstrSymbols(*FuncInfo.MF, *MI); in tryToFoldLoadIntoMI()