Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.h485 bool isHighLatencyDef(int opc) const override;
H A DX86Schedule.td710 // HighLatency=10 is optimistic. X86InstrInfo::isHighLatencyDef
H A DX86InstrInfo.cpp7732 bool X86InstrInfo::isHighLatencyDef(int opc) const { in isHighLatencyDef() function in X86InstrInfo
8048 return isHighLatencyDef(DefMI.getOpcode()); in hasHighOperandLatency()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1618 virtual bool isHighLatencyDef(int opc) const { return false; } in isHighLatencyDef() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp631 TII->isHighLatencyDef(N->getMachineOpcode())) in computeLatency()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h993 bool isHighLatencyDef(int Opc) const override;
H A DSIMachineScheduler.cpp1938 } else if (SITII->isHighLatencyDef(SU->getInstr()->getOpcode())) in schedule()
H A DSIInstrInfo.cpp7021 bool SIInstrInfo::isHighLatencyDef(int Opc) const { in isHighLatencyDef() function in SIInstrInfo
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp1142 if (isHighLatencyDef(DefMI.getOpcode())) in defaultDefLatency()