Home
last modified time | relevance | path

Searched refs:doesNotReadTiedSource (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h784 static bool doesNotReadTiedSource(const MachineInstr &MI) { in doesNotReadTiedSource() function
788 bool doesNotReadTiedSource(uint16_t Opcode) const { in doesNotReadTiedSource() function
H A DSIInsertWaitcnts.cpp1182 if (Op.isTied() && Op.isUse() && TII->doesNotReadTiedSource(MI)) in generateWaitcntInstBefore()