/llvm-project/mlir/include/mlir/CAPI/ |
H A D | Support.h | 34 inline llvm::StringRef unwrap(MlirStringRef ref) { in unwrap() function 44 inline llvm::LogicalResult unwrap(MlirLogicalResult res) { in unwrap() function
|
H A D | Diagnostics.h | 19 inline mlir::Diagnostic &unwrap(MlirDiagnostic diagnostic) { in unwrap() function
|
/llvm-project/mlir/lib/CAPI/Transforms/ |
H A D | Rewrite.cpp | 19 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 D | format_string.h | 56 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 D | CodeGenCWrappers.h | 25 inline std::optional<CodeModel::Model> unwrap(LLVMCodeModel Model, bool &JIT) { in unwrap() function
|
/llvm-project/mlir/unittests/TableGen/ |
H A D | PassGenTest.cpp | 43 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 D | DialectHandle.cpp | 12 unwrap(MlirDialectHandle handle) { in unwrap() function
|
H A D | IR.cpp | 728 static mlir::WalkResult unwrap(MlirWalkResult result) { unwrap() function [all...] |
/llvm-project/llvm/lib/Object/ |
H A D | Object.cpp | 24 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 D | BlockSupport.h | 160 static OpT unwrap(Operation &op) { return cast<OpT>(op); } in unwrap() function
|
/llvm-project/mlir/include/mlir/Analysis/ |
H A D | CallGraph.h | 163 static CallGraphNode *unwrap(const NodeMapT::value_type &value) { in unwrap() function
|
/llvm-project/clang-tools-extra/clangd/unittests/tweaks/ |
H A D | TweakTesting.cpp | 42 llvm::StringRef unwrap(Context Ctx, llvm::StringRef Outer) { in unwrap() function
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | Attributes.h | 320 inline Attribute unwrap(LLVMAttributeRef Attr) { unwrap() function
|
H A D | DataLayout.h | 612 inline DataLayout *unwrap(LLVMTargetDataRef P) { unwrap() function
|
/llvm-project/clang/test/Analysis/Checkers/WebKit/ |
H A D | mock-types.h | 22 static T* unwrap(const StorageType& ptr) { return ptr; } unwrap() function
|
/llvm-project/llvm/lib/Passes/ |
H A D | PassBuilderBindings.cpp | 40 static TargetMachine *unwrap(LLVMTargetMachineRef P) { unwrap() function [all...] |
/llvm-project/llvm/lib/Target/ |
H A D | Target.cpp | 29 inline TargetLibraryInfoImpl *unwrap(LLVMTargetLibraryInfoRef P) { in unwrap() function
|
H A D | TargetMachineC.cpp | 53 static Target *unwrap(LLVMTargetRef P) { in unwrap() function [all...] |
/llvm-project/mlir/lib/IR/ |
H A D | Block.cpp | 324 Block *PredecessorIterator::unwrap(BlockOperand &value) { unwrap() function in PredecessorIterator
|
/llvm-project/mlir/lib/TableGen/ |
H A D | Operator.cpp | 834 auto Operator::VariableDecoratorIterator::unwrap(llvm::Init *init) unwrap() function in Operator::VariableDecoratorIterator
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | Error.h | 1459 inline Error unwrap(LLVMErrorRef ErrRef) { unwrap() function
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | OrcV2CBindings.cpp | 46 inline SymbolStringPoolEntryUnsafe unwrap(LLVMOrcSymbolStringPoolEntryRef E) { unwrap() function [all...] |
/llvm-project/polly/lib/External/isl/interface/ |
H A D | template_cpp.cc | 658 static Signature unwrap = { { Domain, Range }, { { { Domain, Range } } } }; variable
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_space.c | 2859 isl_space *unwrap; in isl_space_unwrap() local
|
/llvm-project/flang/lib/Optimizer/Dialect/ |
H A D | FIROps.cpp | 1175 auto unwrap = [&](mlir::Type t) { verify() local
|