Searched refs:VSAMPLE (Results 1 – 6 of 6) sorted by relevance
44 field bit VSAMPLE = 0;184 let TSFlags{22} = VSAMPLE;
85 VSAMPLE = 1 << 22, enumerator
597 return MI.getDesc().TSFlags & SIInstrFlags::VSAMPLE; in isVSAMPLE()601 return get(Opcode).TSFlags & SIInstrFlags::VSAMPLE; in isVSAMPLE()
232 class VSAMPLE <dag outs, string dns = ""> : MIMG<outs, dns> {234 let VSAMPLE = 1;402 : VSAMPLE<outs, dns>, VSAMPLEe<op> {
713 (SIInstrFlags::VIMAGE | SIInstrFlags::VSAMPLE)) in getInstruction()979 bool IsVSample = TSFlags & SIInstrFlags::VSAMPLE; in convertMIMGInst()
3856 SIInstrFlags::MIMG | SIInstrFlags::VIMAGE | SIInstrFlags::VSAMPLE;3950 getNSAMaxSize(Desc.TSFlags & SIInstrFlags::VSAMPLE)) { in validateMIMGAddrSize()