Searched refs:isHighLatencyDef (Results 1 – 6 of 6) sorted by relevance
421 bool isHighLatencyDef(int opc) const override;
630 // HighLatency=10 is optimistic. X86InstrInfo::isHighLatencyDef
6135 bool X86InstrInfo::isHighLatencyDef(int opc) const { in isHighLatencyDef() function in X86InstrInfo6217 return isHighLatencyDef(DefMI->getOpcode()); in hasHighOperandLatency()
1069 virtual bool isHighLatencyDef(int opc) const { return false; } in isHighLatencyDef() function
775 if (isHighLatencyDef(DefMI->getOpcode())) in defaultDefLatency()
612 TII->isHighLatencyDef(N->getMachineOpcode())) in computeLatency()