Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h348 unsigned createVR(MachineFunction *MF, MVT VT) const;
H A DHexagonInstrInfo.cpp758 unsigned Done = TII->createVR(MF, MVT::i1); in createTripCountGreaterCondition()
790 Register NewLoopCount = TII->createVR(MF, MVT::i32); in adjustTripCount()
2092 unsigned HexagonInstrInfo::createVR(MachineFunction *MF, MVT VT) const { in createVR() function in HexagonInstrInfo