Home
last modified time | relevance | path

Searched refs:TiedSourceNotRead (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrFormats.td156 field bit TiedSourceNotRead = 0;
248 let TSFlags{60} = TiedSourceNotRead;
H A DSIDefines.h163 TiedSourceNotRead = UINT64_C(1) << 60, enumerator
H A DSIInstrInfo.h923 return MI.getDesc().TSFlags & SIInstrFlags::TiedSourceNotRead; in doesNotReadTiedSource()
927 return get(Opcode).TSFlags & SIInstrFlags::TiedSourceNotRead; in doesNotReadTiedSource()
H A DBUFInstructions.td880 let TiedSourceNotRead = 1 in {
909 let TiedSourceNotRead = 1 in {
1174 let TiedSourceNotRead = 1 in {
1203 } // End TiedSourceNotRead
1269 let TiedSourceNotRead = 1 in {
1282 let TiedSourceNotRead = 1 in {
H A DFLATInstructions.td677 let TiedSourceNotRead = 1 in {
833 let TiedSourceNotRead = 1 in {
968 let TiedSourceNotRead = 1 in {
H A DDSInstructions.td649 let SubtargetPredicate = HasD16LoadStore, TiedSourceNotRead = 1 in {