Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h350 Register createVR(MachineFunction *MF, MVT VT) const;
H A DHexagonInstrInfo.cpp761 Register Done = TII->createVR(MF, MVT::i1); in createTripCountGreaterCondition()
793 Register NewLoopCount = TII->createVR(MF, MVT::i32); in adjustTripCount()
2101 Register HexagonInstrInfo::createVR(MachineFunction *MF, MVT VT) const { in createVR() function in HexagonInstrInfo