Home
last modified time | relevance | path

Searched refs:OutM (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitReader.cpp80 LLVMModuleRef *OutM, char **OutMessage) { in LLVMGetBitcodeModuleInContext() argument
96 *OutM = wrap((Module *)nullptr); in LLVMGetBitcodeModuleInContext()
100 *OutM = wrap(ModuleOrErr.get().release()); in LLVMGetBitcodeModuleInContext()
107 LLVMModuleRef *OutM) { in LLVMGetBitcodeModuleInContext2() argument
116 *OutM = wrap((Module *)nullptr); in LLVMGetBitcodeModuleInContext2()
120 *OutM = wrap(ModuleOrErr.get().release()); in LLVMGetBitcodeModuleInContext2()
124 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, in LLVMGetBitcodeModule() argument
126 return LLVMGetBitcodeModuleInContext(LLVMGetGlobalContext(), MemBuf, OutM, in LLVMGetBitcodeModule()
131 LLVMModuleRef *OutM) { in LLVMGetBitcodeModule2() argument
132 return LLVMGetBitcodeModuleInContext2(LLVMGetGlobalContext(), MemBuf, OutM); in LLVMGetBitcodeModule2()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DBitReader.h62 LLVMModuleRef *OutM, char **OutMessage);
68 LLVMModuleRef *OutM);
71 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
74 LLVMBool LLVMGetBitcodeModule2(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM);
H A DIRReader.h32 LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IRReader/
H A DIRReader.cpp111 LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, in LLVMParseIRInContext() argument
116 *OutM = in LLVMParseIRInContext()
119 if(!*OutM) { in LLVMParseIRInContext()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp36453 auto GetHOpSrc = [&](int M, int &OutM) { in canonicalizeShuffleMaskWithHorizOp() argument
36460 OutM = (M % 2); in canonicalizeShuffleMaskWithHorizOp()
36465 OutM = (M % 2) + 2; in canonicalizeShuffleMaskWithHorizOp()