Home
last modified time | relevance | path

Searched full:implies (Results 1 – 25 of 1039) sorted by relevance

12345678910>>...42

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyLogical.cpp19 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 DThreadSafetyLogical.h31 /// 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 DMCSubtargetInfo.cpp37 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 Dvirtual-memory.json8 … 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 Dvirtual-memory.json8 … 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 Dvirtual-memory.json8 … 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 Dvirtual-memory.json32 …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 Dvirtual-memory.json34 …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 Dvirtual-memory.json34 …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 Dvirtual-memory.json17 …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 Dvirtual-memory.json32 …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 DAMDGPURemoveIncompatibleFunctions.cpp114 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 DAMDGPUFeatures.td44 list<SubtargetFeature> Implies> :
46 Value#" GPU generation", Implies>;
/freebsd/share/man/man9/
H A Dhexdump.966 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 Dhexdump.363 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 Dkern.mk121 # 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 Dc64332 # 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 Dss6166 associative implies reduce, right associative implies shift, and nonassociating
167 implies error.
/freebsd/share/doc/smm/07.lpd/
H A D7.t34 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 DREADME77 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 DREADME75 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 Dsal_types_compression.h48 /* 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 Dpinctrl-vt8500.txt26 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 DARMBuildAttributes.h131 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 Dpmc.txt8 whose PMC is compatible, and implies deep-sleep capability.
12 whose PMC is compatible, and implies deep-sleep capability.

12345678910>>...42