Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstr.h1624 void cloneInstrSymbols(MachineFunction &MF, const MachineInstr &MI);
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineInstr.h1740 void cloneInstrSymbols(MachineFunction &MF, const MachineInstr &MI);
/external/llvm-project/llvm/lib/CodeGen/
DTargetInstrInfo.cpp632 NewMI->cloneInstrSymbols(MF, MI); in foldMemoryOperand()
DMachineInstr.cpp514 void MachineInstr::cloneInstrSymbols(MachineFunction &MF, in cloneInstrSymbols() function in MachineInstr
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp506 void MachineInstr::cloneInstrSymbols(MachineFunction &MF, in cloneInstrSymbols() function in MachineInstr
/external/llvm-project/llvm/lib/Target/X86/
DX86FastISel.cpp3984 Result->cloneInstrSymbols(*FuncInfo.MF, *MI); in tryToFoldLoadIntoMI()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FastISel.cpp3969 Result->cloneInstrSymbols(*FuncInfo.MF, *MI); in tryToFoldLoadIntoMI()