Searched refs:isOperandExtended (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h230 bool isOperandExtended(MCInstrInfo const &MCII, MCInst const &MCI,
H A DHexagonMCInstrInfo.cpp481 bool HexagonMCInstrInfo::isOperandExtended(MCInstrInfo const &MCII, function in class:llvm::HexagonMCInstrInfo
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h302 bool isOperandExtended(const MachineInstr *MI, unsigned OperandNum) const;
H A DHexagonInstrInfo.cpp1135 OpCExtended[i] = (isOperandExtended(MI, i) && isConstExtended(MI));
1139 return (isOperandExtended(MI, 1) && isConstExtended(MI)) ||
2119 bool HexagonInstrInfo::isOperandExtended(const MachineInstr *MI, function in class:HexagonInstrInfo

Completed in 115 milliseconds