Home
last modified time | relevance | path

Searched refs:vtp (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparsification.cpp424 Location loc, VectorType vtp) { in genVectorReducInit() argument
433 loc, r, constantZero(builder, loc, vtp), in genVectorReducInit()
442 return builder.create<vector::BroadcastOp>(loc, vtp, r); in genVectorReducInit()
449 Location loc, VectorType vtp) { in genVectorReducEnd() argument
614 VectorType vtp = vectorType(codegen, ptr); in genVectorLoad() local
615 Value pass = constantZero(builder, loc, vtp); in genVectorLoad()
647 VectorType vtp = vectorType(codegen, val.getType()); in genVectorInvariantValue() local
888 if (auto vtp = i.getType().dyn_cast<VectorType>()) { in genAddress() local
907 VectorType vtp = vectorType(codegen, itype); in genIndexValue() local
911 if (vtp.isScalable()) { in genIndexValue()
[all …]
/llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Utils/
H A DMerger.cpp832 if (auto vtp = src.getType().dyn_cast<VectorType>()) in inferType() local
833 return VectorType::get(vtp.getNumElements(), dtp, vtp.getNumScalableDims()); in inferType()
/llvm-project-15.0.7/llvm/test/MC/SystemZ/
H A Dinsn-good-z14.s1605 #CHECK: vtp %v0 # encoding: [0xe6,0x00,0x00,0x00,0x00,0x5f]
1606 #CHECK: vtp %v15 # encoding: [0xe6,0x0f,0x00,0x00,0x00,0x5f]
1607 #CHECK: vtp %v31 # encoding: [0xe6,0x0f,0x00,0x00,0x04,0x5f]
1609 vtp %v0
1610 vtp %v15
1611 vtp %v31
H A Dinsn-bad-z13.s2650 #CHECK: vtp %v0
2652 vtp %v0
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransforms.cpp2533 VectorType vtp = xferOp.getVectorType(); in matchAndRewrite() local
2547 VectorType::get(vtp.getShape(), rewriter.getI1Type(), in matchAndRewrite()
2548 vtp.getNumScalableDims()), in matchAndRewrite()
/llvm-project-15.0.7/llvm/test/MC/Disassembler/SystemZ/
H A Dinsns-z14.txt1856 # CHECK: vtp %v0
1859 # CHECK: vtp %v15
1862 # CHECK: vtp %v31
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZInstrVector.td1816 def VTP : TestVRRg<"vtp", 0xE65F>;