Home
last modified time | relevance | path

Searched refs:LLVMShuffleVectors (Results 1 – 3 of 3) sorted by relevance

/dports/devel/ispc/ispc-1.16.1/src/
H A Dllvmutil.h330 extern llvm::Value *LLVMShuffleVectors(llvm::Value *v1, llvm::Value *v2, int32_t shuf[], int shufSi…
H A Dopt.cpp3579 … ret.back().load = LLVMShuffleVectors(loadOps[i].load, loadOps[i].load, shuf[0], 4, insertBefore); in lSplit8WideLoads()
3582 … ret.back().load = LLVMShuffleVectors(loadOps[i].load, loadOps[i].load, shuf[1], 4, insertBefore); in lSplit8WideLoads()
3701 result = LLVMShuffleVectors(load.load, result, shuf, 4, insertBefore); in lApplyLoad4()
3796 … result = LLVMShuffleVectors(firstMatch->load, loadop.load, shuffle, 4, insertBefore); in lApplyLoad4s()
3807 result = LLVMShuffleVectors(result, loadop.load, shuffle, 4, insertBefore); in lApplyLoad4s()
3813 return LLVMShuffleVectors(firstMatch->load, result, firstMatchElements, 4, insertBefore); in lApplyLoad4s()
H A Dllvmutil.cpp1587 return LLVMShuffleVectors(v1, v2, identity, resultSize, insertBefore); in LLVMConcatVectors()
1594 llvm::Value *LLVMShuffleVectors(llvm::Value *v1, llvm::Value *v2, int32_t shuf[], int shufSize, in LLVMShuffleVectors() function