Searched refs:IsFormat (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULegalizerInfo.h | 175 MachineIRBuilder &B, bool IsFormat) const; 177 MachineIRBuilder &B, bool IsFormat) const; 179 bool IsFormat) const; 183 bool IsFormat) const; 185 MachineIRBuilder &B, bool IsFormat,
|
| H A D | AMDGPULegalizerInfo.cpp | 4362 MachineIRBuilder &B, Register VData, bool IsFormat) const { in fixStoreSourceType() 4376 if (IsFormat) in fixStoreSourceType() 4388 bool IsFormat) const { in legalizeBufferStore() 4392 const bool IsD16 = IsFormat && (EltTy.getSizeInBits() == 16); in legalizeBufferStore() 4395 VData = fixStoreSourceType(B, VData, IsFormat); in legalizeBufferStore() 4435 } else if (IsFormat) { in legalizeBufferStore() 4495 bool IsFormat, in legalizeBufferLoad() argument 4542 const bool IsD16 = IsFormat && (EltTy.getSizeInBits() == 16); in legalizeBufferLoad() 4556 } else if (IsFormat) { in legalizeBufferLoad()
|
| H A D | SIISelLowering.h | 120 SDValue lowerIntrinsicLoad(MemSDNode *M, bool IsFormat, SelectionDAG &DAG,
|
| H A D | SIISelLowering.cpp | 4876 SDValue SITargetLowering::lowerIntrinsicLoad(MemSDNode *M, bool IsFormat, in lowerIntrinsicLoad() argument 4884 bool IsD16 = IsFormat && (EltType.getSizeInBits() == 16); in lowerIntrinsicLoad() 4890 if (IsFormat) { in lowerIntrinsicLoad() 7404 const bool IsFormat = IntrID == Intrinsic::amdgcn_raw_buffer_load_format; in LowerINTRINSIC_W_CHAIN() local 7420 return lowerIntrinsicLoad(M, IsFormat, DAG, Ops); in LowerINTRINSIC_W_CHAIN() 7424 const bool IsFormat = IntrID == Intrinsic::amdgcn_struct_buffer_load_format; in LowerINTRINSIC_W_CHAIN() local 7440 return lowerIntrinsicLoad(cast<MemSDNode>(Op), IsFormat, DAG, Ops); in LowerINTRINSIC_W_CHAIN() 8194 const bool IsFormat = in LowerINTRINSIC_VOID() local 8200 bool IsD16 = IsFormat && (EltType.getSizeInBits() == 16); in LowerINTRINSIC_VOID() 8225 IsFormat ? AMDGPUISD::BUFFER_STORE_FORMAT : AMDGPUISD::BUFFER_STORE; in LowerINTRINSIC_VOID() [all …]
|