Searched refs:TypeCR (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonBaseInfo.h | 37 TypeCR = 2, enumerator
|
D | HexagonMCInstrInfo.cpp | 136 HexagonMCInstrInfo::getType(MCII, Inst) == HexagonII::TypeCR) in deriveExtender() 412 else if ((HexagonMCInstrInfo::getType(MCII, MCI) == HexagonII::TypeCR) && in isConstExtended() 591 if (HexagonMCInstrInfo::getType(MCII, MCI) == HexagonII::TypeCR) in prefersSlot3()
|
D | HexagonAsmBackend.cpp | 187 (llvm::HexagonMCInstrInfo::getType(*MCII, HMI) == HexagonII::TypeCR && in isInstRelaxable()
|
D | HexagonMCCodeEmitter.cpp | 647 (llvm::HexagonMCInstrInfo::getType(MCII, MI) == HexagonII::TypeCR)) in getExprOpValue() 669 (llvm::HexagonMCInstrInfo::getType(MCII, MI) == HexagonII::TypeCR)) in getExprOpValue()
|
D | HexagonShuffler.cpp | 265 case HexagonII::TypeCR: in check()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrFormats.td | 21 def TypeCR : IType<2>; 355 : InstHexagon<outs, ins, asmstr, pattern, cstr, itin, TypeCR>, OpcodeHexagon;
|