Home
last modified time | relevance | path

Searched refs:TypeCR (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonBaseInfo.h37 TypeCR = 2, enumerator
DHexagonMCInstrInfo.cpp137 HexagonMCInstrInfo::getType(MCII, Inst) == HexagonII::TypeCR) in deriveExtender()
474 else if ((HexagonMCInstrInfo::getType(MCII, MCI) == HexagonII::TypeCR) && in isConstExtended()
725 if (HexagonMCInstrInfo::getType(MCII, MCI) == HexagonII::TypeCR) in prefersSlot3()
DHexagonMCCodeEmitter.cpp716 (HexagonMCInstrInfo::getType(MCII, MI) == HexagonII::TypeCR)) in getExprOpValue()
734 (HexagonMCInstrInfo::getType(MCII, MI) == HexagonII::TypeCR)) in getExprOpValue()
DHexagonShuffler.cpp258 case HexagonII::TypeCR: in check()
DHexagonAsmBackend.cpp532 (llvm::HexagonMCInstrInfo::getType(*MCII, HMI) == HexagonII::TypeCR && in isInstRelaxable()
/external/llvm/lib/Target/Hexagon/
DHexagonInstrFormats.td21 def TypeCR : IType<2>;
355 : InstHexagon<outs, ins, asmstr, pattern, cstr, itin, TypeCR>, OpcodeHexagon;