Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DMachineInstr.h1836 void cloneInstrSymbols(MachineFunction &MF, const MachineInstr &MI);
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DTargetInstrInfo.cpp626 NewMI->cloneInstrSymbols(MF, MI); in foldMemoryOperand()
DMachineInstr.cpp514 void MachineInstr::cloneInstrSymbols(MachineFunction &MF, in cloneInstrSymbols() function in MachineInstr
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86FastISel.cpp3972 Result->cloneInstrSymbols(*FuncInfo.MF, *MI); in tryToFoldLoadIntoMI()