Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/orc/unittests/
H A Derror_test.cpp43 const std::string &getV2() const { return V2; } in getV2() function in __anon5752f2910111::CustomSubError
113 EXPECT_EQ(CSE->getV2(), "foo") << "Unexpected wrapped value"; in TEST()
/llvm-project-15.0.7/mlir/lib/Conversion/VectorToSPIRV/
H A DVectorToSPIRV.cpp359 shuffleOp, newResultType, adaptor.getV1(), adaptor.getV2(), in matchAndRewrite()
364 SmallVector<Value, 2> oldOperands = {adaptor.getV1(), adaptor.getV2()}; in matchAndRewrite()
/llvm-project-15.0.7/mlir/test/mlir-tblgen/
H A Dattr-or-type-format.td291 // TYPE: odsPrinter << getV2();
383 // TYPE: odsPrinter.printStrippedAttrOrType(getV2());
/llvm-project-15.0.7/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp577 loc, adaptor.getV1(), adaptor.getV2(), maskArrayAttr); in matchAndRewrite()
595 value = adaptor.getV2(); in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp2114 p << ' ' << getV1() << ", " << getV2() << " " << getMask(); in print()
2116 p << " : " << getV1().getType() << ", " << getV2().getType(); in print()
2149 Type type2 = getV2().getType(); in verify()
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp1852 return getV2(); in fold()
1890 auto v2Splat = op.getV2().getDefiningOp<SplatOp>(); in matchAndRewrite()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Vector/IR/
H A DVectorOps.td481 return getV2().getType().cast<VectorType>();