Home
last modified time | relevance | path

Searched defs:Swizzle (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUAsmUtils.cpp337 namespace Swizzle { namespace
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600OptimizeVectorRegisters.cpp197 unsigned Swizzle = (*It).second; in RebuildVector() local
257 unsigned Swizzle = MI.getOperand(i + Offset).getImm() + 1; in SwizzleInput() local
H A DR600InstrInfo.cpp351 Swizzle(std::vector<std::pair<int, unsigned>> Src, in Swizzle() function