Home
last modified time | relevance | path

Searched refs:VINTRP (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrFormats.td33 field bit VINTRP = 0;
174 let TSFlags{13} = VINTRP;
529 let VINTRP = 1;
530 // VINTRP instructions read parameter values from LDS, but these parameter
H A DSIDefines.h74 VINTRP = 1 << 13, enumerator
H A DSIInstrInfo.h785 return MI.getDesc().TSFlags & SIInstrFlags::VINTRP; in isVINTRP()
789 return get(Opcode).TSFlags & SIInstrFlags::VINTRP; in isVINTRP()
H A DSIInstructions.td35 // VINTRP Instructions
43 // FIXME: Specify SchedRW for VINTRP instructions.