Home
last modified time | relevance | path

Searched refs:hasNewValue2 (Results 1 – 21 of 21) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonInstrFormats.td150 bits<1> hasNewValue2 = 0;
151 let TSFlags{52} = hasNewValue2; // Second New-value producer insn.
DHexagonDepInstrInfo.td29431 let hasNewValue2 = 1;
31232 let hasNewValue2 = 1;
36021 let hasNewValue2 = 1;
36366 let hasNewValue2 = 1;
37046 let hasNewValue2 = 1;
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCChecker.cpp164 else if (i <= 1 && llvm::HexagonMCInstrInfo::hasNewValue2(MCII, MCI) ) in init()
190 if (HexagonMCInstrInfo::hasNewValue2(MCII, MCI)) { in init()
DHexagonMCInstrInfo.h163 bool hasNewValue2(MCInstrInfo const &MCII, MCInst const &MCI);
DHexagonMCInstrInfo.cpp347 HexagonMCInstrInfo::hasNewValue2(MCII, MCI)) && in getNewValueOperand2()
409 bool HexagonMCInstrInfo::hasNewValue2(MCInstrInfo const &MCII, in hasNewValue2() function in llvm::HexagonMCInstrInfo
DHexagonMCCodeEmitter.cpp161 HexagonMCInstrInfo::hasNewValue2(MCII, Inst) in EncodeSingleInstruction()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonInstrFormats.td152 bits<1> hasNewValue2 = 0;
153 let TSFlags{52} = hasNewValue2; // Second New-value producer insn.
DHexagonDepInstrInfo.td29973 let hasNewValue2 = 1;
31848 let hasNewValue2 = 1;
37032 let hasNewValue2 = 1;
37406 let hasNewValue2 = 1;
38143 let hasNewValue2 = 1;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.h182 bool hasNewValue2(MCInstrInfo const &MCII, MCInst const &MCI);
DHexagonMCInstrInfo.cpp385 HexagonMCInstrInfo::hasNewValue2(MCII, MCI)) && in getNewValueOperand2()
468 bool HexagonMCInstrInfo::hasNewValue2(MCInstrInfo const &MCII, in hasNewValue2() function in HexagonMCInstrInfo
DHexagonMCChecker.cpp171 else if (i <= 1 && HexagonMCInstrInfo::hasNewValue2(MCII, MCI)) in init()
DHexagonMCCodeEmitter.cpp757 if (HexagonMCInstrInfo::hasNewValue2(MCII, Inst)) in getMachineOpValue()
/external/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.h189 bool hasNewValue2(MCInstrInfo const &MCII, MCInst const &MCI);
DHexagonMCInstrInfo.cpp410 HexagonMCInstrInfo::hasNewValue2(MCII, MCI)) && in getNewValueOperand2()
513 bool HexagonMCInstrInfo::hasNewValue2(MCInstrInfo const &MCII, in hasNewValue2() function in HexagonMCInstrInfo
DHexagonMCChecker.cpp177 else if (i <= 1 && HexagonMCInstrInfo::hasNewValue2(MCII, MCI)) in init()
DHexagonMCCodeEmitter.cpp753 if (HexagonMCInstrInfo::hasNewValue2(MCII, Inst)) in getMachineOpValue()
/external/llvm/lib/Target/Hexagon/
DHexagonInstrFormats.td174 bits<1> hasNewValue2 = 0;
175 let TSFlags{50} = hasNewValue2; // Second New-value producer insn.
DHexagonInstrInfoV60.td1829 hasSideEffects = 0, hasNewValue2 = 1, opNewValue2 = 1 in
1842 let hasNewValue = 1, opNewValue = 0, hasNewValue2 = 1, opNewValue2 = 1 in {
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/Disassembler/
DHexagonDisassembler.cpp488 if (HexagonMCInstrInfo::hasNewValue2(*MCII, Inst)) { in getSingleInstruction()
/external/llvm-project/llvm/lib/Target/Hexagon/Disassembler/
DHexagonDisassembler.cpp491 if (HexagonMCInstrInfo::hasNewValue2(*MCII, Inst)) { in getSingleInstruction()
/external/llvm/lib/Target/Hexagon/Disassembler/
DHexagonDisassembler.cpp372 if (SubregBit && HexagonMCInstrInfo::hasNewValue2(*MCII, Inst)) { in getSingleInstruction()