Searched refs:isHighLatencyDef (Results 1 – 16 of 16) sorted by relevance
354 bool isHighLatencyDef(int opc) const;
3401 bool X86InstrInfo::isHighLatencyDef(int opc) const { in isHighLatencyDef() function in X86InstrInfo3460 return isHighLatencyDef(DefMI->getOpcode()); in hasHighOperandLatency()
663 virtual bool isHighLatencyDef(int opc) const { return false; } in isHighLatencyDef() function
478 bool isHighLatencyDef(int opc) const override;
632 // HighLatency=10 is optimistic. X86InstrInfo::isHighLatencyDef
7104 bool X86InstrInfo::isHighLatencyDef(int opc) const { in isHighLatencyDef() function in X86InstrInfo7187 return isHighLatencyDef(DefMI.getOpcode()); in hasHighOperandLatency()
495 bool isHighLatencyDef(int opc) const override;
639 // HighLatency=10 is optimistic. X86InstrInfo::isHighLatencyDef
6713 bool X86InstrInfo::isHighLatencyDef(int opc) const { in isHighLatencyDef() function in X86InstrInfo7029 return isHighLatencyDef(DefMI.getOpcode()); in hasHighOperandLatency()
1273 virtual bool isHighLatencyDef(int opc) const { return false; } in isHighLatencyDef() function
1366 virtual bool isHighLatencyDef(int opc) const { return false; } in isHighLatencyDef() function
563 TII->isHighLatencyDef(N->getMachineOpcode())) in ComputeLatency()
611 TII->isHighLatencyDef(N->getMachineOpcode())) in computeLatency()
610 TII->isHighLatencyDef(N->getMachineOpcode())) in computeLatency()
1093 if (isHighLatencyDef(DefMI.getOpcode())) in defaultDefLatency()
1034 if (isHighLatencyDef(DefMI.getOpcode())) in defaultDefLatency()