Home
last modified time | relevance | path

Searched refs:FixedVectorType (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/llvm/
Dcompat.hpp132 return ::llvm::isa<::llvm::FixedVectorType>(type); in is_fixed_vector()
142 return ::llvm::cast<::llvm::FixedVectorType>(type)->getNumElements(); in get_fixed_vector_elements()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactor.cpp61 using FixedVectorType = VectorType; typedef
120 llvm::FixedVectorType *dstTy = llvm::cast<llvm::FixedVectorType>(dstType); in lowerPMOV()
184 if(llvm::FixedVectorType *vectorTy = llvm::dyn_cast<llvm::FixedVectorType>(ty)) in lowerRCP()
208 llvm::FixedVectorType *ty = llvm::cast<llvm::FixedVectorType>(x->getType()); in lowerVectorShl()
221 llvm::FixedVectorType *ty = llvm::cast<llvm::FixedVectorType>(x->getType()); in lowerVectorAShr()
234 llvm::FixedVectorType *ty = llvm::cast<llvm::FixedVectorType>(x->getType()); in lowerVectorLShr()
247 llvm::FixedVectorType *ty = llvm::cast<llvm::FixedVectorType>(x->getType()); in lowerMulAdd()
271 llvm::FixedVectorType *srcTy = llvm::cast<llvm::FixedVectorType>(x->getType()); in lowerPack()
307 llvm::FixedVectorType *ty = llvm::cast<llvm::FixedVectorType>(x->getType()); in lowerSignMask()
324 llvm::FixedVectorType *ty = llvm::cast<llvm::FixedVectorType>(x->getType()); in lowerFPSignMask()
[all …]