Home
last modified time | relevance | path

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

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