Home
last modified time | relevance | path

Searched refs:getTruncatedElementVectorType (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DDerivedTypes.h458 static VectorType *getTruncatedElementVectorType(VectorType *VTy) { in getTruncatedElementVectorType() function
486 VTy = VectorType::getTruncatedElementVectorType(VTy); in getSubdividedVectorType()
545 static FixedVectorType *getTruncatedElementVectorType(FixedVectorType *VTy) { in getTruncatedElementVectorType() function
547 VectorType::getTruncatedElementVectorType(VTy)); in getTruncatedElementVectorType()
596 getTruncatedElementVectorType(ScalableVectorType *VTy) { in getTruncatedElementVectorType() function
598 VectorType::getTruncatedElementVectorType(VTy)); in getTruncatedElementVectorType()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDerivedTypes.h486 static VectorType *getTruncatedElementVectorType(VectorType *VTy) { in getTruncatedElementVectorType() function
514 VTy = VectorType::getTruncatedElementVectorType(VTy); in getSubdividedVectorType()
/external/llvm/include/llvm/IR/
DDerivedTypes.h396 static VectorType *getTruncatedElementVectorType(VectorType *VTy) { in getTruncatedElementVectorType() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DDerivedTypes.h399 static VectorType *getTruncatedElementVectorType(VectorType *VTy) { in getTruncatedElementVectorType() function
/external/llvm/lib/IR/
DFunction.cpp825 return VectorType::getTruncatedElementVectorType(VTy); in DecodeFixedType()
1006 NewTy = VectorType::getTruncatedElementVectorType(VTy); in matchIntrinsicType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DFunction.cpp1008 return VectorType::getTruncatedElementVectorType(VTy); in DecodeFixedType()
1236 NewTy = VectorType::getTruncatedElementVectorType(VTy); in matchIntrinsicType()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DFunction.cpp1412 return VectorType::getTruncatedElementVectorType(VTy); in DecodeFixedType()
1655 NewTy = VectorType::getTruncatedElementVectorType(VTy); in matchIntrinsicType()
/external/clang/lib/CodeGen/
DCGBuiltin.cpp3550 llvm::Type *DTy =llvm::VectorType::getTruncatedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr()
3624 llvm::Type *SrcTy = llvm::VectorType::getTruncatedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr()
/external/swiftshader/src/Reactor/
DLLVMReactor.cpp237 llvm::VectorType *dstTy = llvm::VectorType::getTruncatedElementVectorType(srcTy); in lowerPack()