Home
last modified time | relevance | path

Searched refs:Pre (Results 1 – 25 of 45) sorted by relevance

12

/minix/external/bsd/llvm/dist/llvm/lib/Option/
H A DOption.cpp61 for (const char * const *Pre = Info->Prefixes; *Pre != nullptr; ++Pre) { in dump() local
62 llvm::errs() << '"' << *Pre << (*(Pre + 1) == nullptr ? "\"" : "\", "); in dump()
H A DOptTable.cpp181 for (const char * const *Pre = I->Prefixes; *Pre != nullptr; ++Pre) { in matchOption() local
182 StringRef Prefix(*Pre); in matchOption()
/minix/external/bsd/llvm/dist/llvm/test/Transforms/SimplifyCFG/
H A D2008-05-16-PHIBlockMerge.ll65 Succ: ; preds = %Common, %BB.tomerge, %Pre-Exit
68 %b = phi i32 [ 1, %BB.tomerge ], [ 1, %Common ], [ 2, %Pre-Exit ]
70 br i1 %conde, label %Common, label %Pre-Exit
76 Pre-Exit: ; preds = %Succ
82 Exit: ; preds = %Pre-Exit
H A DEqualPHIEdgeBlockMerge.ll190 Succ: ; preds = %Common, %BB.tomerge, %Pre-Exit
193 %b = phi i32 [ 1, %BB.tomerge ], [ 1, %Common ], [ 2, %Pre-Exit ]
195 br i1 %conde, label %Common, label %Pre-Exit
201 Pre-Exit: ; preds = %Succ
207 Exit: ; preds = %Pre-Exit
/minix/external/mit/expat/dist/win32/
H A DMANIFEST.txt15 <top>\Bin\ Pre-compiled dynamic libraries for developers.
16 Pre-compiled static libraries for developers (*MT.lib).
/minix/external/bsd/tcpdump/dist/tests/
H A Ddcb_qcn.out127 Pre-Priority CNPV Indicator
130 Pre-Priority Ready Indicator
167 Pre-Priority CNPV Indicator
170 Pre-Priority Ready Indicator
312 Pre-Priority CNPV Indicator
315 Pre-Priority Ready Indicator
352 Pre-Priority CNPV Indicator
355 Pre-Priority Ready Indicator
/minix/external/bsd/llvm/dist/llvm/test/MC/ARM/
H A Darm_addrmode2.s37 @ Pre-indexed
/minix/crypto/external/bsd/openssl/dist/doc/ssl/
H A DSSL_get_psk_identity.pod12 Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites
H A DSSL_CTX_set_psk_client_callback.pod12 Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites
H A DSSL_CTX_use_psk_identity_hint.pod12 Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites
/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DCommentHTMLTags.td35 def Pre : Tag<"pre">;
H A DCommentCommands.td139 def Pre : BlockCommand<"pre">;
/minix/external/bsd/dhcpcd/dist/dhcpcd-hooks/
H A D10-wpa_supplicant47 # Pre flight checks
/minix/external/bsd/bind/dist/contrib/zkt-1.1.3/doc/
H A Ddraft-gudmundsson-life-of-dnskey-00.txt74 3.2.1. Pre-Publication . . . . . . . . . . . . . . . . . . . 5
182 +--> Pre-PUBLISHED--+ +--------+---------> REVOKED ---+
245 3.2.1. Pre-Publication
H A Drfc4641.txt83 4.2.1.1. Pre-Publish Key Rollover ..................15
795 4.2.1.1. Pre-Publish Key Rollover
807 Pre-publish key rollover involves four stages as follows:
822 Pre-Publish Key Rollover
892 Pre-Publish Key Rollover, Showing Two Rollovers
978 Pre-publish key rollover: This rollover does not involve signing the
1115 Stages of Deployment for a Pre-Publish Key Signing Key Rollover
H A Ddraft-ietf-dnsop-rfc4641bis-01.txt100 4.2.1.1. Pre-Publish Key Rollover . . . . . . . . . . . . . 15
819 4.2.1.1. Pre-Publish Key Rollover
844 Pre-publish key rollover involves four stages as follows:
859 Pre-Publish Key Rollover
929 Pre-Publish Key Rollover, Showing Two Rollovers
1016 Pre-publish key rollover: This rollover does not involve signing the
1168 Stages of Deployment for a Pre-Publish Key Signing Key Rollover
/minix/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DAMDILCFGStructurizer.cpp722 MachineBasicBlock::iterator Pre = MBB->begin(); in wrapup() local
724 MachineBasicBlock::iterator It = Pre; in wrapup()
726 if (Pre->getOpcode() == AMDGPU::CONTINUE in wrapup()
728 ContInstr.push_back(Pre); in wrapup()
729 Pre = It; in wrapup()
/minix/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DValueTypes.td81 def FlagVT : ValueType<0 , 55>; // Pre-RA sched glue
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1262 const MachineBasicBlock *Pre = BBI.getOperand(i + 1).getMBB(); in checkPHIOps() local
1263 if (!Pre->isSuccessor(MBB)) in checkPHIOps()
1265 seen.insert(Pre); in checkPHIOps()
1266 BBInfo &PrInfo = MBBInfoMap[Pre]; in checkPHIOps()
/minix/external/bsd/llvm/dist/llvm/test/tools/llvm-readobj/ARM/
H A Dattribute-0.s9 @CHECK-OBJ-NEXT: Description: Pre-v4
/minix/minix/drivers/net/rtl8139/
H A Drtl8139.h368 0 R/W PBWakeup Pre-Boot Wakeup
/minix/external/bsd/llvm/dist/llvm/docs/
H A DReleaseProcess.rst130 Pre-Release Process
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/AArch64/
H A Darm64-indexed-memory.ll209 ; Pre-indexed loads
/minix/external/bsd/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp1236 auto Pre = Lexer::ComputePreamble(Buffer->getBuffer(), in ComputePreamble() local
1238 return ComputedPreamble(Buffer, std::move(BufferOwner), Pre.first, in ComputePreamble()
1239 Pre.second); in ComputePreamble()
/minix/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64SchedA53.td93 // Pre/Post Indexing - Performed as part of address generation which is already

12