Searched refs:TypeCOMPOUND (Results 1 – 8 of 8) 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 | 4042 [], "", COMPOUND, TypeCOMPOUND>, OpcodeHexagon { 4088 [], "", COMPOUND, TypeCOMPOUND>, OpcodeHexagon { 4142 [], "", COMPOUND, TypeCOMPOUND>, OpcodeHexagon { 4197 [], "", COMPOUND, TypeCOMPOUND>, OpcodeHexagon {
|
D | HexagonInstrInfo.cpp | 1735 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 | 436 return (getType(MCII, MCI) == HexagonII::TypeCOMPOUND); in isCompound() 468 (HexagonMCInstrInfo::getType(MCII, MCI) == HexagonII::TypeCOMPOUND && in isConstExtended()
|
D | HexagonAsmBackend.cpp | 528 HexagonII::TypeCOMPOUND && in isInstRelaxable()
|
D | HexagonMCCodeEmitter.cpp | 126 if (llvm::HexagonMCInstrInfo::getType(MCII, HMB) == HexagonII::TypeCOMPOUND) { in EncodeSingleInstruction()
|
/external/llvm/lib/Target/Hexagon/Disassembler/ |
D | HexagonDisassembler.cpp | 333 HexagonII::TypeCOMPOUND) { in getSingleInstruction()
|