Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitReader.cpp79 LLVMModuleRef *OutM, char **OutMessage) { in LLVMGetBitcodeModuleInContext() argument
95 *OutM = wrap((Module *)nullptr); in LLVMGetBitcodeModuleInContext()
99 *OutM = wrap(ModuleOrErr.get().release()); in LLVMGetBitcodeModuleInContext()
106 LLVMModuleRef *OutM) { in LLVMGetBitcodeModuleInContext2() argument
115 *OutM = wrap((Module *)nullptr); in LLVMGetBitcodeModuleInContext2()
119 *OutM = wrap(ModuleOrErr.get().release()); in LLVMGetBitcodeModuleInContext2()
123 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, in LLVMGetBitcodeModule() argument
125 return LLVMGetBitcodeModuleInContext(LLVMGetGlobalContext(), MemBuf, OutM, in LLVMGetBitcodeModule()
130 LLVMModuleRef *OutM) { in LLVMGetBitcodeModule2() argument
131 return LLVMGetBitcodeModuleInContext2(LLVMGetGlobalContext(), MemBuf, OutM); in LLVMGetBitcodeModule2()
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DBitReader.h65 LLVMModuleRef *OutM,
77 LLVMModuleRef *OutM);
81 LLVMModuleRef *OutM,
85 LLVMModuleRef *OutM);
H A DIRReader.h41 LLVMModuleRef *OutM,
/freebsd/contrib/llvm-project/llvm/lib/IRReader/
H A DIRReader.cpp113 LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, in LLVMParseIRInContext() argument
118 *OutM = in LLVMParseIRInContext()
121 if(!*OutM) { in LLVMParseIRInContext()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp40903 auto GetHOpSrc = [&](int M, int &OutM) { in canonicalizeShuffleMaskWithHorizOp() argument
40910 OutM = (M % 2); in canonicalizeShuffleMaskWithHorizOp()
40915 OutM = (M % 2) + 2; in canonicalizeShuffleMaskWithHorizOp()