Home
last modified time | relevance | path

Searched defs:A (Results 1 – 25 of 952) sorted by relevance

12345678910>>...39

/freebsd/sys/dev/drm2/
H A Ddrm_fixed.h34 #define dfixed_const(A) (u32)(((A) << 12))/* + ((B + 0.000122)*4096)) */ argument
35 #define dfixed_const_half(A) (u32)(((A) << 12) + 2048) argument
36 #define dfixed_const_666(A) (u32)(((A) << 12) + 2731) argument
37 #define dfixed_const_8(A) (u32)(((A) << 12) + 3277) argument
38 #define dfixed_mul(A, B) ((u64)((u64)(A).full * (B).full + 2048) >> 12) argument
39 #define dfixed_init(A) { .full = dfixed_const((A)) } argument
40 #define dfixed_init_half(A) { .full = dfixed_const_half((A)) } argument
41 #define dfixed_trunc(A) ((A).full >> 12) argument
42 #define dfixed_frac(A) ((A).full & ((1 << 12) - 1)) argument
44 static inline u32 dfixed_floor(fixed20_12 A) in dfixed_floor()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dinternal_defs.h20 #define ARRAY_SIZE(A) (sizeof(A) / sizeof((A)[0])) argument
36 #define FORMAT(F, A) __attribute__((format(printf, F, A))) argument
117 #define CHECK(A) CHECK_IMPL((A), !=, 0) argument
118 #define CHECK_EQ(A, B) CHECK_IMPL((A), ==, (B)) argument
119 #define CHECK_NE(A, B) CHECK_IMPL((A), !=, (B)) argument
120 #define CHECK_LT(A, B) CHECK_IMPL((A), <, (B)) argument
121 #define CHECK_LE(A, B) CHECK_IMPL((A), <=, (B)) argument
122 #define CHECK_GT(A, B) CHECK_IMPL((A), >, (B)) argument
123 #define CHECK_GE(A, B) CHECK_IMPL((A), >=, (B)) argument
126 #define DCHECK(A) CHECK(A) argument
[all …]
H A Datomic_helpers.h63 inline typename T::Type atomic_load(const volatile T *A, memory_order MO) { in atomic_load() argument
71 inline void atomic_store(volatile T *A, typename T::Type V, memory_order MO) { in atomic_store() argument
79 inline typename T::Type atomic_fetch_add(volatile T *A, typename T::Type V, in atomic_fetch_add() argument
86 atomic_fetch_sub(volatile T * A,typename T::Type V,memory_order MO) atomic_fetch_sub() argument
93 atomic_fetch_and(volatile T * A,typename T::Type V,memory_order MO) atomic_fetch_and() argument
100 atomic_fetch_or(volatile T * A,typename T::Type V,memory_order MO) atomic_fetch_or() argument
107 atomic_exchange(volatile T * A,typename T::Type V,memory_order MO) atomic_exchange() argument
116 atomic_compare_exchange_strong(volatile T * A,typename T::Type * Cmp,typename T::Type Xchg,memory_order MO) atomic_compare_exchange_strong() argument
126 atomic_load_relaxed(const volatile T * A) atomic_load_relaxed() argument
131 atomic_store_relaxed(volatile T * A,typename T::Type V) atomic_store_relaxed() argument
136 atomic_compare_exchange(volatile T * A,typename T::Type Cmp,typename T::Type Xchg) atomic_compare_exchange() argument
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSlowDynamicAPInt.cpp33 SlowDynamicAPInt &detail::operator+=(SlowDynamicAPInt &A, int64_t B) { in operator +=()
36 SlowDynamicAPInt &detail::operator-=(SlowDynamicAPInt &A, int64_t B) { in operator -=()
39 SlowDynamicAPInt &detail::operator*=(SlowDynamicAPInt &A, int64_t B) { in operator *=()
42 SlowDynamicAPInt &detail::operator/=(SlowDynamicAPInt &A, int64_t B) { in operator /=()
45 SlowDynamicAPInt &detail::operator%=(SlowDynamicAPInt &A, int64_t B) { in operator %=()
49 bool detail::operator==(const SlowDynamicAPInt &A, int64_t B) { in operator ==()
52 bool detail::operator!=(const SlowDynamicAPInt &A, int64_t B) { in operator !=()
55 bool detail::operator>(const SlowDynamicAPInt &A, int64_t B) { in operator >()
58 bool detail::operator<(const SlowDynamicAPInt &A, int64_t B) { in operator <()
61 bool detail::operator<=(const SlowDynamicAPInt &A, int64_t B) { in operator <=()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DLoongArch.cpp53 if (const Arg *A = Args.getLastArg(options::OPT_mdouble_float, in getLoongArchABI() local
136 if (const Arg *A = Args.getLastArg(options::OPT_march_EQ)) in getLoongArchTargetFeatures() local
144 if (const Arg *A = Args.getLastArg(options::OPT_mdouble_float, in getLoongArchTargetFeatures() local
159 } else if (const Arg *A = Args.getLastArg(options::OPT_mfpu_EQ)) { in getLoongArchTargetFeatures() local
182 if (Arg *A = Args.getLastArgNoClaim(options::OPT_mabi_EQ)) in getLoongArchTargetFeatures() local
184 if (Arg *A = Args.getLastArgNoClaim(options::OPT_mfpu_EQ)) in getLoongArchTargetFeatures() local
186 if (Arg *A = Args.getLastArgNoClaim(options::OPT_msimd_EQ)) in getLoongArchTargetFeatures() local
191 if (const Arg *A = Args.getLastArg(options::OPT_msimd_EQ)) { in getLoongArchTargetFeatures() local
224 if (const Arg *A = Args.getLastArg(options::OPT_mlsx, options::OPT_mno_lsx)) { in getLoongArchTargetFeatures() local
238 if (const Arg *A = in getLoongArchTargetFeatures() local
[all …]
H A DX86.cpp26 if (const Arg *A = Args.getLastArg(clang::driver::options::OPT_march_EQ)) { in getX86TargetCPU() local
38 if (const Arg *A = Args.getLastArg(options::OPT__SLASH_arch)) { in getX86TargetCPU() local
124 if (const Arg *A = Args.getLastArg(clang::driver::options::OPT_mabi_EQ)) { in getX86TargetFeatures() local
132 if (const Arg *A = Args.getLastArg(clang::driver::options::OPT_march_EQ)) { in getX86TargetFeatures() local
230 for (const Arg *A : Args.filtered(options::OPT_m_x86_AVX10_Features_Group)) { in getX86TargetFeatures() local
253 for (const Arg *A : Args.filtered(options::OPT_m_x86_Features_Group, in getX86TargetFeatures() local
291 if (Arg *A = Args.getLastArg(options::OPT_mharden_sls_EQ)) { in getX86TargetFeatures() local
315 if (const Arg *A = in getX86TargetFeatures() local
321 if (const Arg *A = in getX86TargetFeatures() local
H A DMips.cpp53 if (Arg *A = Args.getLastArg(clang::driver::options::OPT_march_EQ, in getMipsCPUAndABI() local
57 if (Arg *A = Args.getLastArg(options::OPT_mabi_EQ)) { in getMipsCPUAndABI() local
149 if (Arg *A = in getMipsFloatABI() local
261 if (Arg *A = Args.getLastArg(options::OPT_mlong_calls, in getMIPSTargetFeatures() local
271 if (Arg *A = Args.getLastArg(options::OPT_mxgot, options::OPT_mno_xgot)) { in getMIPSTargetFeatures() local
286 if (Arg *A = Args.getLastArg(options::OPT_mnan_EQ)) { in getMIPSTargetFeatures() local
308 if (Arg *A = Args.getLastArg(options::OPT_mabs_EQ)) { in getMIPSTargetFeatures() local
344 if (Arg *A = Args.getLastArg( in getMIPSTargetFeatures() local
357 if (Arg *A = Args.getLastArg(options::OPT_mfp32, options::OPT_mfpxx, in getMIPSTargetFeatures() local
372 } else if (Arg *A = Args.getLastArg(options::OPT_mmsa)) { in getMIPSTargetFeatures() local
[all …]
H A DRISCV.cpp56 static void getRISCFeaturesFromMcpu(const Driver &D, const Arg *A, in getRISCFeaturesFromMcpu()
85 if (Arg *A = Args.getLastArg(options::OPT_mcpu_EQ)) { in getRISCVTargetFeatures() local
168 Arg *A; in getRISCVTargetFeatures() local
180 if (const Arg *A = Args.getLastArg( in getRISCVTargetFeatures() local
197 if (const Arg *A = Args.getLastArg( in getRISCVTargetFeatures() local
240 if (const Arg *A = Args.getLastArg(options::OPT_mabi_EQ)) in getRISCVABI() local
308 if (const Arg *A = Args.getLastArg(options::OPT_march_EQ)) in getRISCVArch() local
312 if (const Arg *A = Args.getLastArg(options::OPT_mcpu_EQ)) { in getRISCVArch() local
344 if (const Arg *A = Args.getLastArg(options::OPT_mabi_EQ)) { in getRISCVArch() local
385 if (const Arg *A = Args.getLastArg(options::OPT_mcpu_EQ)) in getRISCVTargetCPU() local
H A DSystemZ.cpp29 if (Arg *A = Args.getLastArg(clang::driver::options::OPT_msoft_float, in getSystemZFloatABI() local
38 if (const Arg *A = Args.getLastArg(clang::driver::options::OPT_march_EQ)) { in getSystemZTargetCPU() local
57 if (Arg *A = Args.getLastArg(options::OPT_mhtm, options::OPT_mno_htm)) { in getSystemZTargetFeatures() local
64 if (Arg *A = Args.getLastArg(options::OPT_mvx, options::OPT_mno_vx)) { in getSystemZTargetFeatures() local
75 if (const Arg *A = Args.getLastArg(options::OPT_munaligned_symbols, in getSystemZTargetFeatures() local
H A DARM.cpp40 if (Arg *A = Args.getLastArg(options::OPT_mlittle_endian, in isARMBigEndian() local
58 if (const Arg *A = Args.getLastArg(clang::driver::options::OPT_mcpu_EQ)) in getARMArchCPUFromArgs() local
60 if (const Arg *A = Args.getLastArg(options::OPT_march_EQ)) in getARMArchCPUFromArgs() local
65 for (const Arg *A : in getARMArchCPUFromArgs() local
80 static void getARMHWDivFeatures(const Driver &D, const Arg *A, in getARMHWDivFeatures()
89 static llvm::ARM::FPUKind getARMFPUFeatures(const Driver &D, const Arg *A, in getARMFPUFeatures()
126 static void checkARMArchName(const Driver &D, const Arg *A, const ArgList &Args, in checkARMArchName()
144 static void checkARMCPUName(const Driver &D, const Arg *A, const ArgList &Args, in checkARMCPUName()
167 const Arg *A = in checkARMFloatABI() local
198 if (Arg *A = Args.getLastArg(options::OPT_mtp_mode_EQ)) { in getReadTPMode() local
[all …]
H A DCSKY.cpp30 if (const Arg *A = Args.getLastArg(options::OPT_march_EQ)) { in getCSKYArchName() local
40 if (const Arg *A = Args.getLastArg(clang::driver::options::OPT_mcpu_EQ)) { in getCSKYArchName() local
54 if (Arg *A = in getCSKYFloatABI() local
79 getCSKYFPUFeatures(const Driver &D, const Arg *A, const ArgList &Args, in getCSKYFPUFeatures()
124 if (const Arg *A = Args.getLastArg(options::OPT_march_EQ)) { in getCSKYTargetFeatures() local
133 if (const Arg *A = Args.getLastArg(clang::driver::options::OPT_mcpu_EQ)) { in getCSKYTargetFeatures() local
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp73 if (Arg *A = Args.getLastArg(clang::driver::options::OPT_C, options::OPT_CC, in CheckPreprocessingOptions() local
90 if (const Arg *A = in CheckCodeGenerationOptions() local
151 const Arg &A, size_t &Position) { in getRefinementStep()
185 Arg *A = Args.getLastArg(options::OPT_mrecip, options::OPT_mrecip_EQ); in ParseMRecip() local
289 Arg *A = Args.getLastArg(options::OPT_mprefer_vector_width_EQ); in ParseMPreferVectorWidth() local
423 if (Arg *A = Args.getLastArg(options::OPT_ffile_compilation_dir_EQ, in addDebugCompDirArg() local
481 for (const Arg *A : Args.filtered(options::OPT_ffile_prefix_map_EQ, in addDebugPrefixMapArg() local
495 for (const Arg *A : Args.filtered(options::OPT_ffile_prefix_map_EQ, in addMacroPrefixMapArg() local
510 for (const Arg *A : Args.filtered(options::OPT_ffile_prefix_map_EQ, in addCoveragePrefixMapArg() local
526 if (Arg *A = Args.getLastArg(options::OPT_O_Group)) { in shouldEnableVectorizerAtOLevel() local
[all …]
H A DFlang.cpp180 if (Arg *A = Args.getLastArg(options::OPT_msve_vector_bits_EQ)) { in AddAArch64TargetArgs() local
210 if (Arg *A = Args.getLastArg(options::OPT_mrvv_vector_bits_EQ)) { in AddRISCVTargetArgs() local
253 if (Arg *A = Args.getLastArg(options::OPT_masm_EQ)) { in AddX86_64TargetArgs() local
341 if (Arg *A = Args.getLastArg(options::OPT_mcode_object_version_EQ)) { in AddAMDGPUTargetArgs() local
385 if (Arg *A = Args.getLastArg(options::OPT_fveclib)) { in addTargetOptions() local
423 if (const Arg *A = Args.getLastArg(options::OPT_mtune_EQ)) { in addTargetOptions() local
507 if (const Arg *A = Args.getLastArg(options::OPT_ffp_contract)) { in addFloatingPointOptions() local
524 for (const Arg *A : Args) { in addFloatingPointOptions() local
629 if (const Arg *A = Args.getLastArg(options::OPT_fsave_optimization_record_EQ)) in renderRemarksOptions() local
634 const Arg *A = Args.getLastArg(options::OPT_foptimization_record_file_EQ); in renderRemarksOptions() local
[all …]
H A DCommonArgs.cpp184 if (Arg *A = Args.getLastArg(options::OPT_mframe_chain)) { in mustMaintainValidFrameChain() local
201 if (Arg *A = Args.getLastArg(options::OPT_mframe_chain)) { in framePointerImpliesLeafFramePointer() local
266 if (const Arg *A = Args.getLastArg(options::OPT_Rpass_EQ)) in renderRpassOptions() local
270 if (const Arg *A = Args.getLastArg(options::OPT_Rpass_missed_EQ)) in renderRpassOptions() local
274 if (const Arg *A = Args.getLastArg(options::OPT_Rpass_analysis_EQ)) in renderRpassOptions() local
285 if (const Arg *A = Args.getLastArg(options::OPT_fsave_optimization_record_EQ)) in renderRemarksOptions() local
289 const Arg *A = Args.getLastArg(options::OPT_foptimization_record_file_EQ); in renderRemarksOptions() local
301 if (const Arg *A = in renderRemarksOptions() local
318 if (const Arg *A = in renderRemarksHotnessOptions() local
352 for (const Arg *A : Args.filtered(Group)) { in handleTargetFeaturesGroup() local
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributeMask.h39 for (Attribute A : AS) in AttributeMask() local
52 AttributeMask &addAttribute(Attribute A) { in addAttribute()
61 AttributeMask &addAttribute(StringRef A) { in addAttribute()
67 bool contains(Attribute::AttrKind A) const { in contains()
74 bool contains(StringRef A) const { return TargetDepAttrs.count(A); } in contains()
77 bool contains(Attribute A) const { in contains()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DAction.h243 static bool classof(const Action *A) { in classof()
260 static bool classof(const Action *A) { in classof()
334 HostDependence(Action &A, const ToolChain &TC, const char *BoundArch, in HostDependence()
396 static bool classof(const Action *A) { return A->getKind() == OffloadClass; } in classof()
407 static bool classof(const Action *A) { in classof()
419 static bool classof(const Action *A) { in classof()
433 static bool classof(const Action *A) { in classof()
444 static bool classof(const Action *A) { in classof()
457 static bool classof(const Action *A) { in classof()
468 static bool classof(const Action *A) { in classof()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Davx512fp16intrin.h279 #define _mm_comi_round_sh(A, B, P, R) \ argument
282 #define _mm_comi_sh(A, B, pred) \ argument
375 #define _mm512_add_round_ph(A, B, R) \ argument
379 #define _mm512_mask_add_round_ph(W, U, A, B, R) \ argument
384 #define _mm512_maskz_add_round_ph(U, A, B, R) \ argument
407 #define _mm512_sub_round_ph(A, B, R) \ argument
411 #define _mm512_mask_sub_round_ph(W, U, A, B, R) \ argument
416 #define _mm512_maskz_sub_round_ph(U, A, B, R) \ argument
439 #define _mm512_mul_round_ph(A, B, R) \ argument
443 #define _mm512_mask_mul_round_ph(W, U, A, B, R) \ argument
[all …]
H A Dsm4intrin.h76 #define _mm_sm4key4_epi32(A, B) \ argument
138 #define _mm256_sm4key4_epi32(A, B) \ argument
202 #define _mm_sm4rnds4_epi32(A, B) \ argument
266 #define _mm256_sm4rnds4_epi32(A, B) \ argument
/freebsd/usr.bin/vgrind/
H A Dregexp.c109 #define MSYM(A) (*(A+1)) /* symbol in a meta symbol block */ argument
110 #define MNEXT(A) (A+2) /* character following a metasymbol block */ argument
112 #define OSYM(A) (*(A+1)) /* symbol in an operation block */ argument
113 #define OCNT(A) (*(A+2)) /* character count */ argument
114 #define ONEXT(A) (A+3) /* next character after the operation */ argument
115 #define OPTR(A) (A+*(A+2)) /* place pointed to by the operator */ argument
117 #define SCNT(A) (*(A+1)) /* byte count of a string */ argument
118 #define SSTR(A) (A+2) /* address of the string */ argument
119 #define SNEXT(A) (A+2+*(A+1)) /* character following the string */ argument
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-shuffle-test_.cc46 class A : public Test {}; class
47 TEST_F(A, A) {} in TEST_F() argument
48 TEST_F(A, B) {} in TEST_F() argument
50 TEST(ADeathTest, A) {} in TEST() argument
54 TEST(B, A) {} in TEST() argument
60 TEST(BDeathTest, A) {} in TEST() argument
63 TEST(C, A) {} in TEST() argument
68 TEST(CDeathTest, A) {} in TEST() argument
70 TEST(DISABLED_D, A) {} in TEST() argument
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DIntegralAP.h187 static bool increment(IntegralAP A, IntegralAP *R) { in increment()
192 static bool decrement(IntegralAP A, IntegralAP *R) { in decrement()
197 static bool add(IntegralAP A, IntegralAP B, unsigned OpBits, IntegralAP *R) { in add()
201 static bool sub(IntegralAP A, IntegralAP B, unsigned OpBits, IntegralAP *R) { in sub()
205 static bool mul(IntegralAP A, IntegralAP B, unsigned OpBits, IntegralAP *R) { in mul()
209 static bool rem(IntegralAP A, IntegralAP B, unsigned OpBits, IntegralAP *R) { in rem()
217 static bool div(IntegralAP A, IntegralAP B, unsigned OpBits, IntegralAP *R) { in div()
225 static bool bitAnd(IntegralAP A, IntegralAP B, unsigned OpBits, in bitAnd()
231 static bool bitOr(IntegralAP A, IntegralAP B, unsigned OpBits, in bitOr()
237 static bool bitXor(IntegralAP A, IntegralAP B, unsigned OpBits, in bitXor()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp28 static Attr *handleFallThroughAttr(Sema &S, Stmt *St, const ParsedAttr &A, in handleFallThroughAttr()
55 static Attr *handleSuppressAttr(Sema &S, Stmt *St, const ParsedAttr &A, in handleSuppressAttr()
78 static Attr *handleLoopHintAttr(Sema &S, Stmt *St, const ParsedAttr &A, in handleLoopHintAttr()
219 static Attr *handleNoMergeAttr(Sema &S, Stmt *St, const ParsedAttr &A, in handleNoMergeAttr()
236 const AttributeCommonInfo &A) { in CheckStmtInlineAttr()
277 const AttributeCommonInfo &A) { in CheckNoInlineAttr()
282 const AttributeCommonInfo &A) { in CheckAlwaysInlineAttr()
286 static Attr *handleNoInlineAttr(Sema &S, Stmt *St, const ParsedAttr &A, in handleNoInlineAttr()
301 static Attr *handleAlwaysInlineAttr(Sema &S, Stmt *St, const ParsedAttr &A, in handleAlwaysInlineAttr()
316 static Attr *handleCXXAssumeAttr(Sema &S, Stmt *St, const ParsedAttr &A, in handleCXXAssumeAttr()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAssumptions.cpp24 bool hasAssumption(const Attribute &A, in hasAssumption()
36 DenseSet<StringRef> getAssumptions(const Attribute &A) { in getAssumptions()
72 const Attribute &A = F.getFnAttribute(AssumptionAttrKey); in hasAssumption() local
82 const Attribute &A = CB.getFnAttr(AssumptionAttrKey); in hasAssumption() local
87 const Attribute &A = F.getFnAttribute(AssumptionAttrKey); in getAssumptions() local
92 const Attribute &A = CB.getFnAttr(AssumptionAttrKey); in getAssumptions() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp338 if (const Arg *A = Args.getLastArg(Opt, OtherOpt)) { in makeBooleanOptionNormalizer() local
607 Arg *A = Args.getLastArg(OPT_fnew_alignment_EQ); in FixupInvocation() local
672 if (Arg *A = Args.getLastArg(OPT_fdefault_calling_conv_EQ)) { in FixupInvocation() local
702 if (Arg *A = Args.getLastArg(options::OPT_O_Group)) { in getOptimizationLevel() local
725 if (Arg *A = Args.getLastArg(options::OPT_O_Group)) { in getOptimizationLevelSize() local
888 const ArrayRef<const char *> B) { in RoundTrip()
936 for (auto *A : Args.filtered(Group)) { in addDiagnosticArgs() local
1062 if (Arg *A = Args.getLastArg(OPT_analyzer_constraints)) { in ParseAnalyzerArgs() local
1082 if (Arg *A = Args.getLastArg(OPT_analyzer_output)) { in ParseAnalyzerArgs() local
1097 if (Arg *A = Args.getLastArg(OPT_analyzer_purge)) { in ParseAnalyzerArgs() local
[all …]
/freebsd/sys/dev/ixgbe/
H A Dixgbe_osdep.h74 #define MSGOUT(S, A, B) printf(S "\n", A, B) argument
78 #define DEBUGOUT1(S,A) printf(S "\n",A) argument
79 #define DEBUGOUT2(S,A,B) printf(S "\n",A,B) argument
80 #define DEBUGOUT3(S,A,B,C) printf(S "\n",A,B,C) argument
81 #define DEBUGOUT4(S,A,B,C,D) printf(S "\n",A,B,C,D) argument
82 #define DEBUGOUT5(S,A,B,C,D,E) printf(S "\n",A,B,C,D,E) argument
83 #define DEBUGOUT6(S,A,B,C,D,E,F) printf(S "\n",A,B,C,D,E,F) argument
84 #define DEBUGOUT7(S,A,B,C,D,E,F,G) printf(S "\n",A,B,C,D,E,F,G) argument
104 #define DEBUGOUT1(S,A) argument
105 #define DEBUGOUT2(S,A,B) argument
[all …]

12345678910>>...39