Searched refs:vtp (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Transforms/ |
| H A D | Sparsification.cpp | 424 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 D | Merger.cpp | 832 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 D | insn-good-z14.s | 1605 #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 D | insn-bad-z13.s | 2650 #CHECK: vtp %v0 2652 vtp %v0
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/ |
| H A D | VectorTransforms.cpp | 2533 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 D | insns-z14.txt | 1856 # CHECK: vtp %v0 1859 # CHECK: vtp %v15 1862 # CHECK: vtp %v31
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrVector.td | 1816 def VTP : TestVRRg<"vtp", 0xE65F>;
|