Searched refs:TypeNV (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrFormatsV4.td | 21 def TypeNV : IType<10>; 110 : InstHexagon<outs, ins, asmstr, pattern, cstr, itin, TypeNV>, OpcodeHexagon;
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonBaseInfo.h | 45 TypeNV = 10, enumerator
|
D | HexagonShuffler.cpp | 253 case HexagonII::TypeNV: in check()
|
D | HexagonAsmBackend.cpp | 530 (llvm::HexagonMCInstrInfo::getType(*MCII, HMI) == HexagonII::TypeNV && in isInstRelaxable()
|
D | HexagonMCChecker.cpp | 219 … NewUses[N] = NewSense::Jmp(llvm::HexagonMCInstrInfo::getType(MCII, MCI) == HexagonII::TypeNV); in init()
|
D | HexagonMCInstrInfo.cpp | 470 (HexagonMCInstrInfo::getType(MCII, MCI) == HexagonII::TypeNV && in isConstExtended()
|