Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrFormats.td151 field bit TiedSourceNotRead = 0;
251 let TSFlags{60} = TiedSourceNotRead;
H A DSIDefines.h170 TiedSourceNotRead = UINT64_C(1) << 60, enumerator
H A DSIInstrInfo.h990 return MI.getDesc().TSFlags & SIInstrFlags::TiedSourceNotRead; in doesNotReadTiedSource()
994 return get(Opcode).TSFlags & SIInstrFlags::TiedSourceNotRead; in doesNotReadTiedSource()
H A DBUFInstructions.td877 let TiedSourceNotRead = 1 in {
906 let TiedSourceNotRead = 1 in {
1153 let TiedSourceNotRead = 1 in {
1183 } // End TiedSourceNotRead
1252 let TiedSourceNotRead = 1 in {
1265 let TiedSourceNotRead = 1 in {
H A DFLATInstructions.td780 let TiedSourceNotRead = 1 in {
943 let TiedSourceNotRead = 1 in {
1087 let TiedSourceNotRead = 1 in {
H A DDSInstructions.td675 let SubtargetPredicate = HasD16LoadStore, TiedSourceNotRead = 1 in {