Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIInstrFormats.td147 field bit TiedSourceNotRead = 0;
246 let TSFlags{60} = TiedSourceNotRead;
HDSIDefines.h169 TiedSourceNotRead = UINT64_C(1) << 60, enumerator
HDSIInstrInfo.h958 return MI.getDesc().TSFlags & SIInstrFlags::TiedSourceNotRead; in doesNotReadTiedSource()
962 return get(Opcode).TSFlags & SIInstrFlags::TiedSourceNotRead; in doesNotReadTiedSource()
HDBUFInstructions.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 {
HDFLATInstructions.td662 let TiedSourceNotRead = 1 in {
822 let TiedSourceNotRead = 1 in {
953 let TiedSourceNotRead = 1 in {
HDDSInstructions.td638 let SubtargetPredicate = HasD16LoadStore, TiedSourceNotRead = 1 in {