| /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/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/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
|
| H A D | X86ISelDAGToDAG.cpp | 275 #define GET_ND_IF_ENABLED(OPC) (Subtarget->hasNDD() ? OPC##_ND : OPC) in getAddressOperands() argument 4220 #define GET_EGPR_IF_ENABLED(OPC) (Subtarget->hasEGPR() ? OPC##_EVEX : OPC) in matchBEXTRFromAndImm() argument
|
| H A D | X86InstrInfo.cpp | 3466 #define GET_ND_IF_ENABLED(OPC) (HasNDD ? OPC##_ND : OPC) in getCMovOpcode() argument 4541 #define GET_EGPR_IF_ENABLED(OPC) (STI.hasEGPR() ? OPC##_EVEX : OPC) in getLoadStoreRegOpcode() argument
|
| H A D | X86FastISel.cpp | 3087 #define GET_EGPR_IF_ENABLED(OPC) Subtarget->hasEGPR() ? OPC##_EVEX : OPC in fastLowerIntrinsicCall() argument
|
| H A D | X86ISelLowering.cpp | 38214 #define GET_EGPR_IF_ENABLED(OPC) (Subtarget.hasEGPR() ? OPC##_EVEX : OPC) in EmitInstrWithCustomInserter() argument 38262 #define GET_EGPR_IF_ENABLED(OPC) (Subtarget.hasEGPR() ? OPC##_EVEX : OPC) in EmitInstrWithCustomInserter() 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 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/IR/ |
| H A D | Instruction.cpp | 1287 #define HANDLE_TERM_INST(N, OPC, CLASS) \ in getNumSuccessors() argument 1299 #define HANDLE_TERM_INST(N, OPC, CLASS) \ in getSuccessor() argument 1311 #define HANDLE_TERM_INST(N, OPC, CLASS) \ in setSuccessor() argument
|
| 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 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/Target/VE/ |
| H A D | VECustomDAG.cpp | 362 bool hasReductionStartParam(unsigned OPC) { in hasReductionStartParam()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.cpp | 2061 #define OPCODE_LMUL_CASE(OPC) \ in isVectorAssociativeAndCommutative() argument 2070 #define OPCODE_LMUL_MASK_CASE(OPC) \ in isVectorAssociativeAndCommutative() argument 2357 #define RVV_OPC_LMUL_CASE(OPC, INV) \ in getInverseOpcode() argument 2373 #define RVV_OPC_LMUL_MASK_CASE(OPC, INV) \ in getInverseOpcode() 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
|
| H A D | SIISelLowering.cpp | 4134 unsigned OPC = AMDGPUISD::TC_RETURN; in LowerCall() local
|