Home
last modified time | relevance | path

Searched refs:IsFormat (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.h199 bool IsFormat) const;
202 bool IsTyped, bool IsFormat) const;
204 bool IsFormat, bool IsTyped) const;
H A DAMDGPULegalizerInfo.cpp5885 bool IsFormat) const { in fixStoreSourceType()
5907 if (IsFormat) in fixStoreSourceType()
5918 bool IsFormat) const { in legalizeBufferStore()
5925 const bool IsD16 = IsFormat && (EltTy.getSizeInBits() == 16); in legalizeBufferStore()
5932 VData = fixStoreSourceType(B, VData, MemTy, IsFormat); in legalizeBufferStore()
5970 } else if (IsFormat) { in legalizeBufferStore()
6029 bool IsFormat, in legalizeBufferLoad() argument
6099 const bool IsD16 = IsFormat && (EltTy.getSizeInBits() == 16); in legalizeBufferLoad()
6112 } else if (IsFormat) { in legalizeBufferLoad()
H A DSIISelLowering.h123 SDValue lowerIntrinsicLoad(MemSDNode *M, bool IsFormat, SelectionDAG &DAG,
H A DSIISelLowering.cpp6316 SDValue SITargetLowering::lowerIntrinsicLoad(MemSDNode *M, bool IsFormat, in lowerIntrinsicLoad() argument
6324 bool IsD16 = IsFormat && (EltType.getSizeInBits() == 16); in lowerIntrinsicLoad()
6329 unsigned Opc = IsFormat ? (IsTFE ? AMDGPUISD::BUFFER_LOAD_FORMAT_TFE in lowerIntrinsicLoad()
9499 const bool IsFormat = in LowerINTRINSIC_W_CHAIN() local
9518 return lowerIntrinsicLoad(M, IsFormat, DAG, Ops); in LowerINTRINSIC_W_CHAIN()
9526 const bool IsFormat = in LowerINTRINSIC_W_CHAIN() local
9544 return lowerIntrinsicLoad(cast<MemSDNode>(Op), IsFormat, DAG, Ops); in LowerINTRINSIC_W_CHAIN()
10257 const bool IsFormat = in LowerINTRINSIC_VOID() local
10264 bool IsD16 = IsFormat && (EltType.getSizeInBits() == 16); in LowerINTRINSIC_VOID()
10291 IsFormat ? AMDGPUISD::BUFFER_STORE_FORMAT : AMDGPUISD::BUFFER_STORE; in LowerINTRINSIC_VOID()
[all …]