Searched refs:isHighLatencyDef (Results 1 – 6 of 6) sorted by relevance
492 bool isHighLatencyDef(int opc) const override;
674 // HighLatency=10 is optimistic. X86InstrInfo::isHighLatencyDef
6768 bool X86InstrInfo::isHighLatencyDef(int opc) const { in isHighLatencyDef() function in X86InstrInfo7084 return isHighLatencyDef(DefMI.getOpcode()); in hasHighOperandLatency()
1384 virtual bool isHighLatencyDef(int opc) const { return false; } in isHighLatencyDef() function
609 TII->isHighLatencyDef(N->getMachineOpcode())) in computeLatency()
1082 if (isHighLatencyDef(DefMI.getOpcode())) in defaultDefLatency()