Home
last modified time | relevance | path

Searched defs:unwrap (Results 1 – 25 of 26) sorted by relevance

12

/llvm-project/mlir/include/mlir/CAPI/
H A DSupport.h34 inline llvm::StringRef unwrap(MlirStringRef ref) { in unwrap() function
44 inline llvm::LogicalResult unwrap(MlirLogicalResult res) { in unwrap() function
H A DDiagnostics.h19 inline mlir::Diagnostic &unwrap(MlirDiagnostic diagnostic) { in unwrap() function
/llvm-project/mlir/lib/CAPI/Transforms/
H A DRewrite.cpp19 inline mlir::RewritePatternSet &unwrap(MlirRewritePatternSet module) { unwrap() function
29 unwrap(MlirFrozenRewritePatternSet module) { unwrap() function
58 inline mlir::PDLPatternModule *unwrap(MlirPDLPatternModule module) { unwrap() function
[all...]
/llvm-project/libcxx/test/support/
H A Dformat_string.h56 const char* unwrap(std::string& s) { return s.c_str(); } in unwrap() function
58 Arg const& unwrap(Arg& a) { in unwrap() function
/llvm-project/llvm/include/llvm/Target/
H A DCodeGenCWrappers.h25 inline std::optional<CodeModel::Model> unwrap(LLVMCodeModel Model, bool &JIT) { in unwrap() function
/llvm-project/mlir/unittests/TableGen/
H A DPassGenTest.cpp43 const auto unwrap = [](const std::unique_ptr<mlir::Pass> &pass) { in TEST() local
78 const auto unwrap = [](const std::unique_ptr<mlir::Pass> &pass) { TEST() local
111 const auto unwrap = [](const std::unique_ptr<mlir::Pass> &pass) { TEST() local
[all...]
/llvm-project/mlir/lib/CAPI/IR/
H A DDialectHandle.cpp12 unwrap(MlirDialectHandle handle) { in unwrap() function
H A DIR.cpp728 static mlir::WalkResult unwrap(MlirWalkResult result) { unwrap() function
[all...]
/llvm-project/llvm/lib/Object/
H A DObject.cpp24 inline OwningBinary<ObjectFile> *unwrap(LLVMObjectFileRef OF) { in unwrap() function
33 inline section_iterator *unwrap(LLVMSectionIteratorRef SI) { in unwrap() function
43 inline symbol_iterator *unwrap(LLVMSymbolIteratorRef SI) { in unwrap() function
53 inline relocation_iterator *unwrap(LLVMRelocationIteratorRef SI) { in unwrap() function
/llvm-project/mlir/include/mlir/IR/
H A DBlockSupport.h160 static OpT unwrap(Operation &op) { return cast<OpT>(op); } in unwrap() function
/llvm-project/mlir/include/mlir/Analysis/
H A DCallGraph.h163 static CallGraphNode *unwrap(const NodeMapT::value_type &value) { in unwrap() function
/llvm-project/clang-tools-extra/clangd/unittests/tweaks/
H A DTweakTesting.cpp42 llvm::StringRef unwrap(Context Ctx, llvm::StringRef Outer) { in unwrap() function
/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h320 inline Attribute unwrap(LLVMAttributeRef Attr) { unwrap() function
H A DDataLayout.h612 inline DataLayout *unwrap(LLVMTargetDataRef P) { unwrap() function
/llvm-project/clang/test/Analysis/Checkers/WebKit/
H A Dmock-types.h22 static T* unwrap(const StorageType& ptr) { return ptr; } unwrap() function
/llvm-project/llvm/lib/Passes/
H A DPassBuilderBindings.cpp40 static TargetMachine *unwrap(LLVMTargetMachineRef P) { unwrap() function
[all...]
/llvm-project/llvm/lib/Target/
H A DTarget.cpp29 inline TargetLibraryInfoImpl *unwrap(LLVMTargetLibraryInfoRef P) { in unwrap() function
H A DTargetMachineC.cpp53 static Target *unwrap(LLVMTargetRef P) { in unwrap() function
[all...]
/llvm-project/mlir/lib/IR/
H A DBlock.cpp324 Block *PredecessorIterator::unwrap(BlockOperand &value) { unwrap() function in PredecessorIterator
/llvm-project/mlir/lib/TableGen/
H A DOperator.cpp834 auto Operator::VariableDecoratorIterator::unwrap(llvm::Init *init) unwrap() function in Operator::VariableDecoratorIterator
/llvm-project/llvm/include/llvm/Support/
H A DError.h1459 inline Error unwrap(LLVMErrorRef ErrRef) { unwrap() function
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp46 inline SymbolStringPoolEntryUnsafe unwrap(LLVMOrcSymbolStringPoolEntryRef E) { unwrap() function
[all...]
/llvm-project/polly/lib/External/isl/interface/
H A Dtemplate_cpp.cc658 static Signature unwrap = { { Domain, Range }, { { { Domain, Range } } } }; variable
/llvm-project/polly/lib/External/isl/
H A Disl_space.c2859 isl_space *unwrap; in isl_space_unwrap() local
/llvm-project/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp1175 auto unwrap = [&](mlir::Type t) { verify() local

12