Home
last modified time | relevance | path

Searched refs:Per (Results 1 – 25 of 174) sorted by relevance

1234567

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DARMException.cpp61 const Function *Per = nullptr; in endFunction() local
63 Per = dyn_cast<Function>(F.getPersonalityFn()->stripPointerCasts()); in endFunction()
65 F.hasPersonalityFn() && !isNoOpWithoutInvoke(classifyEHPersonality(Per)) && in endFunction()
74 if (Per) { in endFunction()
75 MCSymbol *PerSym = Asm->getSymbol(Per); in endFunction()
H A DDwarfCFIException.cpp70 const GlobalValue *Per = nullptr; in beginFunction() local
72 Per = dyn_cast<GlobalValue>(F.getPersonalityFn()->stripPointerCasts()); in beginFunction()
79 !isNoOpWithoutInvoke(classifyEHPersonality(Per)) && in beginFunction()
86 Per; in beginFunction()
H A DWinException.cpp77 EHPersonality Per = EHPersonality::Unknown; in beginFunction() local
81 Per = classifyEHPersonality(PerFn); in beginFunction()
85 !isNoOpWithoutInvoke(Per) && in beginFunction()
99 if (Per == EHPersonality::MSVC_X86SEH && !hasEHFunclets) { in beginFunction()
129 EHPersonality Per = EHPersonality::Unknown; in endFunction() local
131 Per = classifyEHPersonality(F.getPersonalityFn()->stripPointerCasts()); in endFunction()
136 if (Per == EHPersonality::MSVC_TableSEH && MF->hasEHFunclets()) in endFunction()
149 if (Per == EHPersonality::MSVC_TableSEH) in endFunction()
151 else if (Per == EHPersonality::MSVC_X86SEH) in endFunction()
153 else if (Per == EHPersonality::MSVC_CXX) in endFunction()
[all …]
H A DAIXException.cpp86 const auto *Per = in endFunction() local
88 const MCSymbol *PerSym = Asm->TM.getSymbol(Per); in endFunction()
/openbsd-src/gnu/lib/libstdc++/libstdc++/libio/
H A DChangeLog1043 Tue May 14 11:47:21 1996 Per Bothner <bothner@andros.cygnus.com>
1059 Tue May 14 10:55:21 1996 Per Bothner <bothner@deneb.cygnus.com>
1070 Mon May 13 23:19:39 1996 Per Bothner <bothner@deneb.cygnus.com>
1104 Mon Apr 8 14:44:11 1996 Per Bothner <bothner@kalessin.cygnus.com>
1113 Fri Apr 5 17:48:56 1996 Per Bothner <bothner@kalessin.cygnus.com>
1126 Fri Mar 22 15:39:36 1996 Per Bothner <bothner@kalessin.cygnus.com>
1133 Tue Mar 12 12:03:17 1996 Per Bothner <bothner@kalessin.cygnus.com>
1142 Tue Feb 27 18:08:16 1996 Per Bothner <bothner@kalessin.cygnus.com>
1164 Tue Dec 12 17:21:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
1172 Fri Dec 8 14:55:34 1995 Per Bothner <bothner@kalessin.cygnus.com>
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/termcap/
H A Dtag-wrapping7 Per discussion in #124447, this was wrapping before the ellipses.
17 Per discussion in #124447, this was wrapping before the ellipses.
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/color/
H A Dtag-wrapping7 Per discussion in #124447, this was wrapping before the ellipses.
17 Per discussion in #124447, this was wrapping before the ellipses.
/openbsd-src/gnu/llvm/llvm/docs/AMDGPU/
H A Dgfx8_hwreg.rst51 HW_REG_GPR_ALLOC Per-wave SGPR and VGPR allocation.
52 HW_REG_LDS_ALLOC Per-wave LDS allocation.
H A Dgfx7_hwreg.rst51 HW_REG_GPR_ALLOC Per-wave SGPR and VGPR allocation.
52 HW_REG_LDS_ALLOC Per-wave LDS allocation.
H A Dgfx90a_hwreg.rst51 HW_REG_GPR_ALLOC Per-wave SGPR and VGPR allocation.
52 HW_REG_LDS_ALLOC Per-wave LDS allocation.
H A Dgfx9_hwreg.rst51 HW_REG_GPR_ALLOC Per-wave SGPR and VGPR allocation.
52 HW_REG_LDS_ALLOC Per-wave LDS allocation.
H A Dgfx11_hwreg.rst52 HW_REG_GPR_ALLOC Per-wave SGPR and VGPR allocation.
53 HW_REG_LDS_ALLOC Per-wave LDS allocation.
H A Dgfx1030_hwreg.rst52 HW_REG_GPR_ALLOC Per-wave SGPR and VGPR allocation.
53 HW_REG_LDS_ALLOC Per-wave LDS allocation.
H A Dgfx10_hwreg.rst52 HW_REG_GPR_ALLOC Per-wave SGPR and VGPR allocation.
53 HW_REG_LDS_ALLOC Per-wave LDS allocation.
H A Dgfx940_hwreg.rst51 HW_REG_GPR_ALLOC Per-wave SGPR and VGPR allocation.
52 HW_REG_LDS_ALLOC Per-wave LDS allocation.
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMUnwindOpAsm.h45 void setPersonality(const MCSymbol *Per) { in setPersonality() argument
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A DChangeLog562 2002-09-11 Per Bothner <per@bothner.com>
1018 2002-04-23 Per Bothner <per@bothner.com>
1377 2002-03-08 Per Bothner <per@bothner.com>
1384 2002-03-08 Per Bothner <per@bothner.com>
1419 2002-03-02 Per Bothner <per@bothner.com>
1501 2002-02-22 Per Bothner <per@bothner.com>
1511 2002-02-20 Per Bothner <per@bothner.com>
1532 2002-02-20 Per Bothner <per@bothner.com>
1921 2001-12-09 Per Bothner <per@bothner.com>
1956 2001-12-07 Per Bothner <per@bothner.com>
[all …]
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-bcanalyzer.rst181 **Bytes Per Value**
186 **Bytes Per Global**
190 **Bytes Per Function**
260 **Bytes Per Instruction**
/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiSchedule.td50 // Per-cycle resources tables. [default = NoItineraries]
/openbsd-src/regress/sys/netinet/bindconnect/
H A DREADME24 Currently IPv4 and IPv6 UDP sockets are supported. Per default the
/openbsd-src/sys/dev/pci/drm/amd/display/
H A DTODO33 6. DONE - Per-plane and per-stream validation
36 7. WIP - Per-plane and per-stream commit
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A DChangeLog-91973115 * nlmheader.y: Per current NetWare docs, accept a revision number
4278 Fri Jun 18 14:29:12 1993 Per Bothner (bothner@deneb.cygnus.com)
4299 Thu Jun 10 17:29:21 1993 Per Bothner (bothner@cygnus.com)
4303 Mon Jun 7 12:41:12 1993 Per Bothner (bothner@rtl.cygnus.com)
4309 Fri Jun 4 17:20:03 1993 Per Bothner (bothner@cygnus.com)
4340 Fri May 28 15:01:24 1993 Per Bothner (bothner@rtl.cygnus.com)
4382 Mon May 17 13:20:25 1993 Per Bothner (bothner@cygnus.com)
4386 Fri May 14 11:12:26 1993 Per Bothner (bothner@cygnus.com)
4407 Mon May 10 17:20:18 1993 Per Bothner (bothner@cygnus.com)
4421 Mon May 3 19:11:48 1993 Per Bothner (bothner@cygnus.com)
[all …]
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A DChangeLog-91973115 * nlmheader.y: Per current NetWare docs, accept a revision number
4278 Fri Jun 18 14:29:12 1993 Per Bothner (bothner@deneb.cygnus.com)
4299 Thu Jun 10 17:29:21 1993 Per Bothner (bothner@cygnus.com)
4303 Mon Jun 7 12:41:12 1993 Per Bothner (bothner@rtl.cygnus.com)
4309 Fri Jun 4 17:20:03 1993 Per Bothner (bothner@cygnus.com)
4340 Fri May 28 15:01:24 1993 Per Bothner (bothner@rtl.cygnus.com)
4382 Mon May 17 13:20:25 1993 Per Bothner (bothner@cygnus.com)
4386 Fri May 14 11:12:26 1993 Per Bothner (bothner@cygnus.com)
4407 Mon May 10 17:20:18 1993 Per Bothner (bothner@cygnus.com)
4421 Mon May 3 19:11:48 1993 Per Bothner (bothner@cygnus.com)
[all …]
/openbsd-src/gnu/llvm/libcxx/include/
H A Dsource_location52 // `const __impl*`. Per C++ [expr.const], casts from void* are not permitted
/openbsd-src/sys/arch/mips64/mips64/
H A Dgenassym.cf3 # Copyright (c) 1997 Per Fogelstrom / Opsycon AB

1234567