Searched refs:TypeCR (Results 1 – 14 of 14) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonDepITypes.h | 20 TypeCR = 6, enumerator
|
D | HexagonDepITypes.td | 18 def TypeCR : IType<6>;
|
D | HexagonPseudo.td | 74 [(set I1:$dst, 1)], "", C2_orn.Itinerary, TypeCR>; 79 [(set I1:$dst, 0)], "", C2_andn.Itinerary, TypeCR>;
|
D | HexagonDepInstrInfo.td | 1442 tc_b9272d6c, TypeCR>, Enc_0cb018 { 1564 tc_434c8e1e, TypeCR>, Enc_bd811a { 3104 tc_b9272d6c, TypeCR>, Enc_667b39 { 3112 tc_434c8e1e, TypeCR>, Enc_0ed752 { 3363 tc_de554571, TypeCR>, Enc_65d691 { 3371 tc_640086b5, TypeCR>, Enc_454a26 { 3380 tc_640086b5, TypeCR>, Enc_454a26 { 3389 tc_de554571, TypeCR>, Enc_65d691 { 3776 tc_de554571, TypeCR>, Enc_65d691 { 3784 tc_640086b5, TypeCR>, Enc_454a26 { [all …]
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonBaseInfo.h | 37 TypeCR = 2, enumerator
|
D | HexagonMCInstrInfo.cpp | 137 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()
|
D | HexagonMCCodeEmitter.cpp | 716 (HexagonMCInstrInfo::getType(MCII, MI) == HexagonII::TypeCR)) in getExprOpValue() 734 (HexagonMCInstrInfo::getType(MCII, MI) == HexagonII::TypeCR)) in getExprOpValue()
|
D | HexagonShuffler.cpp | 258 case HexagonII::TypeCR: in check()
|
D | HexagonAsmBackend.cpp | 532 (llvm::HexagonMCInstrInfo::getType(*MCII, HMI) == HexagonII::TypeCR && in isInstRelaxable()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrFormats.td | 21 def TypeCR : IType<2>; 355 : InstHexagon<outs, ins, asmstr, pattern, cstr, itin, TypeCR>, OpcodeHexagon;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCCodeEmitter.cpp | 485 HexagonMCInstrInfo::getType(MCII, NextI) == HexagonII::TypeCR) in getFixupNoBits() 671 bool BranchOrCR = MCID.isBranch() || IType == HexagonII::TypeCR; in getExprOpValue()
|
D | HexagonAsmBackend.cpp | 544 (llvm::HexagonMCInstrInfo::getType(*MCII, HMI) == HexagonII::TypeCR && in isInstRelaxable()
|
D | HexagonShuffler.cpp | 392 case HexagonII::TypeCR: in check()
|
D | HexagonMCInstrInfo.cpp | 511 else if ((HexagonMCInstrInfo::getType(MCII, MCI) == HexagonII::TypeCR) && in isConstExtended()
|