Lines Matching refs:module_
37 : compCfg_(cfg), schedule_(schedule), circuit_(circuit), module_(module->GetModule()), in LLVMIRBuilder()
312 LLVMValueRef llvmFpAddr = CallingFp(module_, builder_, false); in GenPrologue()
500 LLVMValueRef spValue = ReadRegister(module_, builder_, metadataNode); in GetCurrentSP()
510 LLVMValueRef llvmFpAddr = CallingFp(module_, builder_, false); in SaveCurrentSP()
523 LLVMValueRef spValue = ReadRegister(module_, builder_, metadataNode); in SaveCurrentSP()
759 GenPrologue(module_, builder_); in VisitBlock()
855 LLVMValueRef globalValue = LLVMAddGlobal(module_, LLVMInt64Type(), "G"); in VisitRelocatableData()
1655 module_ = LLVMModuleCreateWithName(name.c_str()); in LLVMStubModule()
1656 LLVMSetTarget(module_, triple.c_str()); in LLVMStubModule()
1661 if (module_ != nullptr) { in ~LLVMStubModule()
1662 LLVMDisposeModule(module_); in ~LLVMStubModule()
1663 module_ = nullptr; in ~LLVMStubModule()
1686 stubFunctions_[StubId::STUB_##name] = LLVMAddFunction(module_, #name, funcType); \ in Initialize()
1706 return LLVMAddFunction(module_, stubDescriptor->GetName().c_str(), funcType); in GetLLVMFunctionByStubDescriptor()