Lines Matching refs:HasVIndex
5828 const bool HasVIndex = MI.getNumOperands() == NumVIndexOps; in legalizeBufferStore() local
5831 if (HasVIndex) { in legalizeBufferStore()
5884 .addImm(HasVIndex ? -1 : 0) // idxen(imm) in legalizeBufferStore()
5895 bool IsTyped, bool HasVIndex, MachineIRBuilder &B) { in buildBufferLoad() argument
5908 .addImm(HasVIndex ? -1 : 0) // idxen(imm) in buildBufferLoad()
5940 const bool HasVIndex = MI.getNumOperands() == NumVIndexOps + OpOffset; in legalizeBufferLoad() local
5942 if (HasVIndex) { in legalizeBufferLoad()
6014 Format, AuxiliaryData, MMO, IsTyped, HasVIndex, B); in legalizeBufferLoad()
6034 Format, AuxiliaryData, MMO, IsTyped, HasVIndex, B); in legalizeBufferLoad()
6041 Format, AuxiliaryData, MMO, IsTyped, HasVIndex, B); in legalizeBufferLoad()
6051 AuxiliaryData, MMO, IsTyped, HasVIndex, B); in legalizeBufferLoad()
6175 const bool HasVIndex = MI.getNumOperands() == NumVIndexOps; in legalizeBufferAtomic() local
6177 if (HasVIndex) { in legalizeBufferAtomic()
6206 .addImm(HasVIndex ? -1 : 0) // idxen(imm) in legalizeBufferAtomic()