Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h922 static bool doesNotReadTiedSource(const MachineInstr &MI) { in doesNotReadTiedSource() function
926 bool doesNotReadTiedSource(uint16_t Opcode) const { in doesNotReadTiedSource() function
H A DSIInsertWaitcnts.cpp1799 if (Op.isTied() && Op.isUse() && TII->doesNotReadTiedSource(MI)) in generateWaitcntInstBefore()