Home
last modified time | relevance | path

Searched refs:RuntimeFunction (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h339 struct RuntimeFunction { struct
340 RuntimeFunction(SymbolStringPtr Name) : Name(std::move(Name)) {} in RuntimeFunction() function
345 RuntimeFunction PlatformBootstrap{ argument
347 RuntimeFunction PlatformShutdown{
349 RuntimeFunction RegisterEHFrameSection{
351 RuntimeFunction DeregisterEHFrameSection{
353 RuntimeFunction RegisterJITDylib{
355 RuntimeFunction DeregisterJITDylib{
357 RuntimeFunction RegisterObjectSymbolTable{
359 RuntimeFunction DeregisterObjectSymbolTable{
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DWin64EH.h141 /// RuntimeFunction - An entry in the table of functions with unwind info. struct
142 struct RuntimeFunction { argument
172 // If UNW_ChainInfo is set then follows a RuntimeFunction which defines
206 RuntimeFunction *getChainedFunctionEntry() { in getChainedFunctionEntry()
207 return reinterpret_cast<RuntimeFunction *>(getLanguageSpecificData()); in getChainedFunctionEntry()
211 const RuntimeFunction *getChainedFunctionEntry() const { in getChainedFunctionEntry()
212 return reinterpret_cast<const RuntimeFunction *>(getLanguageSpecificData()); in getChainedFunctionEntry()
143 EndAddressRuntimeFunction global() argument
144 UnwindInfoOffsetRuntimeFunction global() argument
H A DARMWinEH.h103 class RuntimeFunction {
108 RuntimeFunction(const support::ulittle32_t *Data) in RuntimeFunction() function
111 RuntimeFunction(const support::ulittle32_t BeginAddress, in RuntimeFunction() function
188 inline bool PrologueFolding(const RuntimeFunction &RF) { in PrologueFolding()
193 inline bool EpilogueFolding(const RuntimeFunction &RF) { in EpilogueFolding()
199 inline uint16_t StackAdjustment(const RuntimeFunction &RF) { in StackAdjustment()
208 std::pair<uint16_t, uint32_t> SavedRegisterMask(const RuntimeFunction &RF,
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp244 const RuntimeFunction &RF) { in printRuntimeFunctionEntry()
351 if (const RuntimeFunction *Chained = UI.getChainedFunctionEntry()) { in printUnwindInfo()
361 const RuntimeFunction &RF) { in printRuntimeFunction()
362 DictScope RFS(SW, "RuntimeFunction"); in printRuntimeFunction()
411 const RuntimeFunction *Entries = in printData()
412 reinterpret_cast<const RuntimeFunction *>(Contents.data()); in printData()
413 const size_t Count = Contents.size() / sizeof(RuntimeFunction); in printData()
414 ArrayRef<RuntimeFunction> RuntimeFunctions(Entries, Count); in printData()
419 Index * sizeof(RuntimeFunction), RF); in printData()
H A DWin64EHDumper.h46 const RuntimeFunction &RF);
52 uint64_t SectionOffset, const RuntimeFunction &RF);
H A DARMWinEHPrinter.h19 class RuntimeFunction; variable
172 unsigned Index, const RuntimeFunction &Entry);
175 unsigned Index, const RuntimeFunction &Entry);
H A DARMWinEHPrinter.cpp9 // Windows on ARM uses a series of serialised data structures (RuntimeFunction)
15 // RuntimeFunction's remaining 30-bits and can fully describe the entire frame.
115 const size_t Decoder::PDataEntrySize = sizeof(RuntimeFunction);
1141 unsigned Index, const RuntimeFunction &RF) { in dumpUnpackedEntry()
1209 unsigned Index, const RuntimeFunction &RF) { in dumpPackedEntry()
1445 const RuntimeFunction Entry(Data); in dumpProcedureDataEntry()
1446 DictScope RFS(SW, "RuntimeFunction"); in dumpProcedureDataEntry()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp596 const RuntimeFunction *&RFStart, int &NumRFs) { in getPDataSection()
615 RFStart = reinterpret_cast<const RuntimeFunction *>(Contents.data()); in getPDataSection()
616 NumRFs = Contents.size() / sizeof(RuntimeFunction); in getPDataSection()
674 /// Prints out the given RuntimeFunction struct for x64, assuming that Obj is
677 const RuntimeFunction &RF) { in printRuntimeFunction()
693 /// Prints out the given RuntimeFunction struct for x64, assuming that Obj is
694 /// pointing to an object file. Unlike executable, fields in RuntimeFunction
700 const RuntimeFunction &RF, in printRuntimeFunctionRels()
707 /*offsetof(RuntimeFunction, StartAddress)*/ 0, in printRuntimeFunctionRels()
714 /*offsetof(RuntimeFunction, EndAddres in printRuntimeFunctionRels()
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPConstants.h45 enum class RuntimeFunction { enum
50 #define OMP_RTL(Enum, ...) constexpr auto Enum = omp::RuntimeFunction::Enum;
H A DOMPIRBuilder.h489 void addAttributes(omp::RuntimeFunction FnID, Function &Fn);
1936 omp::RuntimeFunction FnID);
1938 Function *getOrCreateRuntimeFunctionPtr(omp::RuntimeFunction FnID);
2800 omp::RuntimeFunction *MapperFunc = nullptr,
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DARMWinEH.cpp14 std::pair<uint16_t, uint32_t> SavedRegisterMask(const RuntimeFunction &RF, in SavedRegisterMask()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp313 RuntimeFunction Setter;
316 RuntimeFunction Getter;
319 RuntimeFunction Clause;
326 RuntimeFunction Kind;
424 EnumeratedArray<RuntimeFunctionInfo, RuntimeFunction,
425 RuntimeFunction::OMPRTL___last>
429 DenseMap<Function *, RuntimeFunction> RuntimeFunctionIDMap;
528 void recollectUsesForFunction(RuntimeFunction RTF) { in recollectUsesForFunction()
537 recollectUsesForFunction(static_cast<RuntimeFunction>(Idx)); in recollectUses()
548 bool runtimeFnsAvailable(ArrayRef<RuntimeFunction> Fns) { in runtimeFnsAvailable()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp523 void OpenMPIRBuilder::addAttributes(omp::RuntimeFunction FnID, Function &Fn) { in addAttributes()
574 OpenMPIRBuilder::getOrCreateRuntimeFunction(Module &M, RuntimeFunction FnID) { in getOrCreateRuntimeFunction()
630 Function *OpenMPIRBuilder::getOrCreateRuntimeFunctionPtr(RuntimeFunction FnID) { in getOrCreateRuntimeFunctionPtr()
2277 Size <= 4 ? RuntimeFunction::OMPRTL___kmpc_shuffle_int32 in createRuntimeShuffleFunction()
2278 : RuntimeFunction::OMPRTL___kmpc_shuffle_int64); in createRuntimeShuffleFunction()
3488 RuntimeFunction::OMPRTL___kmpc_nvptx_parallel_reduce_nowait_v2); in createReductionsGPU()
3495 RuntimeFunction::OMPRTL___kmpc_reduction_get_fixed_buffer); in createReductionsGPU()
3522 RuntimeFunction::OMPRTL___kmpc_nvptx_teams_reduce_nowait_v2); in createReductionsGPU()
3644 IsNoWait ? RuntimeFunction::OMPRTL___kmpc_reduce_nowait in createReductions()
3645 : RuntimeFunction::OMPRTL___kmpc_reduce); in createReductions()
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp10382 RuntimeFunction RTLFn; in emitTargetDataStandAloneCall()
11366 llvm::omp::RuntimeFunction FnID = in getAddressOfLocalVariable()