Searched refs:isExtendable (Results 1 – 7 of 7) sorted by relevance
| /freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| D | HexagonMCInst.cpp | 91 if (!isExtendable()) in isConstExtended() 123 bool HexagonMCInst::isExtendable(void) const { in isExtendable() function in HexagonMCInst
|
| D | HexagonMCInst.h | 85 bool isExtendable() const;
|
| /freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/ |
| D | HexagonInstrInfoV4.td | 108 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 …]
|
| D | HexagonInstrInfo.td | 48 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 …]
|
| D | HexagonInstrInfo.h | 192 bool isExtendable(const MachineInstr* MI) const;
|
| D | HexagonInstrInfo.cpp | 581 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()
|
| D | HexagonInstrFormats.td | 131 bits<1> isExtendable = 0; 132 let TSFlags{18} = isExtendable; // Insn may be extended.
|