Searched refs:TypeCR (Results 1 – 14 of 14) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonDepITypes.h | 22 TypeCR = 6, enumerator
|
D | HexagonDepITypes.td | 20 def TypeCR : IType<6>;
|
D | HexagonPseudo.td | 75 [(set I1:$dst, 1)], "", C2_orn.Itinerary, TypeCR>; 80 [(set I1:$dst, 0)], "", C2_andn.Itinerary, TypeCR>;
|
D | HexagonDepInstrInfo.td | 1441 tc_29175780, TypeCR>, Enc_0cb018 { 1563 tc_a21dc435, TypeCR>, Enc_bd811a { 3091 tc_29175780, TypeCR>, Enc_667b39 { 3099 tc_a21dc435, TypeCR>, Enc_0ed752 { 3350 tc_f2704b9a, TypeCR>, Enc_65d691 { 3358 tc_53bc8a6a, TypeCR>, Enc_454a26 { 3367 tc_53bc8a6a, TypeCR>, Enc_454a26 { 3376 tc_f2704b9a, TypeCR>, Enc_65d691 { 3763 tc_f2704b9a, TypeCR>, Enc_65d691 { 3771 tc_53bc8a6a, 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-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCCodeEmitter.cpp | 487 HexagonMCInstrInfo::getType(MCII, NextI) == HexagonII::TypeCR) in getFixupNoBits() 673 bool BranchOrCR = MCID.isBranch() || IType == HexagonII::TypeCR; in getExprOpValue()
|
D | HexagonAsmBackend.cpp | 548 (llvm::HexagonMCInstrInfo::getType(*MCII, HMI) == HexagonII::TypeCR && in isInstRelaxable()
|
D | HexagonShuffler.cpp | 383 case HexagonII::TypeCR: in check()
|
D | HexagonMCInstrInfo.cpp | 513 else if ((HexagonMCInstrInfo::getType(MCII, MCI) == HexagonII::TypeCR) && in isConstExtended()
|