Home
last modified time | relevance | path

Searched refs:ICV (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIndirectCallVisitor.h82 PGOIndirectCallVisitor ICV( in findIndirectCalls()
84 ICV.visit(F); in findIndirectCalls()
85 return ICV.IndirectCalls; in findIndirectCalls()
89 PGOIndirectCallVisitor ICV( in findVTableAddrs()
91 ICV.visit(F); in findVTableAddrs()
92 return ICV.ProfiledAddresses; in findVTableAddrs()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp441 auto &ICV = ICVs[_Name]; \ in initializeInternalControlVars()
442 ICV.Setter = RTL; \ in initializeInternalControlVars()
446 auto &ICV = ICVs[Name]; \ in initializeInternalControlVars()
447 ICV.Getter = RTL; \ in initializeInternalControlVars()
451 auto &ICV = ICVs[Enum]; \ in initializeInternalControlVars()
452 ICV.Name = _Name; \ in initializeInternalControlVars()
453 ICV.Kind = Enum; \ in initializeInternalControlVars()
454 ICV.InitKind = Init; \ in initializeInternalControlVars()
455 ICV.EnvVarName = _EnvVarName; \ in initializeInternalControlVars()
456 switch (ICV.InitKind) { \ in initializeInternalControlVars()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.td162 def CRJAsm#V : FixedCmpBranchRIEb<ICV<V>, "crj", 0xEC76, GR32>;
163 def CGRJAsm#V : FixedCmpBranchRIEb<ICV<V>, "cgrj", 0xEC64, GR64>;
164 def CIJAsm#V : FixedCmpBranchRIEc<ICV<V>, "cij", 0xEC7E, GR32,
166 def CGIJAsm#V : FixedCmpBranchRIEc<ICV<V>, "cgij", 0xEC7C, GR64,
168 def CLRJAsm#V : FixedCmpBranchRIEb<ICV<V>, "clrj", 0xEC77, GR32>;
169 def CLGRJAsm#V : FixedCmpBranchRIEb<ICV<V>, "clgrj", 0xEC65, GR64>;
170 def CLIJAsm#V : FixedCmpBranchRIEc<ICV<V>, "clij", 0xEC7F, GR32,
172 def CLGIJAsm#V : FixedCmpBranchRIEc<ICV<V>, "clgij", 0xEC7D, GR64,
176 def CRBAsm#V : FixedCmpBranchRRS<ICV<V>, "crb", 0xECF6, GR32>;
177 def CGRBAsm#V : FixedCmpBranchRRS<ICV<V>, "cgrb", 0xECE4, GR64>;
[all …]
H A DSystemZInstrFormats.td2109 class ICV<string name>
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-ciphers.pod.in302 cipher suites using both 16 and 8 octet Integrity Check Value (ICV)
303 while B<AESCCM8> only references 8 octet ICV.
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.def275 LANGOPT(OpenMPNoThreadState , 1, 0, "Assume that no thread in a parallel region will modify an ICV
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/
H A DBEGEMOT-WIRELESS-MIB.txt2236 decryption failed due to ICV mismatch."
/freebsd/contrib/tcpdump/
H A DCHANGES289 MACsec: Update the snapend thus the ICV field is not payload
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td3618 HelpText<"Assert no thread in a parallel region modifies an ICV">,