| /NextBSD/contrib/llvm/tools/clang/lib/Headers/ |
| HD | avx512erintrin.h | 31 #define _mm512_exp2a23_round_pd(A, R) __extension__ ({ \ argument 36 #define _mm512_mask_exp2a23_round_pd(S, M, A, R) __extension__ ({ \ argument 41 #define _mm512_maskz_exp2a23_round_pd(M, A, R) __extension__ ({ \ argument 46 #define _mm512_exp2a23_pd(A) \ argument 49 #define _mm512_mask_exp2a23_pd(S, M, A) \ argument 52 #define _mm512_maskz_exp2a23_pd(M, A) \ argument 55 #define _mm512_exp2a23_round_ps(A, R) __extension__ ({ \ argument 60 #define _mm512_mask_exp2a23_round_ps(S, M, A, R) __extension__ ({ \ argument 65 #define _mm512_maskz_exp2a23_round_ps(M, A, R) __extension__ ({ \ argument 70 #define _mm512_exp2a23_ps(A) \ argument [all …]
|
| HD | avx512fintrin.h | 876 #define _mm512_roundscale_ps(A, B) __extension__ ({ \ argument 880 #define _mm512_roundscale_pd(A, B) __extension__ ({ \ argument 884 #define _mm512_fmadd_round_pd(A, B, C, R) __extension__ ({ \ argument 890 #define _mm512_mask_fmadd_round_pd(A, U, B, C, R) __extension__ ({ \ argument 896 #define _mm512_mask3_fmadd_round_pd(A, B, C, U, R) __extension__ ({ \ argument 902 #define _mm512_maskz_fmadd_round_pd(U, A, B, C, R) __extension__ ({ \ argument 908 #define _mm512_fmsub_round_pd(A, B, C, R) __extension__ ({ \ argument 914 #define _mm512_mask_fmsub_round_pd(A, U, B, C, R) __extension__ ({ \ argument 920 #define _mm512_maskz_fmsub_round_pd(U, A, B, C, R) __extension__ ({ \ argument 926 #define _mm512_fnmadd_round_pd(A, B, C, R) __extension__ ({ \ argument [all …]
|
| HD | smmintrin.h | 413 #define _mm_cmpistrm(A, B, M) __builtin_ia32_pcmpistrm128((A), (B), (M)) argument 414 #define _mm_cmpistri(A, B, M) __builtin_ia32_pcmpistri128((A), (B), (M)) argument 416 #define _mm_cmpestrm(A, LA, B, LB, M) \ argument 418 #define _mm_cmpestri(A, LA, B, LB, M) \ argument 422 #define _mm_cmpistra(A, B, M) \ argument 424 #define _mm_cmpistrc(A, B, M) \ argument 426 #define _mm_cmpistro(A, B, M) \ argument 428 #define _mm_cmpistrs(A, B, M) \ argument 430 #define _mm_cmpistrz(A, B, M) \ argument 433 #define _mm_cmpestra(A, LA, B, LB, M) \ argument [all …]
|
| /NextBSD/sys/dev/drm2/ |
| HD | drm_fixed.h | 36 #define dfixed_const(A) (u32)(((A) << 12))/* + ((B + 0.000122)*4096)) */ argument 37 #define dfixed_const_half(A) (u32)(((A) << 12) + 2048) argument 38 #define dfixed_const_666(A) (u32)(((A) << 12) + 2731) argument 39 #define dfixed_const_8(A) (u32)(((A) << 12) + 3277) argument 40 #define dfixed_mul(A, B) ((u64)((u64)(A).full * (B).full + 2048) >> 12) argument 41 #define dfixed_init(A) { .full = dfixed_const((A)) } argument 42 #define dfixed_init_half(A) { .full = dfixed_const_half((A)) } argument 43 #define dfixed_trunc(A) ((A).full >> 12) argument 44 #define dfixed_frac(A) ((A).full & ((1 << 12) - 1)) argument 46 static inline u32 dfixed_floor(fixed20_12 A) in dfixed_floor() [all …]
|
| /NextBSD/contrib/llvm/tools/clang/lib/Frontend/ |
| HD | CompilerInvocation.cpp | 80 if (Arg *A = Args.getLastArg(options::OPT_O_Group)) { in getOptimizationLevel() local 100 if (Arg *A = Args.getLastArg(options::OPT_O_Group)) { in getOptimizationLevelSize() local 138 if (Arg *A = Args.getLastArg(OPT_analyzer_store)) { in ParseAnalyzerArgs() local 154 if (Arg *A = Args.getLastArg(OPT_analyzer_constraints)) { in ParseAnalyzerArgs() local 170 if (Arg *A = Args.getLastArg(OPT_analyzer_output)) { in ParseAnalyzerArgs() local 186 if (Arg *A = Args.getLastArg(OPT_analyzer_purge)) { in ParseAnalyzerArgs() local 202 if (Arg *A = Args.getLastArg(OPT_analyzer_inlining_mode)) { in ParseAnalyzerArgs() local 242 for (const Arg *A : in ParseAnalyzerArgs() local 256 for (const Arg *A : Args.filtered(OPT_analyzer_config)) { in ParseAnalyzerArgs() local 298 if (Arg *A = Args.getLastArg(OPT_mcode_model)) { in getCodeModel() local [all …]
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Driver/ |
| HD | Action.h | 117 static bool classof(const Action *A) { in classof() 133 static bool classof(const Action *A) { in classof() 153 static bool classof(const Action *A) { in classof() 170 static bool classof(const Action *A) { return A->getKind() == CudaHostClass; } in classof() 180 static bool classof(const Action *A) { in classof() 191 static bool classof(const Action *A) { in classof() 201 static bool classof(const Action *A) { in classof() 211 static bool classof(const Action *A) { in classof() 221 static bool classof(const Action *A) { in classof() 231 static bool classof(const Action *A) { in classof() [all …]
|
| /NextBSD/contrib/llvm/tools/clang/lib/Driver/ |
| HD | Tools.cpp | 72 if (Arg *A = Args.getLastArg(options::OPT_C, options::OPT_CC)) { in CheckPreprocessingOptions() local 87 if (const Arg *A = in CheckCodeGenerationOptions() local 217 const Arg &A = II.getInputArg(); in AddLinkerInputs() local 266 Arg *A; in AddPreprocessingOptions() local 338 for (const Arg *A : Args.filtered(options::OPT_MT, options::OPT_MQ)) { in AddPreprocessingOptions() local 359 for (const Arg *A : Args.filtered(options::OPT_clang_i_Group)) { in AddPreprocessingOptions() local 429 if (Arg *A = Args.getLastArg(options::OPT_I_)) in AddPreprocessingOptions() local 523 if (const Arg *A = Args.getLastArg(options::OPT_mcpu_EQ)) in getARMArchCPUFromArgs() local 525 if (const Arg *A = Args.getLastArg(options::OPT_march_EQ)) in getARMArchCPUFromArgs() local 530 for (const Arg *A : in getARMArchCPUFromArgs() local [all …]
|
| HD | Driver.cpp | 128 for (const Arg *A : Args) { in ParseArgStrings() local 140 for (const Arg *A : Args.filtered(options::OPT_UNKNOWN)) in ParseArgStrings() local 195 Arg *A = new Arg(Opts->getOption(options::OPT_INPUT), Value, in MakeInputArg() local 294 if (const Arg *A = Args.getLastArg(options::OPT_target)) in computeTargetTriple() local 308 if (Arg *A = Args.getLastArg(options::OPT_arch)) { in computeTargetTriple() local 316 if (Arg *A = Args.getLastArg(options::OPT_mlittle_endian, in computeTargetTriple() local 334 if (Arg *A = Args.getLastArg(options::OPT_m64, options::OPT_mx32, in computeTargetTriple() local 404 if (const Arg *A = Args.getLastArg(options::OPT_ccc_gcc_name)) in BuildCompilation() local 417 if (const Arg *A = Args.getLastArg(options::OPT_target)) in BuildCompilation() local 419 if (const Arg *A = Args.getLastArg(options::OPT_ccc_install_dir)) in BuildCompilation() local [all …]
|
| HD | ToolChain.cpp | 66 if (Arg *A = Args.getLastArg(options::OPT_mthread_model)) in ToolChain() local 193 if (Arg *A = Args.getLastArg(options::OPT_fuse_ld_EQ)) { in GetLinkerPath() local 269 if (Arg *A = Args.getLastArg(options::OPT_march_EQ)) { in ComputeLLVMTriple() local 300 if (Arg *A = Args.getLastArg(options::OPT_mlittle_endian, in ComputeLLVMTriple() local 309 if (const Arg *A = Args.getLastArg(options::OPT_mcpu_EQ)) in ComputeLLVMTriple() local 311 if (const Arg *A = Args.getLastArg(options::OPT_march_EQ)) in ComputeLLVMTriple() local 366 if (Arg *A = Args.getLastArg(options::OPT_rtlib_EQ)) { in GetRuntimeLibType() local 380 if (Arg *A = Args.getLastArg(options::OPT_stdlib_EQ)) { in GetCXXStdlibType() local 474 Arg *A = in AddFastMathRuntimeIfAvailable() local
|
| /NextBSD/usr.bin/vgrind/ |
| HD | regexp.c | 121 #define MSYM(A) (*(A+1)) /* symbol in a meta symbol block */ argument 122 #define MNEXT(A) (A+2) /* character following a metasymbol block */ argument 124 #define OSYM(A) (*(A+1)) /* symbol in an operation block */ argument 125 #define OCNT(A) (*(A+2)) /* character count */ argument 126 #define ONEXT(A) (A+3) /* next character after the operation */ argument 127 #define OPTR(A) (A+*(A+2)) /* place pointed to by the operator */ argument 129 #define SCNT(A) (*(A+1)) /* byte count of a string */ argument 130 #define SSTR(A) (A+2) /* address of the string */ argument 131 #define SNEXT(A) (A+2+*(A+1)) /* character following the string */ argument
|
| /NextBSD/contrib/gcc/ |
| HD | vec.h | 197 #define VEC_alloc(T,A,N) (VEC_OP(T,A,alloc)(N MEM_STAT_INFO)) argument 204 #define VEC_free(T,A,V) (VEC_OP(T,A,free)(&V)) argument 223 #define VEC_copy(T,A,V) (VEC_OP(T,A,copy)(VEC_BASE(V) MEM_STAT_INFO)) argument 246 #define VEC_reserve(T,A,V,R) \ argument 257 #define VEC_reserve_exact(T,A,V,R) \ argument 282 #define VEC_safe_push(T,A,V,O) \ argument 311 #define VEC_safe_grow(T,A,V,I) \ argument 351 #define VEC_safe_insert(T,A,V,I,O) \ argument 431 #define VEC_ASSERT(EXPR,OP,T,A) \ argument 441 #define VEC_ASSERT(EXPR,OP,T,A) (void)(EXPR) argument [all …]
|
| /NextBSD/sys/dev/ixgbe/ |
| HD | ixgbe_osdep.h | 65 #define MSGOUT(S, A, B) printf(S "\n", A, B) argument 69 #define DEBUGOUT1(S,A) printf(S "\n",A) argument 70 #define DEBUGOUT2(S,A,B) printf(S "\n",A,B) argument 71 #define DEBUGOUT3(S,A,B,C) printf(S "\n",A,B,C) argument 72 #define DEBUGOUT4(S,A,B,C,D) printf(S "\n",A,B,C,D) argument 73 #define DEBUGOUT5(S,A,B,C,D,E) printf(S "\n",A,B,C,D,E) argument 74 #define DEBUGOUT6(S,A,B,C,D,E,F) printf(S "\n",A,B,C,D,E,F) argument 75 #define DEBUGOUT7(S,A,B,C,D,E,F,G) printf(S "\n",A,B,C,D,E,F,G) argument 76 #define ERROR_REPORT1(S,A) printf(S "\n",A) argument 77 #define ERROR_REPORT2(S,A,B) printf(S "\n",A,B) argument [all …]
|
| /NextBSD/contrib/llvm/include/llvm/CodeGen/ |
| HD | MachineDominators.h | 105 inline bool dominates(const MachineDomTreeNode* A, in dominates() 111 inline bool dominates(const MachineBasicBlock* A, in dominates() 119 bool dominates(const MachineInstr *A, const MachineInstr *B) const { in dominates() 138 inline bool properlyDominates(const MachineDomTreeNode* A, in properlyDominates() 144 inline bool properlyDominates(const MachineBasicBlock* A, in properlyDominates() 152 inline MachineBasicBlock *findNearestCommonDominator(MachineBasicBlock *A, in findNearestCommonDominator() 212 bool isReachableFromEntry(const MachineBasicBlock *A) { in isReachableFromEntry()
|
| /NextBSD/sys/dev/ixgb/ |
| HD | if_ixgb_osdep.h | 66 #define MSGOUT(S, A, B) printf(S "\n", A, B) argument 70 #define DEBUGOUT1(S,A) printf(S "\n",A) argument 71 #define DEBUGOUT2(S,A,B) printf(S "\n",A,B) argument 72 #define DEBUGOUT3(S,A,B,C) printf(S "\n",A,B,C) argument 73 #define DEBUGOUT7(S,A,B,C,D,E,F,G) printf(S "\n",A,B,C,D,E,F,G) argument 76 #define DEBUGOUT1(S,A) argument 77 #define DEBUGOUT2(S,A,B) argument 78 #define DEBUGOUT3(S,A,B,C) argument 79 #define DEBUGOUT7(S,A,B,C,D,E,F,G) argument
|
| /NextBSD/contrib/llvm/tools/clang/lib/Analysis/ |
| HD | ThreadSafetyLogical.cpp | 24 const auto LeftAndOperator = [=](const BinOp *A) { in implies() 28 const auto RightAndOperator = [=](const BinOp *A) { in implies() 34 const auto LeftOrOperator = [=](const BinOp *A) { in implies() 38 const auto RightOrOperator = [=](const BinOp *A) { in implies()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ |
| HD | Dominators.h | 109 inline bool dominates(const CFGBlock* A, const CFGBlock* B) const { in dominates() 116 bool properlyDominates(const CFGBlock*A, const CFGBlock*B) const { in properlyDominates() 123 inline CFGBlock *findNearestCommonDominator(CFGBlock *A, CFGBlock *B) { in findNearestCommonDominator() 127 inline const CFGBlock *findNearestCommonDominator(const CFGBlock *A, in findNearestCommonDominator() 142 bool isReachableFromEntry(const CFGBlock *A) { in isReachableFromEntry()
|
| /NextBSD/contrib/llvm/lib/Option/ |
| HD | Option.cpp | 118 Arg *A = new Arg(UnaliasedOption, Spelling, Index++); in accept() local 142 Arg *A = new Arg(UnaliasedOption, Spelling, Index++); in accept() local 190 Arg *A = new Arg(UnaliasedOption, Spelling, Index - 1 - getNumArgs(), in accept() local 228 Arg *A = new Arg(UnaliasedOption, Spelling, Index++); in accept() local
|
| /NextBSD/contrib/llvm/lib/Transforms/ObjCARC/ |
| HD | ProvenanceAnalysis.cpp | 33 bool ProvenanceAnalysis::relatedSelect(const SelectInst *A, in relatedSelect() 48 bool ProvenanceAnalysis::relatedPHI(const PHINode *A, in relatedPHI() 107 bool ProvenanceAnalysis::relatedCheck(const Value *A, const Value *B, in relatedCheck() 163 bool ProvenanceAnalysis::related(const Value *A, const Value *B, in related()
|
| /NextBSD/sbin/growfs/ |
| HD | debug.h | 99 #define DBG_PRINT0(A) if(_dbg_lvl_ & DL_INFO) { \ argument 102 #define DBG_PRINT1(A,B) if(_dbg_lvl_ & DL_INFO) { \ argument 106 #define DBG_PRINT2(A,B,C) if(_dbg_lvl_ & DL_INFO) { \ argument 110 #define DBG_PRINT3(A,B,C,D) if(_dbg_lvl_ & DL_INFO) { \ argument 114 #define DBG_PRINT4(A,B,C,D,E) if(_dbg_lvl_ & DL_INFO) { \ argument 137 #define DBG_PRINT0(A) argument 138 #define DBG_PRINT1(A,B) argument 139 #define DBG_PRINT2(A,B,C) argument 140 #define DBG_PRINT3(A,B,C,D) argument 141 #define DBG_PRINT4(A,B,C,D,E) argument
|
| /NextBSD/contrib/binutils/opcodes/ |
| HD | mep-desc.c | 536 #define A(a) (1 << CGEN_HW_##a) macro 538 #define A(a) (1 << CGEN_HW_/**/a) macro 566 #define A(a) (1 << CGEN_IFLD_##a) macro 568 #define A(a) (1 << CGEN_IFLD_/**/a) macro 782 #define A(a) (1 << CGEN_OPERAND_##a) macro 784 #define A(a) (1 << CGEN_OPERAND_/**/a) macro 1167 #define A(a) (1 << CGEN_INSN_##a) macro 1169 #define A(a) (1 << CGEN_INSN_/**/a) macro
|
| /NextBSD/sys/cam/ |
| HD | cam_debug.h | 131 #define CAM_DEBUGGED(A, B) 0 argument 132 #define CAM_DEBUG(A, B, C) argument 133 #define CAM_DEBUG_PRINT(A, B) argument 134 #define CAM_DEBUG_PATH_PRINT(A, B, C) argument
|
| /NextBSD/sys/netinet/ |
| HD | if_atm.c | 69 #define GET3BYTE(V, A, L) do { \ argument 75 #define GET2BYTE(V, A, L) do { \ argument 81 #define GET1BYTE(V, A, L) do { \ argument
|
| /NextBSD/contrib/llvm/lib/Target/ARM/ |
| HD | ARMConstantPoolValue.h | 117 bool equals(const ARMConstantPoolValue *A) const { in equals() 181 bool equals(const ARMConstantPoolConstant *A) const { in equals() 216 bool equals(const ARMConstantPoolSymbol *A) const { in equals() 252 bool equals(const ARMConstantPoolMBB *A) const { in equals()
|
| /NextBSD/contrib/llvm/include/llvm/Support/ |
| HD | GenericDomTree.h | 190 bool dominatedBySlowTreeWalk(const DomTreeNodeBase<NodeT> *A, in dominatedBySlowTreeWalk() 414 bool properlyDominates(const DomTreeNodeBase<NodeT> *A, in properlyDominates() 427 bool isReachableFromEntry(const NodeT *A) const { in isReachableFromEntry() 433 bool isReachableFromEntry(const DomTreeNodeBase<NodeT> *A) const { return A; } in isReachableFromEntry() 438 bool dominates(const DomTreeNodeBase<NodeT> *A, in dominates() 483 NodeT *findNearestCommonDominator(NodeT *A, NodeT *B) { in findNearestCommonDominator() 542 const NodeT *findNearestCommonDominator(const NodeT *A, const NodeT *B) { in findNearestCommonDominator() 752 bool DominatorTreeBase<NodeT>::dominates(const NodeT *A, const NodeT *B) const { in dominates() 763 bool DominatorTreeBase<NodeT>::properlyDominates(const NodeT *A, in properlyDominates()
|
| /NextBSD/contrib/llvm/lib/Transforms/IPO/ |
| HD | FunctionAttrs.cpp | 333 ArgumentGraphNode *operator[](Argument *A) { in operator []() 413 determinePointerReadAttrs(Argument *A, in determinePointerReadAttrs() 484 for (CallSite::arg_iterator A = B; A != E; ++A, ++AI) { in determinePointerReadAttrs() local 559 for (Function::arg_iterator A = F->arg_begin(), E = F->arg_end(); in AddArgumentAttrs() local 570 for (Function::arg_iterator A = F->arg_begin(), E = F->arg_end(); in AddArgumentAttrs() local 632 Argument *A = ArgumentSCC[0]->Definition; in AddArgumentAttrs() local 663 Argument *A = (*UI)->Definition; in AddArgumentAttrs() local 673 Argument *A = ArgumentSCC[i]->Definition; in AddArgumentAttrs() local 692 Argument *A = ArgumentSCC[i]->Definition; in AddArgumentAttrs() local 710 Argument *A = ArgumentSCC[i]->Definition; in AddArgumentAttrs() local
|