Searched refs:Swizzle (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600OptimizeVectorRegisters.cpp | 193 unsigned Swizzle = It.second; in RebuildVector() local 194 unsigned Chan = getReassignedChan(RemapChan, Swizzle); in RebuildVector() 251 unsigned Swizzle = MI.getOperand(i + Offset).getImm() + 1; in SwizzleInput() local 253 if (J.first == Swizzle) { in SwizzleInput()
|
H A D | R600Instructions.td | 1637 // This opcode has custom swizzle pattern encoded in Swizzle Encoder 1639 // This opcode has custom swizzle pattern encoded in Swizzle Encoder 1641 // This opcode has custom swizzle pattern encoded in Swizzle Encoder 1643 // This opcode has custom swizzle pattern encoded in Swizzle Encoder 1645 // This opcode has custom swizzle pattern encoded in Swizzle Encoder 1647 // This opcode has custom swizzle pattern encoded in Swizzle Encoder
|
H A D | SIDefines.h | 836 namespace Swizzle { // Encoding of swizzle macro used in ds_swizzle_b32.
|
H A D | R600InstrInfo.cpp | 350 Swizzle(std::vector<std::pair<int, unsigned>> Src, in Swizzle() function 414 Swizzle(IGSrcs[i], Swz[i]); in isLegalUpTo()
|
H A D | SIInstrInfo.td | 881 const bool Swizzle = 885 return CurDAG->getTargetConstant(Swizzle, SDLoc(N), MVT::i8); 930 def Swizzle : CustomOperand<i16, 1>;
|
H A D | DSInstructions.td | 620 def DS_SWIZZLE_B32 : DS_1A_RET <"ds_swizzle_b32", VGPR_32, 0, Swizzle>;
|
H A D | AMDGPUInstructionSelector.cpp | 5679 const bool Swizzle = MI.getOperand(OpIdx).getImm() & in renderExtractSWZ() local 5682 MIB.addImm(Swizzle); in renderExtractSWZ()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUAsmUtils.h | 107 namespace Swizzle { // Symbolic names for the swizzle(...) syntax.
|
H A D | AMDGPUAsmUtils.cpp | 646 namespace Swizzle { namespace
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | AMDGPUInstPrinter.cpp | 1582 using namespace llvm::AMDGPU::Swizzle; in printSwizzleBitmask() 1614 using namespace llvm::AMDGPU::Swizzle; in printSwizzle()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 7921 using namespace llvm::AMDGPU::Swizzle; in encodeBitmaskPerm() 7966 using namespace llvm::AMDGPU::Swizzle; in parseSwizzleQuadPerm() 7982 using namespace llvm::AMDGPU::Swizzle; in parseSwizzleBroadcast() 8010 using namespace llvm::AMDGPU::Swizzle; in parseSwizzleReverse() 8032 using namespace llvm::AMDGPU::Swizzle; in parseSwizzleSwap() 8054 using namespace llvm::AMDGPU::Swizzle; in parseSwizzleBitmaskPerm() 8116 using namespace llvm::AMDGPU::Swizzle; in parseSwizzleMacro()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyInstrSIMD.td | 588 // Swizzle lanes: i8x16.swizzle
|