| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InstCount.cpp | 28 #define HANDLE_INST(N, OPCODE, CLASS) \ argument 29 STATISTIC(Num##OPCODE##Inst, "Number of " #OPCODE " insts"); 40 #define HANDLE_INST(N, OPCODE, CLASS) \ argument 41 void visit##OPCODE(CLASS &) { \ 42 ++Num##OPCODE##Inst; \
|
| H A D | IR2Vec.cpp | 248 #define HANDLE_INST(NUM, OPCODE, CLASS) \ in getVocabKeyForOpcode() argument 250 return #OPCODE; \ in getVocabKeyForOpcode()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | InstVisitor.h | 24 #define HANDLE_INST(NUM, OPCODE, CLASS) class CLASS; argument 122 #define HANDLE_INST(NUM, OPCODE, CLASS) \ in visit() argument 123 case Instruction::OPCODE: return \ in visit() 125 visit##OPCODE(static_cast<CLASS&>(I)); in visit() 154 #define HANDLE_INST(NUM, OPCODE, CLASS) \ argument 155 RetTy visit##OPCODE(CLASS &I) { \
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 7377 #define OPCODE(NAME) case SystemZISD::NAME: return "SystemZISD::" #NAME in getTargetNodeName() macro 7380 OPCODE(RET_GLUE); in getTargetNodeName() 7381 OPCODE(CALL); in getTargetNodeName() 7382 OPCODE(SIBCALL); in getTargetNodeName() 7383 OPCODE(TLS_GDCALL); in getTargetNodeName() 7384 OPCODE(TLS_LDCALL); in getTargetNodeName() 7385 OPCODE(PCREL_WRAPPER); in getTargetNodeName() 7386 OPCODE(PCREL_OFFSET); in getTargetNodeName() 7387 OPCODE(ICMP); in getTargetNodeName() 7388 OPCODE(FCMP); in getTargetNodeName() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Values.def | 51 #define DEF_INSTR(ID, OPCODE, CLASS) 55 #define OP(OPCODE)
|
| H A D | Type.h | 41 #define DEF_INSTR(ID, OPCODE, CLASS) class CLASS; argument 73 #define DEF_INSTR(ID, OPCODE, CLASS) friend class CLASS; argument
|
| /freebsd/stand/ficl/ |
| H A D | vm.c | 191 } OPCODE; 202 OPCODE o = (*ip++).i;
|
| /freebsd/crypto/openssl/crypto/modes/asm/ |
| H A D | aes-gcm-avx512.pl | 623 my $OPCODE = $_[1]; # [in] instruction name 647 $code .= "$OPCODE $SRC2[$reg_idx],$SRC1[$reg_idx],$DST[$reg_idx]\n"; 657 $code .= "$OPCODE @{[XWORD($SRC2REG)]},@{[XWORD($SRC1REG)]},@{[XWORD($DSTREG)]}\n"; 659 $code .= "$OPCODE @{[YWORD($SRC2REG)]},@{[YWORD($SRC1REG)]},@{[YWORD($DSTREG)]}\n"; 661 $code .= "$OPCODE $SRC2REG,$SRC1REG,$DSTREG\n";
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 3639 #define HANDLE_INST(NUM, OPCODE, CLASS) \ in translate() argument 3640 case Instruction::OPCODE: \ in translate() 3641 return translate##OPCODE(Inst, *CurBuilder.get()); in translate() 3698 #define HANDLE_INST(NUM, OPCODE, CLASS) \ in translate() argument 3699 case Instruction::OPCODE: \ in translate() 3700 return translate##OPCODE(*CE, *EntryBuilder.get()); in translate()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 1842 #define HANDLE_INST(NUM, OPCODE, CLASS) OPCODE = NUM, in InstructionOpcodeToISD() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.cpp | 9658 #define GENERATE_RENAMED_GFX9_CASES(OPCODE) \ argument 9659 case OPCODE##_dpp: \ 9660 case OPCODE##_e32: \ 9661 case OPCODE##_e64: \ 9662 case OPCODE##_e64_dpp: \ 9663 case OPCODE##_sdwa:
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrMisc.td | 1600 // OPCODE 0F 01 FE 1615 // OPCODE 0F 01 FF
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 1373 #define HANDLE_INST(NUM, OPCODE, CLASS) \ in visit() argument 1374 case Instruction::OPCODE: visit##OPCODE((const CLASS&)I); break; in visit()
|