Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonDepITypes.h20 TypeCR = 6, enumerator
DHexagonDepITypes.td18 def TypeCR : IType<6>;
DHexagonPseudo.td74 [(set I1:$dst, 1)], "", C2_orn.Itinerary, TypeCR>;
79 [(set I1:$dst, 0)], "", C2_andn.Itinerary, TypeCR>;
DHexagonDepInstrInfo.td1442 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/
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;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCCodeEmitter.cpp485 HexagonMCInstrInfo::getType(MCII, NextI) == HexagonII::TypeCR) in getFixupNoBits()
671 bool BranchOrCR = MCID.isBranch() || IType == HexagonII::TypeCR; in getExprOpValue()
DHexagonAsmBackend.cpp544 (llvm::HexagonMCInstrInfo::getType(*MCII, HMI) == HexagonII::TypeCR && in isInstRelaxable()
DHexagonShuffler.cpp392 case HexagonII::TypeCR: in check()
DHexagonMCInstrInfo.cpp511 else if ((HexagonMCInstrInfo::getType(MCII, MCI) == HexagonII::TypeCR) && in isConstExtended()