Home
last modified time | relevance | path

Searched refs:getInstructionOpcodeHash (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMIRVRegNamerUtils.cpp56 std::string VRegRenamer::getInstructionOpcodeHash(MachineInstr &MI) { in getInstructionOpcodeHash() function in VRegRenamer
140 std::string Name = getInstructionOpcodeHash(*MRI.getVRegDef(VReg)); in createVirtualRegister()
159 NamedVReg(MO.getReg(), Prefix + getInstructionOpcodeHash(Candidate))); in renameInstsInMBB()
H A DMIRVRegNamerUtils.h60 std::string getInstructionOpcodeHash(MachineInstr &MI);