Searched refs:OutM (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitReader.cpp | 79 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 D | BitReader.h | 62 LLVMModuleRef *OutM, char **OutMessage); 73 LLVMModuleRef *OutM); 76 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, 79 LLVMBool LLVMGetBitcodeModule2(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM);
|
H A D | IRReader.h | 39 LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
|
/freebsd/contrib/llvm-project/llvm/lib/IRReader/ |
H A D | IRReader.cpp | 113 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 D | X86ISelLowering.cpp | 39442 auto GetHOpSrc = [&](int M, int &OutM) { in canonicalizeShuffleMaskWithHorizOp() argument 39449 OutM = (M % 2); in canonicalizeShuffleMaskWithHorizOp() 39454 OutM = (M % 2) + 2; in canonicalizeShuffleMaskWithHorizOp()
|