Searched refs:OutM (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/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,
|
| /llvm-project-15.0.7/llvm/lib/IRReader/ |
| H A D | IRReader.cpp | 111 LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, in LLVMParseIRInContext() argument 116 *OutM = in LLVMParseIRInContext() 119 if(!*OutM) { in LLVMParseIRInContext()
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | VPIntrinsicTest.cpp | 310 auto OutM = std::make_unique<Module>("", M->getContext()); in TEST_F() local 322 OutM.get(), F.getIntrinsicID(), FuncTy->getReturnType(), Values); in TEST_F()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 38802 auto GetHOpSrc = [&](int M, int &OutM) { in canonicalizeShuffleMaskWithHorizOp() argument 38809 OutM = (M % 2); in canonicalizeShuffleMaskWithHorizOp() 38814 OutM = (M % 2) + 2; in canonicalizeShuffleMaskWithHorizOp()
|