Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h349 Register createVR(MachineFunction *MF, MVT VT) const;
H A DHexagonInstrInfo.cpp759 Register Done = TII->createVR(MF, MVT::i1); in createTripCountGreaterCondition()
791 Register NewLoopCount = TII->createVR(MF, MVT::i32); in adjustTripCount()
2099 Register HexagonInstrInfo::createVR(MachineFunction *MF, MVT VT) const { in createVR() function in HexagonInstrInfo