Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp39 std::unique_ptr<OProfileWrapper> Wrapper; member in __anon6843258e0111::OProfileJITEventListener
46 : Wrapper(std::move(LibraryWrapper)) { in OProfileJITEventListener()
59 if (!Wrapper->op_open_agent()) { in initialize()
69 if (Wrapper->isAgentAvailable()) { in ~OProfileJITEventListener()
70 if (Wrapper->op_close_agent() == -1) { in ~OProfileJITEventListener()
83 if (!Wrapper->isAgentAvailable()) { in notifyObjectLoaded()
107 if (Wrapper->op_write_native_code(Name.data(), Addr, (void *)Addr, Size) == in notifyObjectLoaded()
130 if (Wrapper->op_write_debug_line_info((void *)Addr, num_entries, in notifyObjectLoaded()
143 if (Wrapper->isAgentAvailable()) { in notifyFreeingObject()
162 if (Wrapper->op_unload_native_code(Addr) == -1) { in notifyFreeingObject()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp112 Function *Wrapper = Function::Create(Ty, Function::PrivateLinkage, in createWrapper() local
114 BasicBlock *BB = BasicBlock::Create(M->getContext(), "body", Wrapper); in createWrapper()
119 Function::arg_iterator AI = Wrapper->arg_begin(); in createWrapper()
120 Function::arg_iterator AE = Wrapper->arg_end(); in createWrapper()
201 Wrapper->eraseFromParent(); in createWrapper()
202 Wrapper = Function::Create(Ty, Function::PrivateLinkage, in createWrapper()
204 BasicBlock *BB = BasicBlock::Create(M->getContext(), "body", Wrapper); in createWrapper()
206 Wrapper->setName(F->getName() + "_bitcast_invalid"); in createWrapper()
210 Wrapper->eraseFromParent(); in createWrapper()
214 return Wrapper; in createWrapper()
[all …]
H A DWebAssemblyISD.def23 HANDLE_NODETYPE(Wrapper)
H A DWebAssemblyISelDAGToDAG.cpp280 if (i == 1 && Op->getOpcode() == WebAssemblyISD::Wrapper) { in Select()
368 if (Op.getOpcode() == WebAssemblyISD::Wrapper) in SelectAddrOperands()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp49 IntelIttnotifyInfo(IntelJITEventsWrapper &Wrapper) in IntelIttnotifyInfo() argument
50 : ModuleObject(NULL), WrapperRef(Wrapper){}; in IntelIttnotifyInfo()
124 std::unique_ptr<IntelJITEventsWrapper> Wrapper; member in __anon0044147b0111::IntelJITEventListener
137 Wrapper.reset(libraryWrapper); in IntelJITEventListener()
161 IntelJITEventsWrapper& Wrapper, in FunctionDescToIntelJITFormat() argument
168 Result.method_id = Wrapper.iJIT_GetNewMethodID(); in FunctionDescToIntelJITFormat()
201 std::make_unique<IntelIttnotifyInfo>(*Wrapper); in notifyObjectLoaded()
211 Wrapper->iJitIttNotifyInfo(llvm::LoadBinaryModule, in notifyObjectLoaded()
290 FunctionDescToIntelJITFormat(*Wrapper, Name->data(), Addr, Size); in notifyObjectLoaded()
323 Wrapper->iJIT_NotifyEvent(iJVM_EVENT_TYPE_METHOD_LOAD_FINISHED, in notifyObjectLoaded()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderVTune.cpp26 static std::unique_ptr<IntelJITEventsWrapper> Wrapper; member in __anon425b7bc10111::JITEventWrapper
28 std::unique_ptr<IntelJITEventsWrapper> JITEventWrapper::Wrapper; member in __anon425b7bc10111::JITEventWrapper
78 JITEventWrapper::Wrapper->iJIT_NotifyEvent( in registerJITLoaderVTuneRegisterImpl()
88 JITEventWrapper::Wrapper->iJIT_NotifyEvent( in registerJITLoaderVTuneUnregisterImpl()
97 if (!JITEventWrapper::Wrapper) in llvm_orc_registerVTuneImpl()
98 JITEventWrapper::Wrapper.reset(new IntelJITEventsWrapper); in llvm_orc_registerVTuneImpl()
179 JITEventWrapper::Wrapper.reset(new IntelJITEventsWrapper( in llvm_orc_test_registerVTuneImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCSEInfo.h223 GISelCSEAnalysisWrapper Wrapper; variable
231 const GISelCSEAnalysisWrapper &getCSEWrapper() const { return Wrapper; } in getCSEWrapper()
232 GISelCSEAnalysisWrapper &getCSEWrapper() { return Wrapper; } in getCSEWrapper()
237 Wrapper.releaseMemory(); in releaseMemory()
238 Wrapper.setComputed(false); in releaseMemory()
H A DGISelChangeObserver.h134 RAIIMFObsDelInstaller(MachineFunction &MF, GISelObserverWrapper &Wrapper) in RAIIMFObsDelInstaller() argument
135 : DelI(MF, &Wrapper), ObsI(MF, Wrapper) {} in RAIIMFObsDelInstaller()
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp270 StringRef Wrapper = in unwrapCommand() local
272 if (Wrapper == "distcc" || Wrapper == "ccache" || Wrapper == "sccache") { in unwrapCommand()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVPreLegalizerCombiner.cpp134 GISelCSEAnalysisWrapper &Wrapper = in runOnMachineFunction() local
136 auto *CSEInfo = &Wrapper.get(TPC.getCSEConfig()); in runOnMachineFunction()
H A DRISCVPostLegalizerCombiner.cpp148 GISelCSEAnalysisWrapper &Wrapper = in runOnMachineFunction() local
150 auto *CSEInfo = &Wrapper.get(TPC->getCSEConfig()); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h151 Wrapper, enumerator
387 SDValue GOT = DAG.getNode(MipsISD::Wrapper, DL, Ty, getGlobalReg(DAG, Ty), in getAddrLocal()
406 SDValue Tgt = DAG.getNode(MipsISD::Wrapper, DL, Ty, getGlobalReg(DAG, Ty), in getAddrGlobal()
423 SDValue Wrapper = DAG.getNode(MipsISD::Wrapper, DL, Ty, Hi, in getAddrGlobalLargeGOT() local
425 return DAG.getLoad(Ty, DL, Chain, Wrapper, PtrInfo); in getAddrGlobalLargeGOT()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizer.cpp318 GISelCSEAnalysisWrapper &Wrapper = in runOnMachineFunction() local
329 CSEInfo = &Wrapper.get(TPC.getCSEConfig()); in runOnMachineFunction()
383 Wrapper.setComputed(false); in runOnMachineFunction()
/freebsd/contrib/lutok/
H A Dstate.ipp37 /// Wrapper around lua_newuserdata.
52 /// Wrapper around lua_touserdata.
/freebsd/crypto/heimdal/
H A Dcompile41 Wrapper for compilers which do not understand `-c -o'.
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPreLegalizerCombiner.cpp269 GISelCSEAnalysisWrapper &Wrapper = in runOnMachineFunction() local
271 auto *CSEInfo = &Wrapper.get(TPC->getCSEConfig()); in runOnMachineFunction()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp3069 llvm::Function *Wrapper = in getOrCreateThreadLocalWrapper() local
3073 if (CGM.supportsCOMDAT() && Wrapper->isWeakForLinker()) in getOrCreateThreadLocalWrapper()
3074 Wrapper->setComdat(CGM.getModule().getOrInsertComdat(Wrapper->getName())); in getOrCreateThreadLocalWrapper()
3076 CGM.SetLLVMFunctionAttributes(GlobalDecl(), FI, Wrapper, /*IsThunk=*/false); in getOrCreateThreadLocalWrapper()
3079 if (!Wrapper->hasLocalLinkage()) in getOrCreateThreadLocalWrapper()
3081 llvm::GlobalVariable::isLinkOnceLinkage(Wrapper->getLinkage()) || in getOrCreateThreadLocalWrapper()
3082 llvm::GlobalVariable::isWeakODRLinkage(Wrapper->getLinkage()) || in getOrCreateThreadLocalWrapper()
3084 Wrapper->setVisibility(llvm::GlobalValue::HiddenVisibility); in getOrCreateThreadLocalWrapper()
3087 Wrapper->setCallingConv(llvm::CallingConv::CXX_FAST_TLS); in getOrCreateThreadLocalWrapper()
3088 Wrapper->addFnAttr(llvm::Attribute::NoUnwind); in getOrCreateThreadLocalWrapper()
[all …]
/freebsd/contrib/openbsm/config/
H A Dylwrap45 Wrapper for lex/yacc invocations, renaming files as desired.
/freebsd/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/sys/contrib/openzfs/contrib/pyzfs/
H A Dsetup.py.in24 description="Wrapper for libzfs_core",
/freebsd/release/packages/
H A DMakefile.package166 tcpd_COMMENT= TCP Wrapper utilities
167 tcpd_DESC= TCP Wrapper utilities
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-printers-test.cc256 class Wrapper { class
258 explicit Wrapper(T&& value) : value_(std::forward<T>(value)) {} in Wrapper() function in testing::__anon43be3eea0511::Wrapper
270 class UniversalPrinter<Wrapper<T>> {
272 static void Print(const Wrapper<T>& w, ::std::ostream* os) { in Print()
1790 std::pair<const Wrapper<std::string>, int> p(Wrapper<std::string>("abc"), 1);
/freebsd/contrib/openpam/
H A Dcompile243 Wrapper for compilers which do not understand '-c -o'.
/freebsd/sys/contrib/device-tree/Bindings/arm/msm/
H A Dqcom,saw2.txt1 SPM AVS Wrapper 2 (SAW2)

1234