Searched refs:IsFormat (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULegalizerInfo.h | 177 MachineIRBuilder &B, bool IsFormat) const; 179 MachineIRBuilder &B, bool IsFormat) const; 181 bool IsFormat) const; 185 bool IsFormat) const; 187 MachineIRBuilder &B, bool IsFormat,
|
| H A D | AMDGPULegalizerInfo.cpp | 4383 MachineIRBuilder &B, Register VData, bool IsFormat) const { in fixStoreSourceType() 4397 if (IsFormat) in fixStoreSourceType() 4409 bool IsFormat) const { in legalizeBufferStore() 4413 const bool IsD16 = IsFormat && (EltTy.getSizeInBits() == 16); in legalizeBufferStore() 4416 VData = fixStoreSourceType(B, VData, IsFormat); in legalizeBufferStore() 4456 } else if (IsFormat) { in legalizeBufferStore() 4495 bool IsFormat, in legalizeBufferLoad() argument 4533 const bool IsD16 = IsFormat && (EltTy.getSizeInBits() == 16); in legalizeBufferLoad() 4544 } else if (IsFormat) { in legalizeBufferLoad()
|
| H A D | SIISelLowering.h | 118 SDValue lowerIntrinsicLoad(MemSDNode *M, bool IsFormat, SelectionDAG &DAG,
|
| H A D | SIISelLowering.cpp | 4834 SDValue SITargetLowering::lowerIntrinsicLoad(MemSDNode *M, bool IsFormat, in lowerIntrinsicLoad() argument 4842 bool IsD16 = IsFormat && (EltType.getSizeInBits() == 16); in lowerIntrinsicLoad() 4845 IsFormat ? AMDGPUISD::BUFFER_LOAD_FORMAT : AMDGPUISD::BUFFER_LOAD; in lowerIntrinsicLoad() 7344 const bool IsFormat = IntrID == Intrinsic::amdgcn_raw_buffer_load_format; in LowerINTRINSIC_W_CHAIN() local 7360 return lowerIntrinsicLoad(M, IsFormat, DAG, Ops); in LowerINTRINSIC_W_CHAIN() 7380 return lowerIntrinsicLoad(cast<MemSDNode>(Op), IsFormat, DAG, Ops); in LowerINTRINSIC_W_CHAIN() 8136 const bool IsFormat = in LowerINTRINSIC_VOID() local 8142 bool IsD16 = IsFormat && (EltType.getSizeInBits() == 16); in LowerINTRINSIC_VOID() 8167 IsFormat ? AMDGPUISD::BUFFER_STORE_FORMAT : AMDGPUISD::BUFFER_STORE; in LowerINTRINSIC_VOID() 8182 const bool IsFormat = in LowerINTRINSIC_VOID() local [all …]
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | resolve-labels.cpp | 101 template <typename A> constexpr bool IsFormat(const parser::Statement<A> &) { in IsFormat() function 150 if (IsFormat(statement)) { in ConstructBranchTargetFlags()
|