HomeSort by: relevance | last modified time | path
    Searched refs:IsFormat (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPULegalizerInfo.h 153 MachineIRBuilder &B, bool IsFormat) const;
155 MachineIRBuilder &B, bool IsFormat) const;
157 bool IsFormat) const;
161 bool IsFormat) const;
163 MachineIRBuilder &B, bool IsFormat,
AMDGPULegalizerInfo.cpp 3636 MachineIRBuilder &B, Register VData, bool IsFormat) const {
3650 if (IsFormat)
3662 bool IsFormat) const {
3666 const bool IsD16 = IsFormat && (EltTy.getSizeInBits() == 16);
3669 VData = fixStoreSourceType(B, VData, IsFormat);
3709 } else if (IsFormat) {
3751 bool IsFormat,
3788 const bool IsD16 = IsFormat && (EltTy.getSizeInBits() == 16);
3800 } else if (IsFormat) {
SIISelLowering.h 110 SDValue lowerIntrinsicLoad(MemSDNode *M, bool IsFormat, SelectionDAG &DAG,
SIISelLowering.cpp 4641 SDValue SITargetLowering::lowerIntrinsicLoad(MemSDNode *M, bool IsFormat,
4649 bool IsD16 = IsFormat && (EltType.getSizeInBits() == 16);
4652 IsFormat ? AMDGPUISD::BUFFER_LOAD_FORMAT : AMDGPUISD::BUFFER_LOAD;
6955 const bool IsFormat = IntrID == Intrinsic::amdgcn_raw_buffer_load_format;
6971 return lowerIntrinsicLoad(M, IsFormat, DAG, Ops);
6975 const bool IsFormat = IntrID == Intrinsic::amdgcn_struct_buffer_load_format;
6992 return lowerIntrinsicLoad(cast<MemSDNode>(Op), IsFormat, DAG, Ops);
7700 const bool IsFormat =
7706 bool IsD16 = IsFormat && (EltType.getSizeInBits() == 16);
7731 IsFormat ? AMDGPUISD::BUFFER_STORE_FORMAT : AMDGPUISD::BUFFER_STORE
    [all...]

Completed in 62 milliseconds