Searched refs:isZeroCost (Results 1 – 6 of 6) sorted by relevance
41 if (!MI || TII->isZeroCost(MI->getOpcode())) in getHazardType()123 if (TII->isZeroCost(MI->getOpcode())) in EmitInstruction()
179 if (DAG->TII->isZeroCost(MCID->Opcode)) in EmitInstruction()
444 if (!TII->isZeroCost(MI.getOpcode())) { in calculateMaxCycle()
2832 if (ST.getInstrInfo()->isZeroCost(SU->getInstr()->getOpcode()) || in insert()2839 if (!ST.getInstrInfo()->isZeroCost(SU->getInstr()->getOpcode())) in insert()3662 if (TII->isZeroCost(MI->getOpcode())) in calculateResMIIDFA()3714 if (TII->isZeroCost(SU.getInstr()->getOpcode())) in calculateResMII()
1765 bool isZeroCost(unsigned Opcode) const { in isZeroCost() function
4466 if (isZeroCost(DefMCID.Opcode)) in getOperandLatency()