Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.h202 bool IsTyped, bool IsFormat) const;
204 bool IsFormat, bool IsTyped) const;
H A DAMDGPULegalizerInfo.cpp5917 bool IsTyped, in legalizeBufferStore() argument
5940 const unsigned NumVIndexOps = IsTyped ? 8 : 7; in legalizeBufferStore()
5957 if (IsTyped) { in legalizeBufferStore()
5967 if (IsTyped) { in legalizeBufferStore()
5995 if (IsTyped) in legalizeBufferStore()
6010 bool IsTyped, bool HasVIndex, MachineIRBuilder &B) { in buildBufferLoad() argument
6019 if (IsTyped) in buildBufferLoad()
6030 bool IsTyped) const { in legalizeBufferLoad()
6055 const unsigned NumVIndexOps = IsTyped ? 8 : 7; in legalizeBufferLoad()
6071 if (IsTyped) { in legalizeBufferLoad()
[all …]