Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInst.cpp91 if (!isExtendable()) in isConstExtended()
123 bool HexagonMCInst::isExtendable(void) const { in isExtendable() function in HexagonMCInst
DHexagonMCInst.h85 bool isExtendable() const;
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/
DHexagonInstrInfoV4.td108 let validSubTargets = HasV4SubT, isExtendable = 1, opExtendable = 2,
126 let validSubTargets = HasV4SubT, isExtendable = 1, opExtendable = 2,
167 let isExtendable = 1, opExtendable = 2, isExtentSigned = 1, opExtentBits = 8,
176 let isExtendable = 1, opExtendable = 1, isExtentSigned = 1, opExtentBits = 8,
197 let isExtendable = 1, opExtendable = 2, isExtentSigned = 0, opExtentBits = 6,
695 let isExtendable = 1, isExtentSigned = 1, neverHasSideEffects = 1 in
834 let mayStore = 1, isNVStore = 1, neverHasSideEffects = 1, isExtendable = 1 in
892 let mayStore = 1, isNVStore = 1, isExtendable = 1, neverHasSideEffects = 1 in
1005 let isExtendable = 1, opExtendable = 2, isExtentSigned = 1, opExtentBits = 11 in
1079 let isExtendable = 1, opExtendable = 2, isExtentSigned = 1, opExtentBits = 11 in
[all …]
DHexagonInstrInfo.td48 let isExtendable = 1, opExtendable = 2, isExtentSigned = 1,
65 let isExtendable = 1, opExtendable = 2, isExtentSigned = 0,
75 let isExtendable = 1, opExtendable = 2, isExtentSigned = 1, opExtentBits = 8 in
167 let isExtendable = 1, opExtendable = 1, isExtentSigned = 1, opExtentBits = 8 in
190 let isExtendable = 1, InputType = "imm" in
211 let isExtendable = 1, opExtendable = 2, isExtentSigned = 1, opExtentBits = 10,
219 let isExtendable = 1, opExtendable = 2, isExtentSigned = 1, opExtentBits = 10,
234 let isExtendable = 1, opExtendable = 1, isExtentSigned = 1, opExtentBits = 10,
352 let InputType = "imm", isExtendable = 1, isExtentSigned = 1 in
408 let isExtendable = 1, opExtendable = 2, isExtentSigned = 1, opExtentBits = 8,
[all …]
DHexagonInstrInfo.h192 bool isExtendable(const MachineInstr* MI) const;
DHexagonInstrInfo.cpp581 bool HexagonInstrInfo::isExtendable(const MachineInstr *MI) const { in isExtendable() function in HexagonInstrInfo
1625 assert((isExtendable(MI)||isConstExtended(MI)) && in immediateExtend()
1674 unsigned isExtendable = (F >> HexagonII::ExtendablePos) in isConstExtended() local
1676 if (!isExtendable) in isConstExtended()
DHexagonInstrFormats.td131 bits<1> isExtendable = 0;
132 let TSFlags{18} = isExtendable; // Insn may be extended.