Searched refs:TypeCOMPOUND (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrFormatsV4.td | 23 def TypeCOMPOUND : IType<12>; 154 : InstHexagon<outs, ins, asmstr, pattern, cstr, COMPOUND, TypeCOMPOUND>,
|
D | HexagonInstrInfoV4.td | 4009 [], "", COMPOUND, TypeCOMPOUND>, OpcodeHexagon { 4055 [], "", COMPOUND, TypeCOMPOUND>, OpcodeHexagon { 4109 [], "", COMPOUND, TypeCOMPOUND>, OpcodeHexagon { 4164 [], "", COMPOUND, TypeCOMPOUND>, OpcodeHexagon {
|
D | HexagonInstrInfo.cpp | 1484 return (getType(MI) == HexagonII::TypeCOMPOUND && MI->isBranch()); in isCompoundBranchInstr()
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonBaseInfo.h | 47 TypeCOMPOUND = 12, enumerator
|
D | HexagonMCInstrInfo.cpp | 380 return (getType(MCII, MCI) == HexagonII::TypeCOMPOUND); in isCompound() 406 (HexagonMCInstrInfo::getType(MCII, MCI) == HexagonII::TypeCOMPOUND && in isConstExtended()
|
D | HexagonMCCodeEmitter.cpp | 113 if (llvm::HexagonMCInstrInfo::getType(MCII, HMB) == HexagonII::TypeCOMPOUND) { in EncodeSingleInstruction()
|
/external/llvm/lib/Target/Hexagon/Disassembler/ |
D | HexagonDisassembler.cpp | 334 HexagonII::TypeCOMPOUND) { in getSingleInstruction()
|