Home
last modified time | relevance | path

Searched refs:Gather4 (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrFormats.td69 field bit Gather4 = 0;
203 let TSFlags{37} = Gather4;
H A DSIDefines.h107 Gather4 = UINT64_C(1) << 37, enumerator
H A DMIMGInstructions.td43 bit Gather4 = 0;
65 "Gather4", "NumExtraArgs", "Gradients", "G16", "Coordinates",
1505 let Gather4 = 1;
1509 Gather4 = 1 in {
1621 let Gather4 = 1; /* for appropriate dmask handling */
1626 Gather4 = 1, hasPostISelHook = 0, mayLoad = 1 in {
H A DSIInstrInfo.h605 return MI.getDesc().TSFlags & SIInstrFlags::Gather4; in isGather4()
609 return get(Opcode).TSFlags & SIInstrFlags::Gather4; in isGather4()
H A DAMDGPU.td295 "Image Gather4 D16 hardware bug"
H A DSIISelLowering.cpp1220 if (!BaseOpcode->Gather4) { in getTgtMemIntrinsic()
7950 DMaskLanes = BaseOpcode->Gather4 ? 4 : llvm::popcount(DMask); in lowerImage()
7985 !(BaseOpcode->Gather4 && Subtarget->hasImageGather4D16Bug())) in lowerImage()
H A DAMDGPUInstructionSelector.cpp1867 DMaskLanes = BaseOpcode->Gather4 ? 4 : llvm::popcount(DMask); in selectImageIntrinsic()
H A DAMDGPULegalizerInfo.cpp6362 if (BaseOpcode->Gather4) { in legalizeImageIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h396 bool Gather4; member
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp978 bool IsGather4 = TSFlags & SIInstrFlags::Gather4; in convertMIMGInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp3885 (Desc.TSFlags & SIInstrFlags::Gather4) ? 4 : llvm::popcount(DMask); in validateMIMGDataSize()
4000 if ((Desc.TSFlags & SIInstrFlags::Gather4) == 0) in validateMIMGGatherDMask()