Home
last modified time | relevance | path

Searched defs:OPC (Results 1 – 22 of 22) 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 DValue.h20 #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 DUser.h29 #define DEF_INSTR(ID, OPC, CLASS) friend class CLASS; // For constructor argument
H A DInstruction.h46 #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 DX86LowerTileCopy.cpp136 #define GET_EGPR_IF_ENABLED(OPC) (ST.hasEGPR() ? OPC##_EVEX : OPC) in runOnMachineFunction() argument
H A DX86DomainReassignment.cpp629 #define GET_EGPR_IF_ENABLED(OPC) STI->hasEGPR() ? OPC##_EVEX : OPC in initConverters() argument
H A DX86ExpandPseudo.cpp265 #define GET_EGPR_IF_ENABLED(OPC) (STI->hasEGPR() ? OPC##_EVEX : OPC) in expandMI() argument
H A DX86ISelDAGToDAG.cpp275 #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 DX86InstrInfo.cpp3466 #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 DX86FastISel.cpp3087 #define GET_EGPR_IF_ENABLED(OPC) Subtarget->hasEGPR() ? OPC##_EVEX : OPC in fastLowerIntrinsicCall() argument
H A DX86ISelLowering.cpp38214 #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 DUser.cpp82 #define DEF_INSTR(ID, OPC, CLASS) \ in classof() argument
H A DInstruction.cpp16 #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 DInstruction.cpp1287 #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 DIntrinsicInst.cpp499 #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 DValue.cpp129 #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 DCodeGenTarget.cpp233 #define HANDLE_TARGET_OPCODE(OPC) #OPC, argument
/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/RISCV/
H A DRISCVInstrInfo.cpp2061 #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 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.cpp590 const int OPC = TLI->InstructionOpcodeToISD(FAdd->getOpcode()); in getArithmeticInstrCost() local
H A DSIISelLowering.cpp4134 unsigned OPC = AMDGPUISD::TC_RETURN; in LowerCall() local