Home
last modified time | relevance | path

Searched refs:potentialDuplex (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCDuplexInfo.cpp535 bool HexagonMCInstrInfo::subInstWouldBeExtended(MCInst const &potentialDuplex) { in subInstWouldBeExtended() argument
537 switch (potentialDuplex.getOpcode()) { in subInstWouldBeExtended()
540 DstReg = potentialDuplex.getOperand(0).getReg(); in subInstWouldBeExtended()
541 SrcReg = potentialDuplex.getOperand(1).getReg(); in subInstWouldBeExtended()
544 if (!potentialDuplex.getOperand(2).getExpr()->evaluateAsAbsolute(Value)) in subInstWouldBeExtended()
551 DstReg = potentialDuplex.getOperand(0).getReg(); in subInstWouldBeExtended()
555 if (!potentialDuplex.getOperand(1).getExpr()->evaluateAsAbsolute(Value)) in subInstWouldBeExtended()
H A DHexagonMCInstrInfo.h362 bool subInstWouldBeExtended(MCInst const &potentialDuplex);