Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DBitReader.h62 LLVMModuleRef *OutM, char **OutMessage);
73 LLVMModuleRef *OutM);
76 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
79 LLVMBool LLVMGetBitcodeModule2(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM);
H A DIRReader.h39 LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
/llvm-project-15.0.7/llvm/lib/IRReader/
H A DIRReader.cpp111 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 DVPIntrinsicTest.cpp310 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 DX86ISelLowering.cpp38802 auto GetHOpSrc = [&](int M, int &OutM) { in canonicalizeShuffleMaskWithHorizOp() argument
38809 OutM = (M % 2); in canonicalizeShuffleMaskWithHorizOp()
38814 OutM = (M % 2) + 2; in canonicalizeShuffleMaskWithHorizOp()