Searched refs:isHighLatencyDef (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h449 bool isHighLatencyDef(int opc) const override;
H A DX86InstrInfo.cpp6917 bool X86InstrInfo::isHighLatencyDef(int opc) const { function in class:X86InstrInfo
7233 return isHighLatencyDef(DefMI.getOpcode());
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1489 virtual bool isHighLatencyDef(int opc) const { return false; } function in class:llvm::TargetInstrInfo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp627 TII->isHighLatencyDef(N->getMachineOpcode()))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp1089 if (isHighLatencyDef(DefMI.getOpcode()))

Completed in 113 milliseconds