/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | ThreadSafetyLogical.cpp | 19 static bool implies(const LExpr *LHS, bool LNeg, const LExpr *RHS, bool RNeg) { in implies() function 24 return implies(A->left(), LNeg, RHS, RNeg) && in implies() 25 implies(A->right(), LNeg, RHS, RNeg); in implies() 28 return implies(LHS, LNeg, A->left(), RNeg) && in implies() 29 implies(LHS, LNeg, A->right(), RNeg); in implies() 34 return implies(A->left(), LNeg, RHS, RNeg) || in implies() 35 implies(A->right(), LNeg, RHS, RNeg); in implies() 38 return implies(LHS, LNeg, A->left(), RNeg) || in implies() 39 implies(LHS, LNeg, A->right(), RNeg); in implies() 60 // to return !implies(LHS, RHS). in implies() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyLogical.h | 31 /// Logical implication. Returns true if the LExpr implies RHS, i.e. if 32 /// the LExpr holds, then RHS must hold. For example, (A & B) implies A. 33 inline bool implies(const LExpr *RHS) const; 94 /// Logical implication. Returns true if LHS implies RHS, i.e. if LHS 95 /// holds, then RHS must hold. For example, (A & B) implies A. 96 bool implies(const LExpr *LHS, const LExpr *RHS); 98 bool LExpr::implies(const LExpr *RHS) const { in implies() function 99 return lexpr::implies(this, RHS); in implies()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCSubtargetInfo.cpp | 37 void SetImpliedBits(FeatureBitset &Bits, const FeatureBitset &Implies, in SetImpliedBits() argument 39 // OR the Implies bits in outside the loop. This allows the Implies for CPUs in SetImpliedBits() 41 Bits |= Implies; in SetImpliedBits() 43 if (Implies.test(FE.Value)) in SetImpliedBits() 44 SetImpliedBits(Bits, FE.Implies.getAsBitset(), FeatureTable); in SetImpliedBits() 47 /// For each feature that (transitively) implies this feature, clear it. 52 if (FE.Implies.getAsBitset().test(Value)) { in ClearImpliedBits() 73 // For each feature that this implies, set it. in ApplyFeatureFlag() 74 SetImpliedBits(Bits, FeatureEntry->Implies.getAsBitset(), FeatureTable); in ApplyFeatureFlag() 78 // For each feature that implies this, clear it. in ApplyFeatureFlag() [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/cascadelakex/ |
H A D | virtual-memory.json | 8 … data loads that caused a page walk of any page size (4K/2M/4M/1G). This implies it missed in all … 39 …completed page walks (all page sizes) caused by demand data loads. This implies it missed in the … 49 …ounts completed page walks (1G sizes) caused by demand data loads. This implies address translati… 59 …ts completed page walks (2M/4M sizes) caused by demand data loads. This implies address translati… 69 …ounts completed page walks (4K sizes) caused by demand data loads. This implies address translati… 89 …data stores that caused a page walk of any page size (4K/2M/4M/1G). This implies it missed in all … 120 …ompleted page walks (all page sizes) caused by demand data stores. This implies it missed in the … 130 …unts completed page walks (1G sizes) caused by demand data stores. This implies address translati… 140 …s completed page walks (2M/4M sizes) caused by demand data stores. This implies address translati… 150 …unts completed page walks (4K sizes) caused by demand data stores. This implies address translati… [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/skylake/ |
H A D | virtual-memory.json | 8 … data loads that caused a page walk of any page size (4K/2M/4M/1G). This implies it missed in all … 39 …completed page walks (all page sizes) caused by demand data loads. This implies it missed in the … 49 …ounts completed page walks (1G sizes) caused by demand data loads. This implies address translati… 59 …ts completed page walks (2M/4M sizes) caused by demand data loads. This implies address translati… 69 …ounts completed page walks (4K sizes) caused by demand data loads. This implies address translati… 89 …data stores that caused a page walk of any page size (4K/2M/4M/1G). This implies it missed in all … 120 …ompleted page walks (all page sizes) caused by demand data stores. This implies it missed in the … 130 …unts completed page walks (1G sizes) caused by demand data stores. This implies address translati… 140 …s completed page walks (2M/4M sizes) caused by demand data stores. This implies address translati… 150 …unts completed page walks (4K sizes) caused by demand data stores. This implies address translati… [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/skylakex/ |
H A D | virtual-memory.json | 8 … data loads that caused a page walk of any page size (4K/2M/4M/1G). This implies it missed in all … 39 …completed page walks (all page sizes) caused by demand data loads. This implies it missed in the … 49 …ounts completed page walks (1G sizes) caused by demand data loads. This implies address translati… 59 …ts completed page walks (2M/4M sizes) caused by demand data loads. This implies address translati… 69 …ounts completed page walks (4K sizes) caused by demand data loads. This implies address translati… 89 …data stores that caused a page walk of any page size (4K/2M/4M/1G). This implies it missed in all … 120 …ompleted page walks (all page sizes) caused by demand data stores. This implies it missed in the … 130 …unts completed page walks (1G sizes) caused by demand data stores. This implies address translati… 140 …s completed page walks (2M/4M sizes) caused by demand data stores. This implies address translati… 150 …unts completed page walks (4K sizes) caused by demand data stores. This implies address translati… [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/sapphirerapids/ |
H A D | virtual-memory.json | 32 …completed page walks (all page sizes) caused by demand data loads. This implies it missed in the … 43 …ounts completed page walks (1G sizes) caused by demand data loads. This implies address translati… 54 …ts completed page walks (2M/4M sizes) caused by demand data loads. This implies address translati… 65 …ounts completed page walks (4K sizes) caused by demand data loads. This implies address translati… 110 …ompleted page walks (all page sizes) caused by demand data stores. This implies it missed in the … 121 …unts completed page walks (1G sizes) caused by demand data stores. This implies address translati… 132 …s completed page walks (2M/4M sizes) caused by demand data stores. This implies address translati… 143 …unts completed page walks (4K sizes) caused by demand data stores. This implies address translati… 188 …ounts completed page walks (all page sizes) caused by a code fetch. This implies it missed in the … 199 …nts completed page walks (2M/4M page sizes) caused by a code fetch. This implies it missed in the … [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/icelakex/ |
H A D | virtual-memory.json | 34 …completed page walks (all page sizes) caused by demand data loads. This implies it missed in the … 46 …ounts completed page walks (1G sizes) caused by demand data loads. This implies address translati… 58 …ts completed page walks (2M/4M sizes) caused by demand data loads. This implies address translati… 70 …ounts completed page walks (4K sizes) caused by demand data loads. This implies address translati… 119 …ompleted page walks (all page sizes) caused by demand data stores. This implies it missed in the … 131 …unts completed page walks (1G sizes) caused by demand data stores. This implies address translati… 143 …s completed page walks (2M/4M sizes) caused by demand data stores. This implies address translati… 155 …unts completed page walks (4K sizes) caused by demand data stores. This implies address translati… 204 …ounts completed page walks (all page sizes) caused by a code fetch. This implies it missed in the … 216 …nts completed page walks (2M/4M page sizes) caused by a code fetch. This implies it missed in the … [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/icelake/ |
H A D | virtual-memory.json | 34 …completed page walks (all page sizes) caused by demand data loads. This implies it missed in the … 46 …ts completed page walks (2M/4M sizes) caused by demand data loads. This implies address translati… 58 …ounts completed page walks (4K sizes) caused by demand data loads. This implies address translati… 107 …ompleted page walks (all page sizes) caused by demand data stores. This implies it missed in the … 119 …s completed page walks (2M/4M sizes) caused by demand data stores. This implies address translati… 131 …unts completed page walks (4K sizes) caused by demand data stores. This implies address translati… 180 …ounts completed page walks (all page sizes) caused by a code fetch. This implies it missed in the … 192 …nts completed page walks (2M/4M page sizes) caused by a code fetch. This implies it missed in the … 204 …Counts completed page walks (4K page sizes) caused by a code fetch. This implies it missed in the …
|
/freebsd/lib/libpmc/pmu-events/arch/x86/silvermont/ |
H A D | virtual-memory.json | 17 …page walk or instruction (I) page walk is in progress. Since a pagewalk implies a TLB miss, the a… 36 …ts when a data (D) page walk is completed or started. Since a page walk implies a TLB miss, the n… 55 …an instruction (I) page walk is completed or started. Since a page walk implies a TLB miss, the n… 65 …an instruction (I) page walk is completed or started. Since a page walk implies a TLB miss, the n…
|
/freebsd/lib/libpmc/pmu-events/arch/x86/tigerlake/ |
H A D | virtual-memory.json | 32 …completed page walks (all page sizes) caused by demand data loads. This implies it missed in the … 43 …ts completed page walks (2M/4M sizes) caused by demand data loads. This implies address translati… 54 …ounts completed page walks (4K sizes) caused by demand data loads. This implies address translati… 99 …ompleted page walks (all page sizes) caused by demand data stores. This implies it missed in the … 166 …ounts completed page walks (all page sizes) caused by a code fetch. This implies it missed in the … 177 …nts completed page walks (2M/4M page sizes) caused by a code fetch. This implies it missed in the … 188 …Counts completed page walks (4K page sizes) caused by a code fetch. This implies it missed in the …
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPURemoveIncompatibleFunctions.cpp | 114 if (Features.test(FE.Value) && FE.Implies.any()) in expandImpliedFeatures() 115 Result |= expandImpliedFeatures(FE.Implies.getAsBitset()); in expandImpliedFeatures() 157 // e.g. GFX90A implies FeatureGFX9, and FeatureGFX9 implies a whole set of in checkFunction() 160 expandImpliedFeatures(GPUInfo->Implies.getAsBitset()); in checkFunction()
|
H A D | AMDGPUFeatures.td | 44 list<SubtargetFeature> Implies> : 46 Value#" GPU generation", Implies>;
|
/freebsd/share/man/man9/ |
H A D | hexdump.9 | 66 implies that no header will be printed. 72 A value of 0 implies that the default value of 16 will be used. 77 A value of 0 implies that the default value of 32
|
/freebsd/lib/libutil/ |
H A D | hexdump.3 | 63 implies that no header will be printed. 69 A value of 0 implies that the default value of 16 will be used. 72 A value of 0 implies that the default value of 32
|
/freebsd/sys/conf/ |
H A D | kern.mk | 121 # Setting -mno-mmx implies -mno-3dnow 122 # Setting -mno-sse implies -mno-sse2, -mno-sse3 and -mno-ssse3 125 # Setting -mno-mmx implies -mno-3dnow and -mno-3dnowa 126 # Setting -mno-sse implies -mno-sse2, -mno-sse3, -mno-ssse3, -mno-sse41 and -mno-sse42 183 # Setting -mno-mmx implies -mno-3dnow 184 # Setting -mno-sse implies -mno-sse2, -mno-sse3, -mno-ssse3 and -mfpmath=387 187 # Setting -mno-mmx implies -mno-3dnow and -mno-3dnowa 188 # Setting -mno-sse implies -mno-sse2, -mno-sse3, -mno-ssse3, -mno-sse41 and -mno-sse42
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | c64 | 332 # if first token is not SYS this implies BASIC program in most cases 339 # if first token is SYS this implies binary executable 404 # if first token is not SYS this implies BASIC program 407 # if first token is SYS this implies binary executable 471 # if first token is not SYS this implies BASIC program 473 # valid second end of line separator implies BASIC program 476 # invalid second end of line separator !=0 implies binary executable like: Minefield.prg 479 # if first token is SYS this implies binary executable 525 # if first token is not SYS this implies BASIC program 528 # if first token is SYS this implies binary executable [all …]
|
/freebsd/share/doc/psd/15.yacc/ |
H A D | ss6 | 166 associative implies reduce, right associative implies shift, and nonassociating 167 implies error.
|
/freebsd/share/doc/smm/07.lpd/ |
H A D | 7.t | 34 for their generation. Where the message implies a failure, 132 This implies there is a daemon trying to connect to the remote 170 This implies that there is insufficient disk space on the remote.
|
/freebsd/crypto/krb5/src/tests/gss-threads/ |
H A D | README | 77 network port. Implies "-once". 132 server. Implies "-nw", "-nx" and "-nm". 134 -nw Tells the client not to "wrap" messages. Implies "-nx".
|
/freebsd/crypto/krb5/src/appl/gss-sample/ |
H A D | README | 75 network port. Implies "-once". 132 server. Implies "-nw", "-nx" and "-nm". 134 -nw Tells the client not to "wrap" messages. Implies "-nx".
|
/freebsd/sys/dev/qat/qat_api/common/include/ |
H A D | sal_types_compression.h | 48 /* When set, implies device can decompress interim odd byte length 53 /* When set, implies device can decompress odd byte length 78 /* When set, implies device supports ASB_ENABLE */
|
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | pinctrl-vt8500.txt | 26 listed. In other words, a subnode that lists only a mux function implies no 28 a pull parameter implies no information about the mux function.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | ARMBuildAttributes.h | 131 AllowThumb32 = 2, // 32-bit Thumb (implies 16-bit instructions) 135 AllowFPv2 = 2, // v2 FP ISA permitted (implies use of the v1 FP ISA) 136 AllowFPv3A = 3, // v3 FP ISA permitted (implies use of the v2 FP ISA) 138 AllowFPv4A = 5, // v4 FP ISA permitted (implies use of v3 FP ISA)
|
/freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/ |
H A D | pmc.txt | 8 whose PMC is compatible, and implies deep-sleep capability. 12 whose PMC is compatible, and implies deep-sleep capability.
|