Home
last modified time | relevance | path

Searched refs:isHighLatencyDef (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86InstrInfo.h489 bool isHighLatencyDef(int opc) const override;
DX86Schedule.td711 // HighLatency=10 is optimistic. X86InstrInfo::isHighLatencyDef
DX86InstrInfo.cpp7786 bool X86InstrInfo::isHighLatencyDef(int opc) const { in isHighLatencyDef() function in X86InstrInfo
8102 return isHighLatencyDef(DefMI.getOpcode()); in hasHighOperandLatency()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h1631 virtual bool isHighLatencyDef(int opc) const { return false; } in isHighLatencyDef() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp631 TII->isHighLatencyDef(N->getMachineOpcode())) in computeLatency()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h994 bool isHighLatencyDef(int Opc) const override;
DSIMachineScheduler.cpp1938 } else if (SITII->isHighLatencyDef(SU->getInstr()->getOpcode())) in schedule()
DSIInstrInfo.cpp7090 bool SIInstrInfo::isHighLatencyDef(int Opc) const { in isHighLatencyDef() function in SIInstrInfo
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DTargetInstrInfo.cpp1142 if (isHighLatencyDef(DefMI.getOpcode())) in defaultDefLatency()