Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h303 bool isHighLatencyDef(int Opc) const override;
H A DRISCVInstrInfo.cpp4902 bool RISCVInstrInfo::isHighLatencyDef(int Opc) const { in isHighLatencyDef() function in RISCVInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h590 bool isHighLatencyDef(int opc) const override;
H A DX86Schedule.td729 // HighLatency=10 is optimistic. X86InstrInfo::isHighLatencyDef
H A DX86InstrInfo.cpp9398 bool X86InstrInfo::isHighLatencyDef(int opc) const { in isHighLatencyDef() function in X86InstrInfo
9715 return isHighLatencyDef(DefMI.getOpcode()); in hasHighOperandLatency()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp634 TII->isHighLatencyDef(N->getMachineOpcode())) in computeLatency()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1878 virtual bool isHighLatencyDef(int opc) const { return false; } in isHighLatencyDef() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h1362 bool isHighLatencyDef(int Opc) const override;
H A DSIMachineScheduler.cpp1904 } else if (SITII->isHighLatencyDef(SU->getInstr()->getOpcode())) in schedule()
H A DSIInstrInfo.cpp9112 bool SIInstrInfo::isHighLatencyDef(int Opc) const { in isHighLatencyDef() function in SIInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp1806 if (isHighLatencyDef(DefMI.getOpcode())) in defaultDefLatency()