Home
last modified time | relevance | path

Searched refs:isAlwaysGDS (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h479 bool isAlwaysGDS(uint16_t Opcode) const;
DGCNHazardRecognizer.cpp95 if (TII.isAlwaysGDS(MI.getOpcode())) in isSendMsgTraceDataOrGDS()
DSIInsertWaitcnts.cpp1219 if (TII->isAlwaysGDS(Inst.getOpcode()) || in updateEventWaitcntAfter()
DSIInstrInfo.cpp2748 bool SIInstrInfo::isAlwaysGDS(uint16_t Opcode) const { in isAlwaysGDS() function in SIInstrInfo