Home
last modified time | relevance | path

Searched refs:Identity (Results 1 – 22 of 22) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUAtomicOptimizer.cpp52 Value *const Identity) const;
54 Value *const Identity) const;
55 Value *buildShiftRight(IRBuilder<> &B, Value *V, Value *const Identity) const;
288 Value *const Identity) const { in buildReduction()
299 {Identity, V, B.getInt32(DPP::ROW_XMASK0 | 1 << Idx), in buildReduction()
332 Value *V, Value *const Identity) const { in buildScan()
342 {Identity, V, B.getInt32(DPP::ROW_SHR0 | 1 << Idx), in buildScan()
350 {Identity, V, B.getInt32(DPP::BCAST15), B.getInt32(0xa), in buildScan()
355 {Identity, V, B.getInt32(DPP::BCAST31), B.getInt32(0xc), in buildScan()
370 {Identity, PermX, B.getInt32(DPP::QUAD_PERM_ID), in buildScan()
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/t/
H A D000prereq.t
/openbsd-src/usr.bin/ssh/
H A Dssh-agent.c139 } Identity;
335 free_identity(Identity *id) in free_identity()
406 const struct sshkey *tokey, Identity *id, const char *user, in permitted_by_dest_constraints()
457 * are permitted by the destination constraints on the Identity. in identity_permitted()
461 identity_permitted(Identity *id, SocketEntry *e, char *user, in identity_permitted()
567 static Identity * in lookup_identity()
570 Identity *id; in lookup_identity()
581 confirm_key(Identity *id, const char *extra) in confirm_key()
612 Identity *id; in process_request_identities()
990 Identity *i in process_remove_identity()
136 } Identity; global() typedef
[all...]
H A Dsshconnect2.c292 typedef struct identity Identity;
370 static int sign_and_send_pubkey(struct ssh *ssh, Identity *);
373 static struct sshkey *load_identity_file(Identity *);
648 format_identity(Identity *id) in format_identity()
678 Identity *id = NULL; in input_userauth_pk_ok()
1282 id_filename_matches(Identity *id, Identity *private_id) in id_filename_matches()
1301 sign_and_send_pubkey(struct ssh *ssh, Identity *id) in sign_and_send_pubkey()
1305 Identity *private_id, *sign_id = NULL; in sign_and_send_pubkey()
1472 send_pubkey_test(struct ssh *ssh, Identity *i in send_pubkey_test()
291 typedef struct identity Identity; global() typedef
[all...]
/openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Adapter/
H A DIdentity.pm1 package IO::Compress::Adapter::Identity ;
/openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Adapter/
H A DIdentity.pm1 package IO::Uncompress::Adapter::Identity;
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DRetainSummaryManager.cpp736 return BehaviorSummary::Identity; in canEval()
753 return BehaviorSummary::Identity; in canEval()
764 return BehaviorSummary::Identity; in canEval()
774 return BehaviorSummary::Identity; in canEval()
/openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/
H A DUnzip.pm15 use IO::Uncompress::Adapter::Identity 2.212 ;
741 IO::Uncompress::Adapter::Identity::mkUncompObject($streamingMode,
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp569 Constant *Identity = ConstantExpr::getBinOpIdentity( in insertAccumulator() local
571 AccPN->addIncoming(Identity, P); in insertAccumulator()
H A DReassociate.cpp643 Constant *Identity = ConstantExpr::getBinOpIdentity(Opcode, I->getType()); in LinearizeExprTree() local
644 assert(Identity && "Associative operation without identity!"); in LinearizeExprTree()
645 Ops.emplace_back(Identity, APInt(Bitwidth, 1)); in LinearizeExprTree()
/openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/
H A DZip.pm10 use IO::Compress::Adapter::Identity 2.212 ;
139 ($obj, $errstr, $errno) = IO::Compress::Adapter::Identity::mkCompObject(
/openbsd-src/etc/
H A Dprotocols145 hip 139 HIP # Host Identity Protocol (RFC5201)
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DCMakeLists.txt114 …"Identity override for debugserver; see 'Code Signing on macOS' in the documentation (Darwin only)…
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstantFold.cpp882 Constant *Identity = ConstantExpr::getBinOpIdentity(Opcode, C1->getType()); in ConstantFoldBinaryInstruction() local
883 if (Identity) { in ConstantFoldBinaryInstruction()
884 if (C1 == Identity) in ConstantFoldBinaryInstruction()
886 if (C2 == Identity) in ConstantFoldBinaryInstruction()
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DRetainSummaryManager.h643 Identity,
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLocal.cpp2161 auto Identity = [&](DbgVariableIntrinsic &DII) -> DbgValReplacement { in replaceAllDbgUsesWith() local
2169 return rewriteDebugUsers(From, To, DomPoint, DT, Identity); in replaceAllDbgUsesWith()
2181 return rewriteDebugUsers(From, To, DomPoint, DT, Identity); in replaceAllDbgUsesWith()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp919 if (BSmr == BehaviorSummary::Identity || in evalCall()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2030 bool Identity = true, AllSame = true; in getVectorShuffle() local
2032 if (MaskVec[i] >= 0 && MaskVec[i] != i) Identity = false; in getVectorShuffle()
2035 if (Identity && NElts) in getVectorShuffle()
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperl5220delta.pod1095 CODE refs, including C<subname> (inspired by C<Sub::Identity>) and C<set_subname>
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.td7664 // a) Identity conversions - vNfX <-> vNiX
/openbsd-src/gnu/llvm/llvm/docs/
H A DLangRef.rst9939 … <4 x i32> <i32 0, i32 1, i32 2, i32 3> ; yields <4 x i32> - Identity shuffle.
/openbsd-src/games/fortune/datfiles/
H A Dfortunes222868 -- Sir Arthur Conan Doyle, "A Case of Identity"