Home
last modified time | relevance | path

Searched refs:isHighLatencyInstruction (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h931 bool isHighLatencyInstruction(const MachineInstr &MI) const;
DSIMachineScheduler.cpp1958 } else if (SITII->isHighLatencyInstruction(*SU->getInstr())) in schedule()
DSIInstrInfo.cpp5922 bool SIInstrInfo::isHighLatencyInstruction(const MachineInstr &MI) const { in isHighLatencyInstruction() function in SIInstrInfo