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 MachineIRBuilder &B, bool IsTyped,
206 bool IsTyped) const;
H A DAMDGPULegalizerInfo.cpp5807 bool IsTyped, in legalizeBufferStore() argument
5825 const unsigned NumVIndexOps = IsTyped ? 8 : 7; in legalizeBufferStore()
5842 if (IsTyped) { in legalizeBufferStore()
5852 if (IsTyped) { in legalizeBufferStore()
5880 if (IsTyped) in legalizeBufferStore()
5895 bool IsTyped, bool HasVIndex, MachineIRBuilder &B) { in buildBufferLoad() argument
5904 if (IsTyped) in buildBufferLoad()
5916 bool IsTyped) const { in legalizeBufferLoad()
5937 const unsigned NumVIndexOps = IsTyped ? 8 : 7; in legalizeBufferLoad()
5953 if (IsTyped) { in legalizeBufferLoad()
[all …]