Home
last modified time | relevance | path

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

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