Searched refs:getV2 (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/orc/unittests/ |
| H A D | error_test.cpp | 43 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 D | VectorToSPIRV.cpp | 359 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 D | attr-or-type-format.td | 291 // TYPE: odsPrinter << getV2(); 383 // TYPE: odsPrinter.printStrippedAttrOrType(getV2());
|
| /llvm-project-15.0.7/mlir/lib/Conversion/VectorToLLVM/ |
| H A D | ConvertVectorToLLVM.cpp | 577 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 D | LLVMDialect.cpp | 2114 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 D | VectorOps.cpp | 1852 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 D | VectorOps.td | 481 return getV2().getType().cast<VectorType>();
|