/external/llvm/lib/Target/Hexagon/ |
D | HexagonBranchRelaxation.cpp | 189 << HII->isExtendable(&MI) << ") isConstExtended(" in reGenerateBranch() 194 if (!HII->isExtendable(&MI) && !HII->isExtended(&MI)) { in reGenerateBranch()
|
D | HexagonInstrFormatsV4.td | 87 bits<1> isExtendable = 0; 88 let TSFlags{16} = isExtendable; // Insn may be extended.
|
D | HexagonInstrInfoV3.td | 25 isExtended = 0, isExtendable = 1, opExtendable = 0, 41 isExtended = 0, isExtendable = 1, opExtendable = 1,
|
D | HexagonInstrInfoV4.td | 17 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 …]
|
D | HexagonInstrInfo.td | 66 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 432 let isExtendable = 1, opExtendable = 2, isExtentSigned = 1, opExtentBits = 10, 459 let isExtendable = 1, CextOpcode = "sub", opExtendable = 1, isExtentSigned = 1, 597 let InputType = "imm", isExtendable = 1, isExtentSigned = 1, opExtentBits = 12, 626 let InputType = "imm", isExtendable = 1, isExtentSigned = 1, 654 let isExtendable = 1, opExtendable = 1, opExtentBits = 6, 673 InputType = "imm", hasNewValue = 1, isExtendable = 1, opExtentBits = 8 in 706 let isExtentSigned = 1, hasNewValue = 1, isExtendable = 1, [all …]
|
D | HexagonInstrInfo.h | 306 bool isExtendable(const MachineInstr* MI) const;
|
D | HexagonIsetDx.td | 132 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…
|
D | HexagonInstrFormats.td | 141 bits<1> isExtendable = 0; 142 let TSFlags{21} = isExtendable; // Insn may be extended.
|
D | HexagonInstrInfoV60.td | 919 let isExtendable = 1, opExtendable = 1, isExtentSigned = 1, opExtentBits = 13, 947 let isExtendable = 1, opExtendable = 2, isExtentSigned = 1, opExtentBits = 13, 972 let isExtendable = 1, opExtendable = 1, isExtentSigned = 1, opExtentBits = 13, 986 let isExtendable = 1, opExtendable = 1, isExtentSigned = 1, opExtentBits = 13, 1001 let isExtendable = 1, opExtendable = 2, isExtentSigned = 1, opExtentBits = 13, 1015 let isExtendable = 1, opExtendable = 2, isExtentSigned = 1, opExtentBits = 13,
|
D | HexagonInstrInfo.cpp | 1907 unsigned isExtendable = in isConstExtended() local 1909 if (!isExtendable) in isConstExtended() 2069 bool HexagonInstrInfo::isExtendable(const MachineInstr *MI) const { in isExtendable() function in HexagonInstrInfo 4213 assert((isExtendable(MI)||isConstExtended(MI)) && in immediateExtend()
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCInstrInfo.cpp | 92 assert(HexagonMCInstrInfo::isExtendable(MCII, MCI) || in clampExtended() 131 assert(HexagonMCInstrInfo::isExtendable(MCII, Inst) || in deriveExtender() 261 assert((HexagonMCInstrInfo::isExtendable(MCII, MCI) || in getExtendableOperand() 460 if (!HexagonMCInstrInfo::isExtendable(MCII, MCI)) in isConstExtended() 490 bool HexagonMCInstrInfo::isExtendable(MCInstrInfo const &MCII, in isExtendable() function in llvm::HexagonMCInstrInfo
|
D | HexagonMCInstrInfo.h | 207 bool isExtendable(MCInstrInfo const &MCII, MCInst const &MCI);
|
D | HexagonAsmBackend.cpp | 534 if (HexagonMCInstrInfo::isExtendable(*MCII, HMI)) { in isInstRelaxable()
|
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | DescriptorsTest.java | 743 assertFalse(TestAllTypes.getDescriptor().isExtendable()); in testMessageDescriptorExtensions() 744 assertTrue(TestAllExtensions.getDescriptor().isExtendable()); in testMessageDescriptorExtensions() 745 assertTrue(TestMultipleExtensionRanges.getDescriptor().isExtendable()); in testMessageDescriptorExtensions()
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | Descriptors.java | 700 public boolean isExtendable() { in isExtendable() method in Descriptors.Descriptor
|
/external/llvm/lib/Target/Hexagon/Disassembler/ |
D | HexagonDisassembler.cpp | 400 if (!HexagonMCInstrInfo::isExtendable(*MCII, Inst) && in getSingleInstruction()
|