Home
last modified time | relevance | path

Searched defs:OPC (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetOpcodes.h22 #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 DSandboxIR.h92 #define DEF_INSTR(ID, OPC, CLASS) friend class CLASS; // For constructor argument
145 #define DEF_INSTR(ID, OPC, CLASS) ID, argument
158 #define DEF_INSTR(ID, OPC, CLASS) \ in getSubclassIDStr() argument
491 #define OP(OPC) OPC, argument
492 #define DEF_INSTR(ID, OPC, CLASS) OPC argument
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerTileCopy.cpp138 #define GET_EGPR_IF_ENABLED(OPC) (ST.hasEGPR() ? OPC##_EVEX : OPC) in runOnMachineFunction() argument
H A DX86ExpandPseudo.cpp267 #define GET_EGPR_IF_ENABLED(OPC) (STI->hasEGPR() ? OPC##_EVEX : OPC) in expandMI() argument
H A DX86DomainReassignment.cpp622 #define GET_EGPR_IF_ENABLED(OPC) STI->hasEGPR() ? OPC##_EVEX : OPC in initConverters() argument
H A DX86ISelDAGToDAG.cpp279 #define GET_ND_IF_ENABLED(OPC) (Subtarget->hasNDD() ? OPC##_ND : OPC) in getAddressOperands() argument
4154 #define GET_EGPR_IF_ENABLED(OPC) (Subtarget->hasEGPR() ? OPC##_EVEX : OPC) in matchBEXTRFromAndImm() argument
H A DX86InstrInfo.cpp3408 #define GET_ND_IF_ENABLED(OPC) (HasNDD ? OPC##_ND : OPC) in getCMovOpcode() argument
4481 #define GET_EGPR_IF_ENABLED(OPC) (STI.hasEGPR() ? OPC##_EVEX : OPC) in getLoadStoreRegOpcode() argument
H A DX86FastISel.cpp3051 #define GET_EGPR_IF_ENABLED(OPC) Subtarget->hasEGPR() ? OPC##_EVEX : OPC in fastLowerIntrinsicCall() argument
H A DX86ISelLowering.cpp36955 #define GET_EGPR_IF_ENABLED(OPC) (Subtarget.hasEGPR() ? OPC##_EVEX : OPC) in EmitInstrWithCustomInserter() argument
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DSandboxIR.cpp217 #define DEF_INSTR(ID, OPC, CLASS) \ in classof() argument
286 #define OP(OPC) \ in getOpcodeName() argument
289 #define DEF_INSTR(ID, OPC, CLASS) OPC in getOpcodeName() argument
439 #define DEF_INSTR(ID, OPC, CLASS) \ in classof() argument
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp1212 #define HANDLE_TERM_INST(N, OPC, CLASS) \ in getNumSuccessors() argument
1224 #define HANDLE_TERM_INST(N, OPC, CLASS) \ in getSuccessor() argument
1236 #define HANDLE_TERM_INST(N, OPC, CLASS) \ in setSuccessor() argument
H A DValue.cpp128 #define HANDLE_INST(N, OPC, CLASS) \ in deleteValue() argument
132 #define HANDLE_USER_INST(N, OPC, CLASS) in deleteValue() argument
H A DIntrinsicInst.cpp524 #define VP_PROPERTY_FUNCTIONAL_OPC(OPC) return Instruction::OPC; in getFunctionalOpcodeForVP() argument
595 #define VP_PROPERTY_FUNCTIONAL_OPC(OPC) case Instruction::OPC: in getForOpcode() argument
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenTarget.cpp298 #define HANDLE_TARGET_OPCODE(OPC) #OPC, argument
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp1657 #define OPCODE_LMUL_CASE(OPC) \ in isVectorAssociativeAndCommutative() argument
1666 #define OPCODE_LMUL_MASK_CASE(OPC) \ in isVectorAssociativeAndCommutative() argument
1953 RVV_OPC_LMUL_CASE(OPC,INV) getInverseOpcode() argument
1969 RVV_OPC_LMUL_MASK_CASE(OPC,INV) getInverseOpcode() argument
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVECustomDAG.cpp362 bool hasReductionStartParam(unsigned OPC) { in hasReductionStartParam()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp301 #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 DAMDGPUTargetTransformInfo.cpp588 const int OPC = TLI->InstructionOpcodeToISD(FAdd->getOpcode()); in getArithmeticInstrCost() local
H A DSIISelLowering.cpp3927 unsigned OPC = AMDGPUISD::TC_RETURN; in LowerCall() local