| /llvm-project-15.0.7/mlir/test/lib/Transforms/ |
| H A D | TestControlFlowSink.cpp | 41 op->getName().getStringRef() == "test.sink_me"; in runOnOperation() 51 if (op->getName().getStringRef() != "test.sink_target") in runOnOperation()
|
| /llvm-project-15.0.7/mlir/test/lib/Reducer/ |
| H A D | MLIRTestReducer.cpp | 38 StringRef opName = op->getName().getStringRef(); in runOnOperation()
|
| /llvm-project-15.0.7/mlir/unittests/IR/ |
| H A D | PatternMatchTest.cpp | 28 ASSERT_EQ(ops.front().getStringRef(), test::OpB::getOperationName()); in TEST()
|
| H A D | InterfaceAttachmentTest.cpp | 272 return op->getName().getStringRef().size() + arg; in getNameLengthPlusArg() 286 return op->getName().getStringRef().size() + arg; in getNameLengthPlusArg() 344 return op->getName().getStringRef().size() + arg; in getNameLengthPlusArg()
|
| /llvm-project-15.0.7/mlir/test/lib/Dialect/Affine/ |
| H A D | TestLoopMapping.cpp | 47 if (op->getName().getStringRef() != "new_processor_id_and_range") in runOnOperation()
|
| H A D | TestVectorizationUtils.cpp | 144 return op.getName().getStringRef() == "slicing-test-op"; in patternTestSlicingOps() 196 return op.getName().getStringRef() == in customOpWithAffineMapAttribute()
|
| /llvm-project-15.0.7/mlir/test/lib/IR/ |
| H A D | TestOperationEquals.cpp | 38 llvm::outs() << first->getName().getStringRef() << " with attr " in runOnOperation()
|
| /llvm-project-15.0.7/mlir/lib/CAPI/Dialect/ |
| H A D | Linalg.cpp | 23 dialect->getRegionBuilder(op->getName().getStringRef()); in mlirLinalgFillBuiltinNamedOpRegion()
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Bufferization/IR/ |
| H A D | BufferizableOpInterface.h | 103 return op->getName().getStringRef() == opName; in allowOperation() 113 return op->getName().getStringRef() == opName; in denyOperation()
|
| /llvm-project-15.0.7/mlir/lib/Transforms/ |
| H A D | OpStats.cpp | 48 [&](Operation *op) { ++opCount[op->getName().getStringRef()]; }); in runOnOperation()
|
| H A D | Inliner.cpp | 787 StringRef opName = callable->getName().getStringRef(); in optimizeCallable()
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | InputSection.h | 207 StringRef getStringRef(size_t i) const { in getStringRef() function 219 return {getStringRef(i), pieces[i].hash}; in getCachedHashStringRef()
|
| H A D | MapFile.cpp | 90 StringRef str = isec->getStringRef(&piece - &(*isec->pieces.begin())); in getSymbolStrings()
|
| /llvm-project-15.0.7/mlir/test/lib/Rewrite/ |
| H A D | TestPDLByteCode.cpp | 19 return success(rootOp->getName().getStringRef() == "test.op"); in customSingleEntityConstraint()
|
| /llvm-project-15.0.7/mlir/lib/Pass/ |
| H A D | PassTiming.cpp | 76 return ("'" + (name ? name->getStringRef() : "any") + "' Pipeline").str(); in runBeforePipeline()
|
| /llvm-project-15.0.7/mlir/lib/CAPI/IR/ |
| H A D | Pass.cpp | 128 return opName.getStringRef() == specifiedOpName; in canScheduleOn()
|
| /llvm-project-15.0.7/mlir/test/lib/Dialect/Test/ |
| H A D | TestInterfaces.td | 102 "return arg * $_op->getName().getStringRef().size();">,
|
| H A D | TestDialect.cpp | 391 op->getName().getStringRef() == "test.unregistered_side_effect_op"; in classof() 497 StringRef opName = op->getName().getStringRef(); in getOperationPrinter() 1021 if (innerOp.getName().getStringRef().equals("special.op")) { in print()
|
| H A D | TestPatterns.cpp | 199 StringRef opName = op->getName().getStringRef(); in runOnOperation() 1068 assert(op->getName().getStringRef() == in matchAndRewrite()
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | Operation.cpp | 125 name.getStringRef() + in Operation() 601 result.name.getStringRef())) in parse() 621 StringRef name = op->getName().getStringRef(); in printOpName()
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | OperationSupport.h | 201 StringRef stripDialect() const { return getStringRef().split('.').second; } in stripDialect() 204 StringRef getStringRef() const { return getIdentifier(); } in getStringRef() function
|
| H A D | OpDefinition.h | 921 terminator.getName().getStringRef() + "'") in verifyRegionTrait() 1650 if (op->getName().getStringRef() == ConcreteType::getOperationName())
|
| /llvm-project-15.0.7/mlir/include/mlir/Pass/ |
| H A D | Pass.h | 362 return opName.getStringRef() == getOpName(); in canScheduleOn()
|
| /llvm-project-15.0.7/mlir/lib/Tools/mlir-lsp-server/ |
| H A D | MLIRServer.cpp | 619 symbols.emplace_back("<" + op->getName().getStringRef() + ">", in findDocumentSymbols() 670 op.getStringRef().drop_front(dialectName.size() + 1), in completeOperationName()
|
| /llvm-project-15.0.7/mlir/lib/Target/SPIRV/Serialization/ |
| H A D | SerializeOps.cpp | 142 << enclosedOp.getName().getStringRef(); in processSpecConstantOperationOp()
|