Home
last modified time | relevance | path

Searched defs:baseName (Results 1 – 14 of 14) sorted by relevance

/llvm-project/mlir/include/mlir/Dialect/IRDL/
H A DIRDLVerifiers.h108 BaseAttrConstraint(TypeID baseTypeID, StringRef baseName) in BaseAttrConstraint()
122 StringRef baseName; variable
129 BaseTypeConstraint(TypeID baseTypeID, StringRef baseName) in BaseTypeConstraint()
143 StringRef baseName; variable
/llvm-project/mlir/lib/TableGen/
H A DConstraint.cpp90 auto checkBaseDefFn = [&](StringRef baseName) -> std::optional<StringRef> { in getBaseDefName() argument
/llvm-project/lld/COFF/
H A DLTO.cpp249 StringRef baseName = sys::path::stem(bitcodeFilePath); compile() local
H A DSymbolTable.cpp297 StringRef baseName = name; loadMinGWSymbols() local
/llvm-project/lld/ELF/
H A DLTO.cpp401 StringRef baseName = bitcodeFilePath.ends_with(")") compile() local
/llvm-project/mlir/lib/Dialect/IRDL/IR/
H A DIRDLOps.cpp74 StringRef baseName = getBaseName().value(); in getVerifier() local
H A DIRDL.cpp121 std::optional<StringRef> baseName = getBaseName(); verify() local
/llvm-project/clang/utils/TableGen/
H A DClangASTNodesEmitter.cpp62 std::string baseName(ASTNode node) { baseName() function in __anon45288b380111::ClangASTNodesEmitter
/llvm-project/flang/lib/Frontend/
H A DCompilerInstance.cpp90 createDefaultOutputFile(bool binary,llvm::StringRef baseName,llvm::StringRef extension) createDefaultOutputFile() argument
/llvm-project/mlir/lib/Conversion/GPUToLLVMSPV/
H A DGPUToLLVMSPV.cpp235 StringRef baseName = getBaseName(op.getMode()); getFuncName() local
/llvm-project/libcxx/benchmarks/
H A Dordered_set.bench.cpp
H A Dmap.bench.cpp
/llvm-project/mlir/tools/mlir-tblgen/
H A DOpInterfacesGen.cpp266 StringRef baseName = base.getName(); emitConceptDecl() local
/llvm-project/flang/lib/Optimizer/Transforms/
H A DSimplifyIntrinsics.cpp999 getOrCreateFunction(fir::FirOpBuilder & builder,const mlir::StringRef & baseName,FunctionTypeGeneratorTy typeGenerator,FunctionBodyGeneratorTy bodyGenerator) getOrCreateFunction() argument