Searched refs:isExtendable (Results 1 - 9 of 9) sorted by relevance

/external/llvm/lib/Target/Hexagon/
H A DHexagonBranchRelaxation.cpp188 DEBUG(dbgs() << "Long distance jump. isExtendable("
189 << HII->isExtendable(&MI) << ") isConstExtended("
194 if (!HII->isExtendable(&MI) && !HII->isExtended(&MI)) {
H A DHexagonInstrInfo.h306 bool isExtendable(const MachineInstr* MI) const;
H A DHexagonInstrInfo.cpp1899 // TODO: In order to have isExtendable for fpimm/f32Ext, we need to handle
1907 unsigned isExtendable = local
1909 if (!isExtendable)
2069 bool HexagonInstrInfo::isExtendable(const MachineInstr *MI) const { function in class:HexagonInstrInfo
4213 assert((isExtendable(MI)||isConstExtended(MI)) &&
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp92 assert(HexagonMCInstrInfo::isExtendable(MCII, MCI) ||
131 assert(HexagonMCInstrInfo::isExtendable(MCII, Inst) ||
261 assert((HexagonMCInstrInfo::isExtendable(MCII, MCI) ||
451 // isExtendable:
460 if (!HexagonMCInstrInfo::isExtendable(MCII, MCI))
490 bool HexagonMCInstrInfo::isExtendable(MCInstrInfo const &MCII, function in class:llvm::HexagonMCInstrInfo
H A DHexagonMCInstrInfo.h207 bool isExtendable(MCInstrInfo const &MCII, MCInst const &MCI);
H A DHexagonAsmBackend.cpp534 if (HexagonMCInstrInfo::isExtendable(*MCII, HMI)) {
/external/protobuf/java/core/src/test/java/com/google/protobuf/
H A DDescriptorsTest.java743 assertFalse(TestAllTypes.getDescriptor().isExtendable());
744 assertTrue(TestAllExtensions.getDescriptor().isExtendable());
745 assertTrue(TestMultipleExtensionRanges.getDescriptor().isExtendable());
/external/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp400 if (!HexagonMCInstrInfo::isExtendable(*MCII, Inst) &&
/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DDescriptors.java700 public boolean isExtendable() { method in class:Descriptors.Descriptor

Completed in 169 milliseconds