Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1889 void cloneInstrSymbols(MachineFunction &MF, const MachineInstr &MI);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp705 NewMI->cloneInstrSymbols(MF, MI); in foldMemoryOperand()
H A DMachineInstr.cpp526 void MachineInstr::cloneInstrSymbols(MachineFunction &MF, in cloneInstrSymbols() function in MachineInstr
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp4029 Result->cloneInstrSymbols(*FuncInfo.MF, *MI); in tryToFoldLoadIntoMI()