Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h340 unsigned createVR(MachineFunction *MF, MVT VT) const;
DHexagonInstrInfo.cpp716 unsigned Done = TII->createVR(MF, MVT::i1); in createTripCountGreaterCondition()
748 Register NewLoopCount = TII->createVR(MF, MVT::i32); in adjustTripCount()
2013 unsigned HexagonInstrInfo::createVR(MachineFunction *MF, MVT VT) const { in createVR() function in HexagonInstrInfo