| /freebsd/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_atomic.cpp | 726 #define OP_CRITICAL(OP, LCK_ID) \ argument 733 #define OP_UPDATE_CRITICAL(TYPE, OP, LCK_ID) \ argument 761 #define OP_GOMP_CRITICAL(OP, FLAG) \ argument 768 #define OP_UPDATE_GOMP_CRITICAL(TYPE, OP, FLAG) \ argument 775 #define OP_GOMP_CRITICAL(OP, FLAG) argument 776 #define OP_UPDATE_GOMP_CRITICAL(TYPE, OP, FLAG) argument 790 #define OP_CMPXCHG(TYPE, BITS, OP) \ argument 812 #define OP_CMPXCHG_WORKAROUND(TYPE, BITS, OP) \ argument 839 #define OP_CMPXCHG(TYPE, BITS, OP) \ argument 861 #define OP_UPDATE_CRITICAL(TYPE, OP, LCK_ID) \ argument [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/LowLevel/ |
| H A D | DWARFCFIProgram.cpp | 152 #define DECLARE_OP3(OP, OPTYPE0, OPTYPE1, OPTYPE2) \ in getOperandTypes() argument 158 #define DECLARE_OP2(OP, OPTYPE0, OPTYPE1) \ in getOperandTypes() argument 160 #define DECLARE_OP1(OP, OPTYPE0) DECLARE_OP2(OP, OPTYPE0, OT_None) in getOperandTypes() argument 161 #define DECLARE_OP0(OP) DECLARE_OP1(OP, OT_None) in getOperandTypes() argument
|
| /freebsd/crypto/openssh/ |
| H A D | ttymodes.c | 309 #define TTYCHAR(NAME, OP) \ in ssh_tty_make_modes() argument 317 #define TTYMODE(NAME, FIELD, OP) \ in ssh_tty_make_modes() argument 394 #define TTYCHAR(NAME, OP) \ in ssh_tty_parse_modes() argument 400 #define TTYMODE(NAME, FIELD, OP) \ in ssh_tty_parse_modes() argument
|
| /freebsd/sys/contrib/openzfs/lib/libspl/include/ |
| H A D | assert.h | 87 #define VERIFY3B(LEFT, OP, RIGHT) \ argument 98 #define VERIFY3S(LEFT, OP, RIGHT) \ argument 109 #define VERIFY3U(LEFT, OP, RIGHT) \ argument 120 #define VERIFY3P(LEFT, OP, RIGHT) \ argument 155 #define VERIFY3BF(LEFT, OP, RIGHT, STR, ...) \ argument 167 #define VERIFY3SF(LEFT, OP, RIGHT, STR, ...) \ argument 179 #define VERIFY3UF(LEFT, OP, RIGHT, STR, ...) \ argument 191 #define VERIFY3PF(LEFT, OP, RIGHT, STR, ...) \ argument
|
| /freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | debug.h | 122 #define VERIFY3B(LEFT, OP, RIGHT) do { \ argument 132 #define VERIFY3S(LEFT, OP, RIGHT) do { \ argument 143 #define VERIFY3U(LEFT, OP, RIGHT) do { \ argument 154 #define VERIFY3P(LEFT, OP, RIGHT) do { \ argument 189 #define VERIFY3BF(LEFT, OP, RIGHT, STR, ...) do { \ argument 200 #define VERIFY3SF(LEFT, OP, RIGHT, STR, ...) do { \ argument 211 #define VERIFY3UF(LEFT, OP, RIGHT, STR, ...) do { \ argument 223 #define VERIFY3PF(LEFT, OP, RIGHT, STR, ...) do { \ argument
|
| /freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | debug.h | 118 #define VERIFY3B(LEFT, OP, RIGHT) do { \ argument 128 #define VERIFY3S(LEFT, OP, RIGHT) do { \ argument 139 #define VERIFY3U(LEFT, OP, RIGHT) do { \ argument 150 #define VERIFY3P(LEFT, OP, RIGHT) do { \ argument 185 #define VERIFY3BF(LEFT, OP, RIGHT, STR, ...) do { \ argument 196 #define VERIFY3SF(LEFT, OP, RIGHT, STR, ...) do { \ argument 207 #define VERIFY3UF(LEFT, OP, RIGHT, STR, ...) do { \ argument 219 #define VERIFY3PF(LEFT, OP, RIGHT, STR, ...) do { \ argument
|
| /freebsd/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | mutex_prof.h | 14 OP(prof_dump) \ macro 32 #define OP( global() macro 62 #define OP( global() macro [all...] |
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMLatencyMutations.cpp | 762 for (auto &OP : SrcMI->operands()) in modifyMixedWidthFP() local 768 for (auto &OP : SrcMI->operands()) in modifyMixedWidthFP() local 778 for (auto &OP : SrcMI->operands()) in modifyMixedWidthFP() local 784 for (auto &OP : DstMI->operands()) in modifyMixedWidthFP() local 790 for (auto &OP : DstMI->operands()) in modifyMixedWidthFP() local 800 for (auto &OP : DstMI->operands()) in modifyMixedWidthFP() local 814 for (auto &OP : SrcMI->operands()) in modifyMixedWidthFP() local 823 for (auto &OP : SrcMI->operands()) in modifyMixedWidthFP() local 833 for (auto &OP : SrcMI->operands()) in modifyMixedWidthFP() local
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/ |
| H A D | lse.S | 225 #define OP add macro 229 #define OP bic macro 233 #define OP eor macro 237 #define OP orr macro
|
| /freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | FormatterBytecode.cpp | 24 #define DEFINE_OPCODE(OP, MNEMONIC, NAME) \ in toString() argument 351 #define BINOP_IMPL(OP, CHECK_ZERO) \ in Interpret() argument 368 #define BINOP(OP) BINOP_IMPL(OP, false) in Interpret() argument 369 #define BINOP_CHECKZERO(OP) BINOP_IMPL(OP, true) in Interpret() argument 386 #define SHIFTOP(OP, LEFT) \ in Interpret() argument
|
| H A D | FormatterBytecode.h | 19 #define DEFINE_OPCODE(OP, MNEMONIC, NAME) op_##NAME = OP, argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
| H A D | CSKYAsmBackend.h | 22 CSKYAsmBackend(const MCSubtargetInfo &STI, const MCTargetOptions &OP) in CSKYAsmBackend()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.cpp | 3646 #define CASE_RVV_OPCODE_UNMASK_LMUL(OP, LMUL) \ argument 3649 #define CASE_RVV_OPCODE_MASK_LMUL(OP, LMUL) \ argument 3652 #define CASE_RVV_OPCODE_LMUL(OP, LMUL) \ argument 3656 #define CASE_RVV_OPCODE_UNMASK_WIDEN(OP) \ argument 3664 #define CASE_RVV_OPCODE_UNMASK(OP) \ argument 3668 #define CASE_RVV_OPCODE_MASK_WIDEN(OP) \ argument 3676 #define CASE_RVV_OPCODE_MASK(OP) \ argument 3680 #define CASE_RVV_OPCODE_WIDEN(OP) \ argument 3684 #define CASE_RVV_OPCODE(OP) \ argument 3690 #define CASE_VMA_OPCODE_COMMON(OP, TYPE, LMUL) \ argument [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | OptimizePHIs.cpp | 63 OptimizePHIs OP; in runOnMachineFunction() local 83 OptimizePHIs OP; in run() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/XRay/ |
| H A D | FDRRecordProducer.h | 40 uint64_t &OP) in FileBasedRecordProducer()
|
| H A D | FDRRecords.h | 427 explicit RecordInitializer(DataExtractor &DE, uint64_t &OP, uint16_t V) in RecordInitializer() 430 explicit RecordInitializer(DataExtractor &DE, uint64_t &OP) in RecordInitializer()
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | APSIntPtr.h | 42 #define DEFINE_OPERATOR(OP) \ argument
|
| /freebsd/sys/sys/ |
| H A D | kobj.h | 225 #define KOBJOPLOOKUP(OPS,OP) do { \ argument 239 #define KOBJOPLOOKUP(OPS,OP) do { \ argument
|
| /freebsd/contrib/jemalloc/src/ |
| H A D | stats.c | 12 #define OP( global() macro 18 #define OP( global() macro 121 #define OP( mutex_stats_init_cols() macro 148 #define OP( mutex_stats_read_global() macro 178 #define OP( mutex_stats_read_arena() macro 205 #define OP( mutex_stats_read_arena_bin() macro 239 #define OP( mutex_stats_emit() macro [all...] |
| H A D | ctl.c | 242 #define OP( global() macro 247 #define OP( global() macro 514 #define OP( global() macro 519 #define OP( global() macro 569 #define OP( global() macro 574 #define OP( global() macro 873 #define OP( ctl_arena_stats_sdmerge() macro 2935 #define OP( global() macro 2942 #define OP( global() macro [all...] |
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
| H A D | Execution.cpp | 103 #define IMPLEMENT_BINARY_OPERATOR(OP, TY) \ argument 167 #define IMPLEMENT_INTEGER_ICMP(OP, TY) \ argument 172 #define IMPLEMENT_VECTOR_INTEGER_ICMP(OP, TY) \ argument 186 #define IMPLEMENT_POINTER_ICMP(OP) \ argument 358 #define IMPLEMENT_FCMP(OP, TY) \ argument 363 #define IMPLEMENT_VECTOR_FCMP_T(OP, TY) \ argument 371 #define IMPLEMENT_VECTOR_FCMP(OP) \ argument 713 #define INTEGER_VECTOR_OPERATION(OP) \ in visitBinaryOperator() argument 720 #define INTEGER_VECTOR_FUNCTION(OP) \ in visitBinaryOperator() argument 727 #define FLOAT_VECTOR_FUNCTION(OP, TY) \ in visitBinaryOperator() argument [all …]
|
| /freebsd/cddl/contrib/opensolaris/lib/libdtrace/arm/ |
| H A D | dt_isadep.c | 45 #define OP(x) ((x) >> 30) macro
|
| /freebsd/contrib/llvm-project/lldb/tools/lldb-instr/ |
| H A D | Instrument.cpp | 166 CommonOptionsParser &OP = ExpectedParser.get(); in main() local
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
| H A D | GlobalISelMatchTable.cpp | 719 for (auto &OP : OM->predicates()) in optimize() local 763 for (auto &OP : OM->predicates()) in hasFirstCondition() local 779 for (auto &OP : OM->predicates()) in getFirstCondition() local 797 for (auto &OP : OM->predicates()) in popFirstCondition() local 1828 for (auto &OP : OM->predicates()) in optimize() local 1838 for (auto &OP : Operands[0]->predicates()) in optimize() local 1843 for (auto &OP : OM->predicates()) in optimize() local
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenExprComplex.cpp | 98 #define HANDLEBINOP(OP) \ argument 346 #define HANDLE_BINOP(OP) \ in emitPromoted() argument
|