Searched defs:isConstExtended (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp163 if (isConstExtended(MCII, MCI) || MustExtend)
400 bool HexagonMCInstrInfo::isConstExtended(MCInstrInfo const &MCII, function in class:llvm::HexagonMCInstrInfo
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1135 OpCExtended[i] = (isOperandExtended(MI, i) && isConstExtended(MI));
1139 return (isOperandExtended(MI, 1) && isConstExtended(MI)) ||
1650 bool HexagonInstrInfo::isConstExtended(const MachineInstr *MI) const { function in class:HexagonInstrInfo
3683 if (isConstExtended(MI) || isExtended(MI))
3747 assert((isExtendable(MI)||isConstExtended(MI)) &&

Completed in 322 milliseconds