Searched refs:isHighLatencyDef (Results 1 – 6 of 6) sorted by relevance
480 bool isHighLatencyDef(int opc) const override;
630 // HighLatency=10 is optimistic. X86InstrInfo::isHighLatencyDef
6906 bool X86InstrInfo::isHighLatencyDef(int opc) const { in isHighLatencyDef() function in X86InstrInfo6988 return isHighLatencyDef(DefMI->getOpcode()); in hasHighOperandLatency()
1196 virtual bool isHighLatencyDef(int opc) const { return false; } in isHighLatencyDef() function
610 TII->isHighLatencyDef(N->getMachineOpcode())) in computeLatency()
1036 if (isHighLatencyDef(DefMI->getOpcode())) in defaultDefLatency()