Home
last modified time | relevance | path

Searched refs:isNewValue (Results 1 – 12 of 12) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonInstrFormatsV4.td75 bits<1> isNewValue = 0;
76 let TSFlags{9} = isNewValue; // New-value consumer insn.
DHexagonInstrInfo.h321 bool isNewValue(const MachineInstr* MI) const;
322 bool isNewValue(unsigned Opcode) const;
DHexagonInstrFormats.td125 bits<1> isNewValue = 0;
126 let TSFlags{12} = isNewValue; // New-value consumer insn.
DHexagonInstrInfoV4.td725 let opExtendable = 1, isNewValue = 1, isNVStore = 1, opNewValue = 2,
821 opExtentBits = 6, isNewValue = 1, opNewValue = 3, opExtendable = 2 in
922 let isPredicable = 1, isNewValue = 1, opNewValue = 3 in
948 let isPredicated = 1, isNewValue = 1, opNewValue = 4 in
1339 let mayStore = 1, isNVStore = 1, isNewValue = 1, hasSideEffects = 0,
1410 isNewValue = 1, opNewValue = 3 in
1443 isNewValue = 1, opNewValue = 4 in
1510 let isNewValue = 1, mayStore = 1, isNVStore = 1, opNewValue = 3 in
1622 let isPredicated = 1, isBranch = 1, isNewValue = 1, isTerminator = 1,
1682 let isPredicated = 1, isBranch = 1, isNewValue = 1, isTerminator = 1,
[all …]
DHexagonInstrInfoV60.td159 let addrMode = BaseImmOffset, isNewValue = 1, opNewValue = 2, isNVStore = 1,
289 let addrMode = BaseImmOffset, isPredicated = 1, isNewValue = 1, opNewValue = 3,
445 let Itinerary = CVI_VM_NEW_ST, Type = TypeCVI_VM_NEW_ST, isNewValue = 1,
583 isNewValue = 1, opNewValue = 4, addrMode = PostInc, isNVStore = 1 in
685 let Itinerary = CVI_VM_NEW_ST, Type = TypeCVI_VM_NEW_ST, isNewValue = 1,
753 isNewValue = 1, opNewValue = 4, isNVStore = 1 in
DHexagonInstrInfo.cpp2329 bool HexagonInstrInfo::isNewValue(const MachineInstr* MI) const { in isNewValue() function in HexagonInstrInfo
2335 bool HexagonInstrInfo::isNewValue(unsigned Opcode) const { in isNewValue() function in HexagonInstrInfo
2347 return isNewValue(MI) && MI->isBranch(); in isNewValueJump()
2352 return isNewValue(Opcode) && get(Opcode).isBranch() && isPredicated(Opcode); in isNewValueJump()
2427 (isPredicatedNew(Opcode) || isNewValue(Opcode))); in isPredictedTaken()
DHexagonInstrInfo.td3702 let Uses = [CS], isNewValue = 1, mayStore = 1, isNVStore = 1, opNewValue = 4 in
3774 let Uses = [CS], isNewValue = 1, mayStore = 1, isNVStore = 1, opNewValue = 3 in
3849 let isNewValue = 1, mayStore = 1, isNVStore = 1, opNewValue = 3,
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCChecker.cpp213 if (HexagonMCInstrInfo::isNewValue(MCII, MCI)) { in init()
290 if (HexagonMCInstrInfo::isNewValue(MCII, MCI)) in checkBranches()
DHexagonMCInstrInfo.cpp327 assert((HexagonMCInstrInfo::isNewValue(MCII, MCI) || in getNewValueOperand()
346 assert((HexagonMCInstrInfo::isNewValue(MCII, MCI) || in getNewValueOperand2()
529 bool HexagonMCInstrInfo::isNewValue(MCInstrInfo const &MCII, in isNewValue() function in llvm::HexagonMCInstrInfo
DHexagonMCInstrInfo.h230 bool isNewValue(MCInstrInfo const &MCII, MCInst const &MCI);
DHexagonMCCodeEmitter.cpp136 if (HexagonMCInstrInfo::isNewValue(MCII, HMB)) { in EncodeSingleInstruction()
/external/llvm/lib/Target/Hexagon/Disassembler/
DHexagonDisassembler.cpp344 if (HexagonMCInstrInfo::isNewValue(*MCII, MI)) { in getSingleInstruction()