| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VVPNodes.def | 57 /// REGISTER_PACKED(OPC) 58 /// \p OPC The VVP opcode of the operation. 60 #define REGISTER_PACKED(OPC) 63 /// ADD_REDUCE_VVP_OP(OPC) 64 /// \p OPC The VVP opcode of the operation. 67 #define ADD_REDUCE_VVP_OP(OPC, SDNAME) ADD_VVP_OP(OPC, SDNAME) 76 #define HELPER_REDUCTION(OPC, SCALAR_OPC) \ 77 ADD_REDUCE_VVP_OP(VVP_REDUCE_##OPC,VECREDUCE_##OPC) \ 78 HANDLE_VP_TO_VVP(VP_REDUCE_##OPC, VVP_REDUCE_##OPC) \ 79 HANDLE_VVP_REDUCE_TO_SCALAR(VVP_REDUCE_##OPC, SCALAR_OPC)
|
| H A D | VECustomDAG.cpp | 362 bool hasReductionStartParam(unsigned OPC) { in hasReductionStartParam() argument 364 if (ISD::isVPReduction(OPC)) in hasReductionStartParam()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetOpcodes.h | 22 #define HANDLE_TARGET_OPCODE(OPC) OPC, argument 23 #define HANDLE_TARGET_OPCODE_MARKER(IDENT, OPC) IDENT = OPC, argument
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Instruction.h | 1007 #define HANDLE_TERM_INST(N, OPC, CLASS) OPC = N, 1014 #define HANDLE_UNARY_INST(N, OPC, CLASS) OPC = N, 1021 #define HANDLE_BINARY_INST(N, OPC, CLASS) OPC = N, 1028 #define HANDLE_MEMORY_INST(N, OPC, CLASS) OPC = N, 1035 #define HANDLE_CAST_INST(N, OPC, CLASS) OPC = N, 1042 #define HANDLE_FUNCLETPAD_INST(N, OPC, CLASS) OPC = N, 1049 #define HANDLE_OTHER_INST(N, OPC, CLASS) OPC = N,
|
| H A D | InstrTypes.h | 126 #define HANDLE_UNARY_INST(N, OPC, CLASS) \ 127 static UnaryOperator *Create##OPC(Value *V, const Twine &Name = "") { \ 128 return Create(Instruction::OPC, V, Name); \ 131 #define HANDLE_UNARY_INST(N, OPC, CLASS) \ 132 static UnaryOperator *Create##OPC(Value *V, const Twine &Name, \ 134 return Create(Instruction::OPC, V, Name, InsertBefore); \ 205 #define HANDLE_BINARY_INST(N, OPC, CLASS) \ 206 static BinaryOperator *Create##OPC(Value *V1, Value *V2, \ 208 return Create(Instruction::OPC, V1, V2, Name); \ 211 #define HANDLE_BINARY_INST(N, OPC, CLASS) \ [all …]
|
| H A D | VPIntrinsics.def | 93 // \p OPC The opcode of the instruction with the same function. 95 #define VP_PROPERTY_FUNCTIONAL_OPC(OPC)
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86LowerTileCopy.cpp | 136 #define GET_EGPR_IF_ENABLED(OPC) (ST.hasEGPR() ? OPC##_EVEX : OPC) in runOnMachineFunction() argument
|
| H A D | X86DomainReassignment.cpp | 629 #define GET_EGPR_IF_ENABLED(OPC) STI->hasEGPR() ? OPC##_EVEX : OPC in initConverters() argument
|
| H A D | X86ExpandPseudo.cpp | 265 #define GET_EGPR_IF_ENABLED(OPC) (STI->hasEGPR() ? OPC##_EVEX : OPC) in expandMI() argument
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Value.h | 20 #define DEF_INSTR(ID, OPC, CLASS) class CLASS; argument 72 #define DEF_INSTR(ID, OPC, CLASS) ID, argument 88 #define DEF_INSTR(ID, OPC, CLASS) \ in getSubclassIDStr() argument
|
| H A D | User.h | 29 #define DEF_INSTR(ID, OPC, CLASS) friend class CLASS; // For constructor argument
|
| H A D | Instruction.h | 46 #define OP(OPC) OPC, argument 48 #define DEF_INSTR(ID, OPC, CLASS) OPC argument 384 #define DEF_INSTR(ID, OPC, CLASS) friend class CLASS; argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.cpp | 2061 #define OPCODE_LMUL_CASE(OPC) \ in isVectorAssociativeAndCommutative() argument 2062 case RISCV::OPC##_M1: \ in isVectorAssociativeAndCommutative() 2063 case RISCV::OPC##_M2: \ in isVectorAssociativeAndCommutative() 2064 case RISCV::OPC##_M4: \ in isVectorAssociativeAndCommutative() 2065 case RISCV::OPC##_M8: \ in isVectorAssociativeAndCommutative() 2066 case RISCV::OPC##_MF2: \ in isVectorAssociativeAndCommutative() 2067 case RISCV::OPC##_MF4: \ in isVectorAssociativeAndCommutative() 2068 case RISCV::OPC##_MF8 in isVectorAssociativeAndCommutative() 2070 #define OPCODE_LMUL_MASK_CASE(OPC) \ in isVectorAssociativeAndCommutative() argument 2071 case RISCV::OPC##_M1_MASK: \ in isVectorAssociativeAndCommutative() [all …]
|
| /freebsd/crypto/openssl/crypto/bio/ |
| H A D | bss_log.c | 77 #define LOG_DAEMON OPC$M_NM_NTWORK 330 opcdef_p->opc$b_ms_type = OPC$_RQ_RQST; in xsyslog()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instruction.cpp | 1287 #define HANDLE_TERM_INST(N, OPC, CLASS) \ in getNumSuccessors() argument 1288 case Instruction::OPC: \ in getNumSuccessors() 1299 #define HANDLE_TERM_INST(N, OPC, CLASS) \ in getSuccessor() argument 1300 case Instruction::OPC: \ in getSuccessor() 1311 #define HANDLE_TERM_INST(N, OPC, CLASS) \ in setSuccessor() argument 1312 case Instruction::OPC: \ in setSuccessor()
|
| H A D | IntrinsicInst.cpp | 499 #define VP_PROPERTY_FUNCTIONAL_OPC(OPC) return Instruction::OPC; in getFunctionalOpcodeForVP() argument 570 #define VP_PROPERTY_FUNCTIONAL_OPC(OPC) case Instruction::OPC: in getForOpcode() argument
|
| H A D | Value.cpp | 129 #define HANDLE_INST(N, OPC, CLASS) \ in deleteValue() argument 130 case Value::InstructionVal + Instruction::OPC: \ in deleteValue() 133 #define HANDLE_USER_INST(N, OPC, CLASS) in deleteValue() argument
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | CodeGenTarget.cpp | 233 #define HANDLE_TARGET_OPCODE(OPC) #OPC, argument
|
| /freebsd/contrib/llvm-project/llvm/lib/SandboxIR/ |
| H A D | User.cpp | 82 #define DEF_INSTR(ID, OPC, CLASS) \ in classof() argument
|
| H A D | Instruction.cpp | 16 #define OP(OPC) \ in getOpcodeName() argument 17 case Opcode::OPC: \ in getOpcodeName() 18 return #OPC; in getOpcodeName() 20 #define DEF_INSTR(ID, OPC, CLASS) OPC in getOpcodeName() argument 172 #define DEF_INSTR(ID, OPC, CLASS) \ in classof() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMInstructionSelector.cpp | 301 #define STORE_OPCODE(VAR, OPC) VAR = isThumb ? ARM::t2##OPC : ARM::OPC in OpcodeCache() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUTargetTransformInfo.cpp | 590 const int OPC = TLI->InstructionOpcodeToISD(FAdd->getOpcode()); in getArithmeticInstrCost() local 591 if (OPC == ISD::FADD || OPC == ISD::FSUB) { in getArithmeticInstrCost()
|
| /freebsd/contrib/libpcap/ |
| H A D | grammar.y.in | 401 %token SIO OPC DPC SLS HSIO HOPC HDPC HSLS 907 | OPC { $$.mtp3fieldtype = M_OPC; }
|
| H A D | scanner.l | 377 opc return OPC;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | TargetOpcodes.def | 18 #define HANDLE_TARGET_OPCODE(OPC, NUM) 24 #define HANDLE_TARGET_OPCODE_MARKER(IDENT, OPC)
|