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.td147 field bit TiedSourceNotRead = 0;
246 let TSFlags{60} = TiedSourceNotRead;
H A DSIDefines.h169 TiedSourceNotRead = UINT64_C(1) << 60, enumerator
H A DSIInstrInfo.h958 return MI.getDesc().TSFlags & SIInstrFlags::TiedSourceNotRead; in doesNotReadTiedSource()
962 return get(Opcode).TSFlags & SIInstrFlags::TiedSourceNotRead; in doesNotReadTiedSource()
H A DBUFInstructions.td882 let TiedSourceNotRead = 1 in {
911 let TiedSourceNotRead = 1 in {
1170 let TiedSourceNotRead = 1 in {
1199 } // End TiedSourceNotRead
1267 let TiedSourceNotRead = 1 in {
1280 let TiedSourceNotRead = 1 in {
H A DFLATInstructions.td662 let TiedSourceNotRead = 1 in {
822 let TiedSourceNotRead = 1 in {
953 let TiedSourceNotRead = 1 in {
H A DDSInstructions.td638 let SubtargetPredicate = HasD16LoadStore, TiedSourceNotRead = 1 in {