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

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInst.h85 bool isExtendable() const;
H A DHexagonMCInst.cpp82 // isExtendable:
91 if (!isExtendable())
123 bool HexagonMCInst::isExtendable(void) const { function in class:HexagonMCInst
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h191 bool isExtendable(const MachineInstr* MI) const;
H A DHexagonInstrInfo.cpp579 bool HexagonInstrInfo::isExtendable(const MachineInstr *MI) const { function in class:HexagonInstrInfo
1623 assert((isExtendable(MI)||isConstExtended(MI)) &&
1672 unsigned isExtendable = (F >> HexagonII::ExtendablePos) local
1674 if (!isExtendable)

Completed in 136 milliseconds