Home
last modified time | relevance | path

Searched refs:Wrapper (Results 1 – 25 of 68) sorted by relevance

123

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp40 std::unique_ptr<OProfileWrapper> Wrapper; member in __anon6923ce330111::OProfileJITEventListener
47 : Wrapper(std::move(LibraryWrapper)) { in OProfileJITEventListener()
60 if (!Wrapper->op_open_agent()) { in initialize()
70 if (Wrapper->isAgentAvailable()) { in ~OProfileJITEventListener()
71 if (Wrapper->op_close_agent() == -1) { in ~OProfileJITEventListener()
84 if (!Wrapper->isAgentAvailable()) { in notifyObjectLoaded()
108 if (Wrapper->op_write_native_code(Name.data(), Addr, (void *)Addr, Size) == in notifyObjectLoaded()
131 if (Wrapper->op_write_debug_line_info((void *)Addr, num_entries, in notifyObjectLoaded()
144 if (Wrapper->isAgentAvailable()) { in notifyFreeingObject()
163 if (Wrapper->op_unload_native_code(Addr) == -1) { in notifyFreeingObject()
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp127 Function::arg_iterator AI = Wrapper->arg_begin(); in CreateWrapper()
128 Function::arg_iterator AE = Wrapper->arg_end(); in CreateWrapper()
209 Wrapper->eraseFromParent(); in CreateWrapper()
210 Wrapper = Function::Create(Ty, Function::PrivateLinkage, in CreateWrapper()
214 Wrapper->setName(F->getName() + "_bitcast_invalid"); in CreateWrapper()
218 Wrapper->eraseFromParent(); in CreateWrapper()
222 return Wrapper; in CreateWrapper()
291 Function *Wrapper = Pair.first->second; in runOnModule() local
292 if (!Wrapper) in runOnModule()
296 U->get()->replaceAllUsesWith(Wrapper); in runOnModule()
[all …]
H A DWebAssemblyISD.def21 HANDLE_NODETYPE(Wrapper)
H A DWebAssemblyISelLowering.cpp970 WebAssemblyISD::Wrapper, DL, VT, in LowerGlobalAddress()
988 WebAssemblyISD::Wrapper, DL, VT, in LowerExternalSymbol()
1061 return DAG.getNode(WebAssemblyISD::Wrapper, DL, VT, in LowerINTRINSIC_WO_CHAIN()
1086 DAG.getNode(WebAssemblyISD::Wrapper, DL, PtrVT, in LowerINTRINSIC_VOID()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp43 std::unique_ptr<IntelJITEventsWrapper> Wrapper; member in __anon0124bd200111::IntelJITEventListener
54 Wrapper.reset(libraryWrapper); in IntelJITEventListener()
78 IntelJITEventsWrapper& Wrapper, in FunctionDescToIntelJITFormat() argument
85 Result.method_id = Wrapper.iJIT_GetNewMethodID(); in FunctionDescToIntelJITFormat()
150 FunctionDescToIntelJITFormat(*Wrapper, Name->data(), Addr, Size); in notifyObjectLoaded()
182 Wrapper->iJIT_NotifyEvent(iJVM_EVENT_TYPE_METHOD_LOAD_FINISHED, in notifyObjectLoaded()
218 Wrapper->iJIT_NotifyEvent(iJVM_EVENT_TYPE_METHOD_UNLOAD_START, in notifyFreeingObject()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/GlobalISel/
H A DCSEInfo.h214 GISelCSEAnalysisWrapper Wrapper; variable
224 const GISelCSEAnalysisWrapper &getCSEWrapper() const { return Wrapper; } in getCSEWrapper()
225 GISelCSEAnalysisWrapper &getCSEWrapper() { return Wrapper; } in getCSEWrapper()
230 Wrapper.releaseMemory(); in releaseMemory()
231 Wrapper.setComputed(false); in releaseMemory()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.h153 Wrapper, enumerator
393 SDValue GOT = DAG.getNode(MipsISD::Wrapper, DL, Ty, getGlobalReg(DAG, Ty), in getAddrLocal()
412 SDValue Tgt = DAG.getNode(MipsISD::Wrapper, DL, Ty, getGlobalReg(DAG, Ty), in getAddrGlobal()
429 SDValue Wrapper = DAG.getNode(MipsISD::Wrapper, DL, Ty, Hi, in getAddrGlobalLargeGOT() local
431 return DAG.getLoad(Ty, DL, Chain, Wrapper, PtrInfo); in getAddrGlobalLargeGOT()
H A DMips16ISelDAGToDAG.cpp113 if (Addr.getOpcode() == MipsISD::Wrapper) { in selectAddr()
H A DRelocation.txt44 "MipsISD::Lo", "wrapper" indicates one with opcode "MipsISD::Wrapper",
/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DLegalizer.cpp135 GISelCSEAnalysisWrapper &Wrapper = in runOnMachineFunction() local
171 CSEInfo = &Wrapper.get(std::move(Config)); in runOnMachineFunction()
/freebsd-12.1/crypto/heimdal/
H A Dcompile41 Wrapper for compilers which do not understand `-c -o'.
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2456 llvm::Function *Wrapper = in getOrCreateThreadLocalWrapper() local
2460 CGM.SetLLVMFunctionAttributes(GlobalDecl(), FI, Wrapper); in getOrCreateThreadLocalWrapper()
2466 if (!Wrapper->hasLocalLinkage()) in getOrCreateThreadLocalWrapper()
2474 Wrapper->setCallingConv(llvm::CallingConv::CXX_FAST_TLS); in getOrCreateThreadLocalWrapper()
2475 Wrapper->addFnAttr(llvm::Attribute::NoUnwind); in getOrCreateThreadLocalWrapper()
2477 return Wrapper; in getOrCreateThreadLocalWrapper()
2535 Wrapper->setLinkage(llvm::Function::ExternalLinkage); in EmitThreadLocalInitFuncs()
2612 if (Val->getType() != Wrapper->getReturnType()) in EmitThreadLocalInitFuncs()
2614 Val, Wrapper->getReturnType(), ""); in EmitThreadLocalInitFuncs()
2625 llvm::CallInst *CallVal = CGF.Builder.CreateCall(Wrapper); in EmitThreadLocalVarDeclLValue()
[all …]
/freebsd-12.1/contrib/binutils/
H A Dylwrap48 Wrapper for lex/yacc invocations, renaming files as desired.
/freebsd-12.1/contrib/openbsm/config/
H A Dylwrap45 Wrapper for lex/yacc invocations, renaming files as desired.
/freebsd-12.1/contrib/ntp/sntp/libevent/build-aux/
H A Dylwrap77 Wrapper for lex/yacc invocations, renaming files as desired.
H A Dcompile243 Wrapper for compilers which do not understand '-c -o'.
/freebsd-12.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h1405 return new ActionResultHolder(Wrapper(func_mocker->PerformDefaultAction( in PerformDefaultAction()
1416 Wrapper(action.Perform(internal::move(args)))); in PerformAction()
1420 typedef ReferenceOrValueWrapper<T> Wrapper; typedef
1422 explicit ActionResultHolder(Wrapper result) in ActionResultHolder()
1426 Wrapper result_;
/freebsd-12.1/contrib/llvm/lib/Target/BPF/
H A DBPFISelLowering.h31 Wrapper, enumerator
/freebsd-12.1/contrib/openpam/
H A Dcompile243 Wrapper for compilers which do not understand '-c -o'.
/freebsd-12.1/contrib/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.h55 Wrapper, enumerator
/freebsd-12.1/contrib/file/
H A Dcompile243 Wrapper for compilers which do not understand '-c -o'.
/freebsd-12.1/contrib/libevent/
H A Dcompile243 Wrapper for compilers which do not understand '-c -o'.
/freebsd-12.1/contrib/sqlite3/
H A Dcompile243 Wrapper for compilers which do not understand '-c -o'.
/freebsd-12.1/contrib/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h48 Wrapper, enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/Headers/cuda_wrappers/
H A Dcomplex27 // Wrapper around <complex> that forces its functions to be __host__

123