Home
last modified time | relevance | path

Searched refs:IsTyped (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.h182 MachineIRBuilder &B, bool IsTyped,
186 bool IsTyped) const;
H A DAMDGPULegalizerInfo.cpp4387 bool IsTyped, in legalizeBufferStore() argument
4404 const unsigned NumVIndexOps = IsTyped ? 8 : 7; in legalizeBufferStore()
4421 if (IsTyped) { in legalizeBufferStore()
4432 if (IsTyped) { in legalizeBufferStore()
4460 if (IsTyped) in legalizeBufferStore()
4475 bool IsTyped, bool HasVIndex, MachineIRBuilder &B) { in buildBufferLoad() argument
4484 if (IsTyped) in buildBufferLoad()
4496 bool IsTyped) const { in legalizeBufferLoad()
4516 const unsigned NumVIndexOps = IsTyped ? 8 : 7; in legalizeBufferLoad()
4532 if (IsTyped) { in legalizeBufferLoad()
[all …]