Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonDepITypes.h22 TypeCR = 5, enumerator
H A DHexagonDepITypes.td17 def TypeCR : IType<5>;
H A DHexagonPseudo.td74 [(set I1:$dst, 1)], "", C2_orn.Itinerary, TypeCR>;
79 [(set I1:$dst, 0)], "", C2_andn.Itinerary, TypeCR>;
H A DHexagonDepInstrInfo.td1442 tc_7476d766, TypeCR>, Enc_0cb018 {
1564 tc_49fdfd4b, TypeCR>, Enc_bd811a {
3104 tc_7476d766, TypeCR>, Enc_667b39 {
3112 tc_49fdfd4b, TypeCR>, Enc_0ed752 {
3402 tc_151bf368, TypeCR>, Enc_65d691 {
3410 tc_651cbe02, TypeCR>, Enc_454a26 {
3419 tc_651cbe02, TypeCR>, Enc_454a26 {
3428 tc_151bf368, TypeCR>, Enc_65d691 {
3815 tc_151bf368, TypeCR>, Enc_65d691 {
3823 tc_651cbe02, TypeCR>, Enc_454a26 {
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCodeEmitter.cpp476 HexagonMCInstrInfo::getType(MCII, NextI) == HexagonII::TypeCR) in getFixupNoBits()
659 bool BranchOrCR = MCID.isBranch() || IType == HexagonII::TypeCR; in getExprOpValue()
H A DHexagonAsmBackend.cpp548 (llvm::HexagonMCInstrInfo::getType(*MCII, HMI) == HexagonII::TypeCR && in isInstRelaxable()
H A DHexagonShuffler.cpp547 case HexagonII::TypeCR: in GetPacketSummary()
H A DHexagonMCInstrInfo.cpp563 else if ((HexagonMCInstrInfo::getType(MCII, MCI) == HexagonII::TypeCR) && in isConstExtended()