Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCDuplexInfo.cpp534 bool HexagonMCInstrInfo::subInstWouldBeExtended(MCInst const &potentialDuplex) { in subInstWouldBeExtended() argument
536 switch (potentialDuplex.getOpcode()) { in subInstWouldBeExtended()
539 DstReg = potentialDuplex.getOperand(0).getReg(); in subInstWouldBeExtended()
540 SrcReg = potentialDuplex.getOperand(1).getReg(); in subInstWouldBeExtended()
543 if (!potentialDuplex.getOperand(2).getExpr()->evaluateAsAbsolute(Value)) in subInstWouldBeExtended()
550 DstReg = potentialDuplex.getOperand(0).getReg(); in subInstWouldBeExtended()
554 if (!potentialDuplex.getOperand(1).getExpr()->evaluateAsAbsolute(Value)) in subInstWouldBeExtended()
DHexagonMCInstrInfo.h292 bool subInstWouldBeExtended(MCInst const &potentialDuplex);