HomeSort by: relevance | last modified time | path
    Searched defs:unwrap (Results 1 - 24 of 24) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Target/
CodeGenCWrappers.h 25 inline Optional<CodeModel::Model> unwrap(LLVMCodeModel Model, bool &JIT) { function in namespace:llvm
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
LLVMContext.h 325 inline LLVMContext **unwrap(LLVMContextRef* Tys) { function in namespace:llvm
Attributes.h 244 inline Attribute unwrap(LLVMAttributeRef Attr) { function in namespace:llvm
DataLayout.h 594 inline DataLayout *unwrap(LLVMTargetDataRef P) { function in namespace:llvm
Module.h 951 inline Module *unwrap(LLVMModuleProviderRef MP) { function in namespace:llvm
Value.h 1049 inline Value **unwrap(LLVMValueRef *Vals) { function in class:llvm::Value
1054 inline T **unwrap(LLVMValueRef *Vals, unsigned Length) { function in class:llvm::Value
1057 unwrap<T>(*I); // For side effect of calling assert on invalid usage.
Metadata.h 147 inline Metadata **unwrap(LLVMMetadataRef *MDs) { function
  /src/external/apache2/llvm/dist/llvm/lib/Passes/
PassBuilderBindings.cpp 39 static TargetMachine *unwrap(LLVMTargetMachineRef P) { function
49 TargetMachine *Machine = unwrap(TM);
50 LLVMPassBuilderOptions *PassOpts = unwrap(Options);
54 Module *Mod = unwrap(M);
88 unwrap(Options)->VerifyEach = VerifyEach;
93 unwrap(Options)->DebugLogging = DebugLogging;
98 unwrap(Options)->PTO.LoopInterleaving = LoopInterleaving;
103 unwrap(Options)->PTO.LoopVectorization = LoopVectorization;
108 unwrap(Options)->PTO.SLPVectorization = SLPVectorization;
113 unwrap(Options)->PTO.LoopUnrolling = LoopUnrolling
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/
Target.cpp 29 inline TargetLibraryInfoImpl *unwrap(LLVMTargetLibraryInfoRef P) { function
44 initializeTarget(*unwrap(R));
48 return wrap(&unwrap(M)->getDataLayout());
52 unwrap(M)->setDataLayout(*unwrap(DL));
60 delete unwrap(TD);
65 unwrap(PM)->add(new TargetLibraryInfoWrapperPass(*unwrap(TLI)));
69 std::string StringRep = unwrap(TD)->getStringRepresentation();
74 return unwrap(TD)->isLittleEndian() ? LLVMLittleEndian : LLVMBigEndian
    [all...]
TargetMachineC.cpp 34 static TargetMachine *unwrap(LLVMTargetMachineRef P) { function
37 static Target *unwrap(LLVMTargetRef P) { function
56 return wrap(unwrap(T)->getNext());
83 return unwrap(T)->getName();
87 return unwrap(T)->getShortDescription();
91 return unwrap(T)->hasJIT();
95 return unwrap(T)->hasTargetMachine();
99 return unwrap(T)->hasMCAsmBackend();
131 Optional<CodeModel::Model> CM = unwrap(CodeModel, JIT);
150 return wrap(unwrap(T)->createTargetMachine(Triple, CPU, Features, opt, RM, CM
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
PassManagerBuilder.h 256 inline PassManagerBuilder *unwrap(LLVMPassManagerBuilderRef P) { function in namespace:llvm
  /src/external/apache2/llvm/dist/llvm/lib/Object/
Object.cpp 23 inline OwningBinary<ObjectFile> *unwrap(LLVMObjectFileRef OF) { function
32 inline section_iterator *unwrap(LLVMSectionIteratorRef SI) { function
42 inline symbol_iterator *unwrap(LLVMSymbolIteratorRef SI) { function
52 inline relocation_iterator *unwrap(LLVMRelocationIteratorRef SI) { function
67 auto maybeContext = Context ? unwrap(Context) : nullptr;
69 createBinary(unwrap(MemBuf)->getMemBufferRef(), maybeContext));
79 auto Buf = unwrap(BR)->getMemoryBufferRef();
86 delete unwrap(BR);
132 return BinaryTypeMapper::mapBinaryTypeToLLVMBinaryType(unwrap(BR)->getType());
139 auto universal = cast<MachOUniversalBinary>(unwrap(BR))
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/
evp_libctx_test.c 530 unsigned char unwrap[256] = { 0, }; local
554 && TEST_int_eq(EVP_PKEY_decapsulate(rctx, unwrap, &unwraplen,
556 && TEST_mem_eq(unwrap, unwraplen, secret, secretlen);
565 if (!TEST_int_eq(EVP_PKEY_decapsulate(rctx, unwrap, &unwraplen, ct,
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Error.h 1357 inline Error unwrap(LLVMErrorRef ErrRef) { function in namespace:llvm
  /src/crypto/external/apache2/openssl/dist/test/
evp_libctx_test.c 582 unsigned char unwrap[256] = { local
611 && TEST_int_eq(EVP_PKEY_decapsulate(rctx, unwrap, &unwraplen,
614 && TEST_mem_eq(unwrap, unwraplen, secret, secretlen);
624 if (!TEST_int_eq(EVP_PKEY_decapsulate(rctx, unwrap, &unwraplen, ct,
  /src/external/bsd/file/dist/src/
file.c 191 file_private int unwrap(struct magic_set *, const char *);
292 e |= unwrap(magic, optarg);
528 * unwrap -- read a file of filenames, do each one.
531 unwrap(struct magic_set *ms, const char *fn) function
  /src/external/gpl3/binutils/dist/ld/
plugin.c 785 struct bfd_link_hash_entry *unwrap local
787 if (unwrap != NULL && unwrap != h)
  /src/external/gpl3/binutils.old/dist/ld/
plugin.c 786 struct bfd_link_hash_entry *unwrap local
788 if (unwrap != NULL && unwrap != h)
  /src/external/mit/isl/dist/include/isl/
typed_cpp.h 2394 inline typed::map<> unwrap() const = delete;
2561 inline typed::map<Domain> unwrap() const = delete;
2729 inline typed::map<Domain, Range> unwrap() const;
7014 inline typed::map<> unwrap() const = delete;
7177 inline typed::map<Domain> unwrap() const = delete;
7341 inline typed::map<Domain, Range> unwrap() const;
9547 inline typed::map<> unwrap() const = delete;
9728 inline typed::map<Domain> unwrap() const = delete;
9910 inline typed::map<Domain, Range> unwrap() const;
10215 inline typed::space<> unwrap() const = delete
22379 typed::map<Domain, Range> typed::basic_set<pair<Domain, Range>>::unwrap() const function in class:isl::typed::typed::basic_set
35253 typed::map<Domain, Range> typed::point<pair<Domain, Range>>::unwrap() const function in class:isl::typed::typed::point
42549 typed::map<Domain, Range> typed::set<pair<Domain, Range>>::unwrap() const function in class:isl::typed::typed::set
43360 typed::space<Domain, Range> typed::space<pair<Domain, Range>>::unwrap() const function in class:isl::typed::typed::space
52345 typed::union_map<Domain, Range> typed::union_set<pair<Domain, Range>>::unwrap() const function in class:isl::typed::typed::union_set
    [all...]
cpp-checked.h 1708 inline isl::checked::map unwrap() const;
2737 inline isl::checked::map unwrap() const;
3722 inline isl::checked::map unwrap() const;
3843 inline isl::checked::space unwrap() const;
4327 inline isl::checked::union_map unwrap() const;
8919 isl::checked::map basic_set::unwrap() const function in class:isl::checked::basic_set
8921 return isl::checked::set(*this).unwrap();
13534 isl::checked::map point::unwrap() const function in class:isl::checked::point
13536 return isl::checked::basic_set(*this).unwrap();
17588 isl::checked::map set::unwrap() cons function in class:isl::checked::set
18136 isl::checked::space space::unwrap() const function in class:isl::checked::space
20357 isl::checked::union_map union_set::unwrap() const function in class:isl::checked::union_set
    [all...]
cpp.h 1774 inline isl::map unwrap() const;
2803 inline isl::map unwrap() const;
3788 inline isl::map unwrap() const;
3909 inline isl::space unwrap() const;
4393 inline isl::union_map unwrap() const;
10763 isl::map basic_set::unwrap() const function in class:isl::basic_set
10767 return isl::set(*this).unwrap();
18179 isl::map point::unwrap() const function in class:isl::point
18183 return isl::basic_set(*this).unwrap();
24659 isl::map set::unwrap() cons function in class:isl::set
25619 isl::space space::unwrap() const function in class:isl::space
29468 isl::union_map union_set::unwrap() const function in class:isl::union_set
    [all...]
  /src/external/mit/isl/dist/
isl_space.c 2936 isl_space *unwrap; local
2945 unwrap = isl_space_copy(space->nested[1]);
2948 return unwrap;
  /src/external/mit/isl/dist/interface/
template_cpp.cc 662 static Signature unwrap = { { Domain, Range }, { { { Domain, Range } } } }; variable
917 { "unwrap", { unwrap } },
isl.py 11334 def unwrap(arg0): member in class:union_set
12332 def unwrap(arg0): member in class:set
17347 def unwrap(arg0): member in class:space

Completed in 153 milliseconds