Searched refs:isMemOp (Results 1 – 9 of 9) sorted by relevance
86 if (IS->isMemOp()) { in issueInstructionImpl()107 HasDependentUsers |= Inst.isMemOp() && LSU.hasDependentUsers(IR); in issueInstruction()136 if (IS.isMemOp() && !LSU.isReady(IR)) { in promoteToReadySet()173 if (IS.isMemOp() && LSU.isWaiting(IR)) { in promoteToPendingSet()257 if (IS.isMemOp() && LSU.isPending(IR)) in analyzeDataDependencies()306 if (IS.isMemOp()) in dispatch()309 if (IS.isDispatched() || (IS.isMemOp() && LSU.isWaiting(IR))) { in dispatch()315 if (IS.isPending() || (IS.isMemOp() && LSU.isPending(IR))) { in dispatch()323 assert(IS.isReady() && (!IS.isMemOp() || LSU.isReady(IR)) && in dispatch()
224 if (!IS.isMemOp()) in onInstructionExecuted()
151 bool isMemOp() const { return Kind == KindTy::MemOp; } in isMemOp() function in __anon8d0ae56c0111::M68kOperand384 if (!isMemOp()) in isMoveMask()411 return isMemOp() && MemOp.Op == M68kMemOp::Kind::Addr; in isAddr()430 return isMemOp() && MemOp.Op == M68kMemOp::Kind::RegIndirect && in isARI()439 return isMemOp() && MemOp.Op == M68kMemOp::Kind::RegIndirectDisplacement && in isARID()449 return isMemOp() && in isARII()461 return isMemOp() && MemOp.Op == M68kMemOp::Kind::RegPreDecrement && in isARIPD()470 return isMemOp() && MemOp.Op == M68kMemOp::Kind::RegPostIncrement && in isARIPI()479 return isMemOp() && MemOp.Op == M68kMemOp::Kind::RegIndirectDisplacement && in isPCD()488 return isMemOp() && in isPCI()
129 if (IR.getInstruction()->isMemOp() && !LSU.isReady(IR)) { in canExecute()200 if (IS.isMemOp()) in execute()237 if (IS.isMemOp()) in tryIssue()360 if (IS.isMemOp()) in retireInstruction()
66 if (Inst.isMemOp()) in notifyInstructionRetired()
1299 if (HII->isNewValueInst(J) || HII->isMemOp(J) || HII->isMemOp(I)) in hasDualStoreDependence()1304 bool MopStI = HII->isMemOp(I) || StoreI; in hasDualStoreDependence()1305 bool MopStJ = HII->isMemOp(J) || StoreJ; in hasDualStoreDependence()1542 (!HII->isMemOp(J) && !HII->isMemOp(I)) && (!IsVecJ && !IsVecI)) in isLegalToPacketizeTogether()1689 if (HII->isMemOp(*MJ)) in foundLSInPacket()
382 bool isMemOp(const MachineInstr &MI) const;
1997 if (MIa.mayLoad() && !isMemOp(MIa) && MIb.mayLoad() && !isMemOp(MIb)) in areMemAccessesTriviallyDisjoint()2139 !isMemOp(MI) && !MI.isBranch() && !MI.isReturn() && !MI.isCall(); in isComplex()2443 bool HexagonInstrInfo::isMemOp(const MachineInstr &MI) const { in isMemOp() function in HexagonInstrInfo3299 getAddrMode(MI) != HexagonII::BaseLongOffset && !isMemOp(MI) && in getBaseAndOffset()3333 if (isMemOp(MI)) { in getBaseAndOffsetPosition()
579 bool isMemOp() const { return MayLoad || MayStore; } in isMemOp() function