Home
last modified time | relevance | path

Searched refs:isExtendable (Results 1 – 15 of 15) sorted by relevance

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.cpp92 assert(HexagonMCInstrInfo::isExtendable(MCII, MCI) || in clampExtended()
130 assert(HexagonMCInstrInfo::isExtendable(MCII, Inst) || in deriveExtender()
205 assert((HexagonMCInstrInfo::isExtendable(MCII, MCI) || in getExtendableOperand()
415 else if (!HexagonMCInstrInfo::isExtendable(MCII, MCI)) in isConstExtended()
435 bool HexagonMCInstrInfo::isExtendable(MCInstrInfo const &MCII, in isExtendable() function in llvm::HexagonMCInstrInfo
DHexagonAsmBackend.cpp189 if (HexagonMCInstrInfo::isExtendable(*MCII, HMI)) in isInstRelaxable()
DHexagonMCInstrInfo.h204 bool isExtendable(MCInstrInfo const &MCII, MCInst const &MCI);
/external/llvm/lib/Target/Hexagon/
DHexagonInstrFormatsV4.td87 bits<1> isExtendable = 0;
88 let TSFlags{16} = isExtendable; // Insn may be extended.
DHexagonInstrInfoV3.td25 isExtended = 0, isExtendable = 1, opExtendable = 0,
40 isExtended = 0, isExtendable = 1, opExtendable = 1,
DHexagonInstrInfoV4.td17 let isExtendable = 1 in {
218 let isExtendable = IsImmExt;
250 let isExtendable = 1;
293 let hasSideEffects = 0, isExtentSigned = 1, isExtendable = 1,
329 let hasSideEffects = 0, isExtendable = 1, opExtentBits = 6, opExtendable = 2 in
1064 let isPredicable = 1, isExtendable = 1, isExtentSigned = 1, opExtentBits = 8,
1091 let isPredicated = 1, isExtendable = 1, isExtentSigned = 1, opExtentBits = 6,
1340 isExtendable = 1 in
1561 let isExtendable = 1, opExtendable = 2, isExtentSigned = 1, opExtentBits = 11,
1636 let isExtendable = 1, opExtendable = 2, isExtentSigned = 1, opExtentBits = 11,
[all …]
DHexagonInstrInfo.h280 bool isExtendable(const MachineInstr* MI) const;
DHexagonInstrInfo.td66 let hasSideEffects = 0, isCompare = 1, InputType = "imm", isExtendable = 1,
328 isExtentSigned = 1, isExtendable = 1, opExtentBits = 8, opExtendable = 1,
403 let isExtendable = 1, isExtentSigned = 1, InputType = "imm" in
426 let isExtendable = 1, opExtendable = 2, isExtentSigned = 1, opExtentBits = 10,
453 let isExtendable = 1, CextOpcode = "sub", opExtendable = 1, isExtentSigned = 1,
591 let InputType = "imm", isExtendable = 1, isExtentSigned = 1, opExtentBits = 12,
620 let InputType = "imm", isExtendable = 1, isExtentSigned = 1,
648 let isExtendable = 1, opExtendable = 1, opExtentBits = 6,
667 InputType = "imm", hasNewValue = 1, isExtendable = 1, opExtentBits = 8 in
700 let isExtentSigned = 1, hasNewValue = 1, isExtendable = 1,
[all …]
DHexagonIsetDx.td132 let isCodeGenOnly = 1, hasSideEffects = 0, hasNewValue = 1, opNewValue = 0, isExtendable = 1, isExt…
584 let isCodeGenOnly = 1, hasSideEffects = 0, hasNewValue = 1, opNewValue = 0, isExtendable = 1, isExt…
DHexagonInstrFormats.td141 bits<1> isExtendable = 0;
142 let TSFlags{21} = isExtendable; // Insn may be extended.
DHexagonInstrInfoV60.td873 let isExtendable = 1, opExtendable = 1, isExtentSigned = 1, opExtentBits = 13,
901 let isExtendable = 1, opExtendable = 2, isExtentSigned = 1, opExtentBits = 13,
926 let isExtendable = 1, opExtendable = 1, isExtentSigned = 1, opExtentBits = 13,
940 let isExtendable = 1, opExtendable = 1, isExtentSigned = 1, opExtentBits = 13,
955 let isExtendable = 1, opExtendable = 2, isExtentSigned = 1, opExtentBits = 13,
969 let isExtendable = 1, opExtendable = 2, isExtentSigned = 1, opExtentBits = 13,
DHexagonInstrInfo.cpp1656 unsigned isExtendable = in isConstExtended() local
1658 if (!isExtendable) in isConstExtended()
1819 bool HexagonInstrInfo::isExtendable(const MachineInstr *MI) const { in isExtendable() function in HexagonInstrInfo
3747 assert((isExtendable(MI)||isConstExtended(MI)) && in immediateExtend()
/external/protobuf/java/src/test/java/com/google/protobuf/
DDescriptorsTest.java697 assertFalse(TestAllTypes.getDescriptor().isExtendable()); in testMessageDescriptorExtensions()
698 assertTrue(TestAllExtensions.getDescriptor().isExtendable()); in testMessageDescriptorExtensions()
699 assertTrue(TestMultipleExtensionRanges.getDescriptor().isExtendable()); in testMessageDescriptorExtensions()
/external/protobuf/java/src/main/java/com/google/protobuf/
DDescriptors.java631 public boolean isExtendable() { in isExtendable() method in Descriptors.Descriptor
/external/llvm/lib/Target/Hexagon/Disassembler/
DHexagonDisassembler.cpp400 if (!HexagonMCInstrInfo::isExtendable(*MCII, Inst) && in getSingleInstruction()