Home
last modified time | relevance | path

Searched refs:TypeCOMPOUND (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonInstrFormatsV4.td23 def TypeCOMPOUND : IType<12>;
154 : InstHexagon<outs, ins, asmstr, pattern, cstr, COMPOUND, TypeCOMPOUND>,
DHexagonInstrInfoV4.td4009 [], "", COMPOUND, TypeCOMPOUND>, OpcodeHexagon {
4055 [], "", COMPOUND, TypeCOMPOUND>, OpcodeHexagon {
4109 [], "", COMPOUND, TypeCOMPOUND>, OpcodeHexagon {
4164 [], "", COMPOUND, TypeCOMPOUND>, OpcodeHexagon {
DHexagonInstrInfo.cpp1484 return (getType(MI) == HexagonII::TypeCOMPOUND && MI->isBranch()); in isCompoundBranchInstr()
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonBaseInfo.h47 TypeCOMPOUND = 12, enumerator
DHexagonMCInstrInfo.cpp380 return (getType(MCII, MCI) == HexagonII::TypeCOMPOUND); in isCompound()
406 (HexagonMCInstrInfo::getType(MCII, MCI) == HexagonII::TypeCOMPOUND && in isConstExtended()
DHexagonMCCodeEmitter.cpp113 if (llvm::HexagonMCInstrInfo::getType(MCII, HMB) == HexagonII::TypeCOMPOUND) { in EncodeSingleInstruction()
/external/llvm/lib/Target/Hexagon/Disassembler/
DHexagonDisassembler.cpp334 HexagonII::TypeCOMPOUND) { in getSingleInstruction()