Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineInstr.h1921 void cloneInstrSymbols(MachineFunction &MF, const MachineInstr &MI);
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetInstrInfo.cpp705 NewMI->cloneInstrSymbols(MF, MI); in foldMemoryOperand()
HDMachineInstr.cpp545 void MachineInstr::cloneInstrSymbols(MachineFunction &MF, in cloneInstrSymbols() function in MachineInstr
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86FastISel.cpp4031 Result->cloneInstrSymbols(*FuncInfo.MF, *MI); in tryToFoldLoadIntoMI()