Searched refs:VSAMPLE (Results 1 – 7 of 7) sorted by relevance
68 SIInstrFlags::VIMAGE | SIInstrFlags::VSAMPLE;
44 field bit VSAMPLE = 0;188 let TSFlags{22} = VSAMPLE;
86 VSAMPLE = 1 << 22, enumerator
616 return MI.getDesc().TSFlags & SIInstrFlags::VSAMPLE; in isVSAMPLE()620 return get(Opcode).TSFlags & SIInstrFlags::VSAMPLE; in isVSAMPLE()
234 class VSAMPLE <dag outs, string dns = ""> : MIMG<outs, dns> {236 let VSAMPLE = 1;404 : VSAMPLE<outs, dns>, VSAMPLEe<op> {
865 (SIInstrFlags::VIMAGE | SIInstrFlags::VSAMPLE)) in getInstruction()1204 bool IsVSample = TSFlags & SIInstrFlags::VSAMPLE; in convertMIMGInst()
4116 SIInstrFlags::MIMG | SIInstrFlags::VIMAGE | SIInstrFlags::VSAMPLE;4211 getNSAMaxSize(Desc.TSFlags & SIInstrFlags::VSAMPLE)) { in validateMIMGAddrSize()