Home
last modified time | relevance | path

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

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