Searched refs:final (Results 101 - 125 of 663) sorted by relevance

1234567891011>>

/freebsd-current/crypto/openssl/crypto/modes/asm/
H A Daes-gcm-armv8_64.pl902 ext $t0.16b, $acc_lb, $acc_lb, #8 @ prepare final partial tag
934 st1 { $res1b}, [$output_ptr], #16 @ AES final-3 block - store result
936 ldp $input_l0, $input_h0, [$input_ptr], #16 @ AES final-2 block - load input low & high
941 rev64 $res0b, $res1b @ GHASH final-3 block
944 eor $input_h0, $input_h0, $rk10_h @ AES final-2 block - round 10 high
945 eor $input_l0, $input_l0, $rk10_l @ AES final-2 block - round 10 low
947 fmov $res1d, $input_l0 @ AES final-2 block - mov low
950 fmov $res1.d[1], $input_h0 @ AES final-2 block - mov high
952 pmull $acc_l.1q, $res0.1d, $h4.1d @ GHASH final-3 block - low
953 mov $rk4d, $res0.d[1] @ GHASH final
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h132 struct Metadata final { struct in namespace:llvm::AMDGPU::HSAMD::AccessQualifier::AddressSpaceQualifier::ValueKind::ValueType::Kernel::Attrs
199 struct Metadata final { struct in namespace:llvm::AMDGPU::HSAMD::AccessQualifier::AddressSpaceQualifier::ValueKind::ValueType::Kernel::Arg
268 struct Metadata final { struct in namespace:llvm::AMDGPU::HSAMD::AccessQualifier::AddressSpaceQualifier::ValueKind::ValueType::Kernel::CodeProps
340 struct Metadata final { struct in namespace:llvm::AMDGPU::HSAMD::AccessQualifier::AddressSpaceQualifier::ValueKind::ValueType::Kernel::DebugProps
396 struct Metadata final { struct in namespace:llvm::AMDGPU::HSAMD::AccessQualifier::AddressSpaceQualifier::ValueKind::ValueType::Kernel
430 struct Metadata final { struct in class:llvm::AMDGPU::HSAMD::AccessQualifier::AddressSpaceQualifier::ValueKind::ValueType
/freebsd-current/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Rename/
H A DRenamingAction.h48 class RenameOccurrences final : public SourceChangeRefactoringRule { class in namespace:clang::tooling
69 class QualifiedRenameRule final : public SourceChangeRefactoringRule { class in namespace:clang::tooling
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h79 class DebugLinesSubsectionRef final : public DebugSubsectionRef { class in namespace:llvm::codeview
106 class DebugLinesSubsection final : public DebugSubsection { class in namespace:llvm::codeview
H A DDebugInlineeLinesSubsection.h60 class DebugInlineeLinesSubsectionRef final : public DebugSubsectionRef { class in namespace:llvm::codeview
87 class DebugInlineeLinesSubsection final : public DebugSubsection { class in namespace:llvm::codeview
/freebsd-current/sys/security/mac_veriexec/
H A Dmac_veriexec.h123 mac_veriexec_fpop_final_t final; member in struct:mac_veriexec_fpops
153 .final = _final, \
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DOutputSections.h35 class OutputSection final : public SectionBase { class in namespace:lld::elf
128 struct OutputDesc final : SectionCommand { struct in namespace:lld::elf
/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h82 /// Provide custom definition for the final diagnostic piece on the
93 /// Generates the default final diagnostic piece.
394 class TrackConstraintBRVisitor final : public BugReporterVisitor { class in namespace:clang::ento
429 class NilReceiverBRVisitor final : public BugReporterVisitor { class in namespace:clang::ento
446 class ConditionBRVisitor final : public BugReporterVisitor { class in namespace:clang::ento
526 class LikelyFalsePositiveSuppressionBRVisitor final class in namespace:clang::ento
552 class UndefOrNullArgVisitor final : public BugReporterVisitor { class in namespace:clang::ento
570 class SuppressInlineDefensiveChecksVisitor final : public BugReporterVisitor { class in namespace:clang::ento
602 class FalsePositiveRefutationBRVisitor final : public BugReporterVisitor { class in namespace:clang::ento
740 PathSensitiveBugReport &R) final; member in class:clang::ento::NoStateChangeFuncVisitor
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DStorageLocation.h62 class ScalarStorageLocation final : public StorageLocation { class in namespace:clang::dataflow
94 class RecordStorageLocation final : public StorageLocation { class in namespace:clang::dataflow
/freebsd-current/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAVR.h159 IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final {
165 IntType getLeastIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final {
/freebsd-current/contrib/llvm-project/clang/lib/AST/Interp/
H A DSource.h30 class CodePtr final { class in namespace:clang::interp
72 class SourceInfo final { class in namespace:clang::interp
/freebsd-current/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAIX.h22 class LLVM_LIBRARY_VISIBILITY Assembler final : public Tool { class in namespace:clang::driver::tools::aix
34 class LLVM_LIBRARY_VISIBILITY Linker final : public Tool { class in namespace:clang::driver::tools::aix
H A DFreeBSD.h22 class LLVM_LIBRARY_VISIBILITY Assembler final : public Tool { class in namespace:clang::driver::tools::freebsd
35 class LLVM_LIBRARY_VISIBILITY Linker final : public Tool { class in namespace:clang::driver::tools::freebsd
H A DOpenBSD.h23 class LLVM_LIBRARY_VISIBILITY Assembler final : public Tool { class in namespace:clang::driver::tools::openbsd
36 class LLVM_LIBRARY_VISIBILITY Linker final : public Tool { class in namespace:clang::driver::tools::openbsd
H A DZOS.h22 class LLVM_LIBRARY_VISIBILITY Assembler final : public Tool { class in namespace:clang::driver::tools::zos
34 class LLVM_LIBRARY_VISIBILITY Linker final : public Tool { class in namespace:clang::driver::tools::zos
H A DHIPSPV.h23 class LLVM_LIBRARY_VISIBILITY Linker final : public Tool { class in namespace:clang::driver::tools::HIPSPV
46 class LLVM_LIBRARY_VISIBILITY HIPSPVToolChain final : public ToolChain { class in namespace:clang::driver::toolchains
H A DHIPAMD.h24 class LLVM_LIBRARY_VISIBILITY Linker final : public Tool { class in namespace:clang::driver::tools::AMDGCN
50 class LLVM_LIBRARY_VISIBILITY HIPAMDToolChain final : public ROCMToolChain { class in namespace:clang::driver::toolchains
H A DWebAssembly.h21 class LLVM_LIBRARY_VISIBILITY Linker final : public Tool { class in namespace:clang::driver::tools::wasm
38 class LLVM_LIBRARY_VISIBILITY WebAssembly final : public ToolChain { class in namespace:clang::driver::toolchains
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DLogger.cpp17 struct NullLogger final : Logger {}; struct in inherits:Logger
23 struct TextualLogger final : Logger { struct in namespace:clang::dataflow::__anon341
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DProfileCommon.h79 class InstrProfSummaryBuilder final : public ProfileSummaryBuilder { class in namespace:llvm
93 class SampleProfileSummaryBuilder final : public ProfileSummaryBuilder { class in namespace:llvm
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.cpp83 class FlagHandlerInclude final : public FlagHandlerBase {
91 bool Parse(const char *value) final {
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDDG.h351 DDGNode &createRootNode() final {
357 DDGNode &createFineGrainedNode(Instruction &I) final {
363 DDGNode &createPiBlock(const NodeListType &L) final {
369 DDGEdge &createDefUseEdge(DDGNode &Src, DDGNode &Tgt) final {
375 DDGEdge &createMemoryEdge(DDGNode &Src, DDGNode &Tgt) final {
381 DDGEdge &createRootedEdge(DDGNode &Src, DDGNode &Tgt) final {
389 const NodeListType &getNodesInPiBlock(const DDGNode &N) final {
397 bool areNodesMergeable(const DDGNode &Src, const DDGNode &Tgt) const final; member in class:llvm::DDGEdge::DDGBuilder
398 void mergeNodes(DDGNode &Src, DDGNode &Tgt) final; member in class:llvm::DDGEdge::DDGBuilder
399 bool shouldSimplify() const final; member in class:llvm::DDGEdge::DDGBuilder
400 bool shouldCreatePiBlocks() const final; member in class:llvm::DDGEdge::DDGBuilder
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroArgs.h29 class MacroArgs final class in namespace:clang
/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/
H A Dpoly1305_donna32.h25 unsigned char final; member in struct:poly1305_state_internal_t
52 st->final = 0;
59 const unsigned long hibit = (st->final) ? 0UL : (1UL << 24); /* 1 << 128 */
155 st->final = 1;
H A Dpoly1305_donna64.h31 unsigned char final; member in struct:poly1305_state_internal_t
58 st->final = 0;
66 (st->final) ? 0ULL : (1ULL << 40); /* 1 << 128 */
151 st->final = 1;

Completed in 325 milliseconds

1234567891011>>