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

/external/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp1005 const MCInstrDesc &MCIDJ = J->getDesc(); local
1039 (IsDirectJump(J) || MCIDJ.isCall() || QII->isDeallocRet(J))) {
1052 (MCIDJ.isBranch() || MCIDJ.isCall() || MCIDJ.isBarrier())) {
1063 if (MCIDI.mayStore() && MCIDJ.mayStore() &&
1070 || (MCIDJ.mayStore() && QII->isMemOp(I))
1077 if (MCIDJ.mayStore() && QII->isDeallocRet(I)) {
1210 !MCIDJ.isBranch() &&
1211 !MCIDJ
[all...]

Completed in 45 milliseconds