Searched refs:ICV (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | OpenMPOpt.cpp | 269 auto &ICV = ICVs[_Name]; \ in initializeInternalControlVars() 270 ICV.Setter = RTL; \ in initializeInternalControlVars() 274 auto &ICV = ICVs[Name]; \ in initializeInternalControlVars() 275 ICV.Getter = RTL; \ in initializeInternalControlVars() 279 auto &ICV = ICVs[Enum]; \ in initializeInternalControlVars() 280 ICV.Name = _Name; \ in initializeInternalControlVars() 281 ICV.Kind = Enum; \ in initializeInternalControlVars() 282 ICV.InitKind = Init; \ in initializeInternalControlVars() 283 ICV.EnvVarName = _EnvVarName; \ in initializeInternalControlVars() 284 switch (ICV.InitKind) { \ in initializeInternalControlVars() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | IndirectCallVisitor.h | 32 PGOIndirectCallVisitor ICV; in findIndirectCalls() local 33 ICV.visit(F); in findIndirectCalls() 34 return ICV.IndirectCalls; in findIndirectCalls()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.td | 158 def CRJAsm#V : FixedCmpBranchRIEb<ICV<V>, "crj", 0xEC76, GR32>; 159 def CGRJAsm#V : FixedCmpBranchRIEb<ICV<V>, "cgrj", 0xEC64, GR64>; 160 def CIJAsm#V : FixedCmpBranchRIEc<ICV<V>, "cij", 0xEC7E, GR32, 162 def CGIJAsm#V : FixedCmpBranchRIEc<ICV<V>, "cgij", 0xEC7C, GR64, 164 def CLRJAsm#V : FixedCmpBranchRIEb<ICV<V>, "clrj", 0xEC77, GR32>; 165 def CLGRJAsm#V : FixedCmpBranchRIEb<ICV<V>, "clgrj", 0xEC65, GR64>; 166 def CLIJAsm#V : FixedCmpBranchRIEc<ICV<V>, "clij", 0xEC7F, GR32, 168 def CLGIJAsm#V : FixedCmpBranchRIEc<ICV<V>, "clgij", 0xEC7D, GR64, 172 def CRBAsm#V : FixedCmpBranchRRS<ICV<V>, "crb", 0xECF6, GR32>; 173 def CGRBAsm#V : FixedCmpBranchRRS<ICV<V>, "cgrb", 0xECE4, GR64>; [all …]
|
| H A D | SystemZInstrFormats.td | 1916 class ICV<string name>
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man1/ |
| H A D | ciphers.pod | 298 cipher suites using both 16 and 8 octet Integrity Check Value (ICV) 299 while B<AESCCM8> only references 8 octet ICV.
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/ |
| H A D | openssl-ciphers.pod.in | 302 cipher suites using both 16 and 8 octet Integrity Check Value (ICV) 303 while B<AESCCM8> only references 8 octet ICV.
|
| /netbsd-src/external/gpl3/gcc/dist/libgomp/ |
| H A D | libgomp.texi | 186 @item @emph{target-offload-var} ICV and @code{OMP_TARGET_OFFLOAD} 188 @item Nested-parallel changes to @emph{max-active-levels-var} ICV @tab Y @tab 285 @item device-specific ICV settings the environment variables @tab N @tab
|
| H A D | libgomp.info | 168 _target-offload-var_ ICV and Y 171 _max-active-levels-var_ ICV 284 device-specific ICV settings the N
|
| H A D | ChangeLog | 9138 * icv.c: Move definitions of ICV variables back ... 9181 * env.c: Split out ICV definitions into...
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | ChangeLog-1994 | 2653 * decl.c (lookup_name_real): Don't set ICV here after all.
|