| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | InstCount.cpp | 31 #define HANDLE_INST(N, OPCODE, CLASS) \ argument 32 STATISTIC(Num##OPCODE##Inst, "Number of " #OPCODE " insts"); 43 #define HANDLE_INST(N, OPCODE, CLASS) \ argument 44 void visit##OPCODE(CLASS &) { \ 45 ++Num##OPCODE##Inst; \
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | VectorBuilderTest.cpp | 63 #define HANDLE_BINARY_INST(NUM, OPCODE, INSTCLASS) \ in TEST_F() argument 65 auto VPID = VPIntrinsic::getForOpcode(Instruction::OPCODE); \ in TEST_F() 69 auto *I = VBuild.createVectorInstruction(Instruction::OPCODE, ValueTy, \ in TEST_F() 113 #define HANDLE_BINARY_INST(NUM, OPCODE, INSTCLASS) \ in TEST_F() argument 115 auto VPID = VPIntrinsic::getForOpcode(Instruction::OPCODE); \ in TEST_F() 119 auto *I = VBuild.createVectorInstruction(Instruction::OPCODE, ValueTy, \ in TEST_F() 159 #define HANDLE_BINARY_INST(NUM, OPCODE, INSTCLASS) \ in TEST_F() argument 161 auto VPID = VPIntrinsic::getForOpcode(Instruction::OPCODE); \ in TEST_F() 165 auto *I = VBuild.createVectorInstruction(Instruction::OPCODE, ValueTy, \ in TEST_F() 194 #define HANDLE_BINARY_INST(NUM, OPCODE, INSTCLASS) \ in TEST_F() argument [all …]
|
| /llvm-project-15.0.7/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) { \
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 5922 OPCODE(TM); in getTargetNodeName() 5939 OPCODE(MVC); in getTargetNodeName() 5940 OPCODE(NC); in getTargetNodeName() 5941 OPCODE(OC); in getTargetNodeName() 5942 OPCODE(XC); in getTargetNodeName() 5943 OPCODE(CLC); in getTargetNodeName() 5948 OPCODE(IPM); in getTargetNodeName() 5997 OPCODE(VTM); in getTargetNodeName() 6009 OPCODE(TDC); in getTargetNodeName() 6026 OPCODE(LRV); in getTargetNodeName() [all …]
|
| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | VarLenDecoder.td | 50 // CHECK-NEXT: MCD::OPC_Decode, [[#OPCODE:]], 1, 0, // Opcode: FOO16 52 // CHECK-NEXT: MCD::OPC_Decode, [[#OPCODE+1]], 1, 1, // Opcode: FOO32
|
| /llvm-project-15.0.7/llvm/unittests/CodeGen/ |
| H A D | RegAllocScoreTest.cpp | 66 #define MOCK_SPEC(IGNORE, OPCODE, FLAGS) \ argument 67 {OPCODE, 0, 0, 0, 0, FLAGS, 0, nullptr, nullptr, nullptr},
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/MachO/ |
| H A D | bad-bind.test | 49 …ho --bind %p/Inputs/macho-bind-bad-opcode-value 2>&1 | FileCheck --check-prefix BAD-OPCODE-VALUE %s 50 BAD-OPCODE-VALUE: macho-bind-bad-opcode-value': truncated or malformed object (bad bind info (bad o… 100 … %p/Inputs/macho-rebase-bad-opcode-value 2>&1 | FileCheck --check-prefix REBASE-BAD-OPCODE-VALUE %s 101 REBASE-BAD-OPCODE-VALUE: macho-rebase-bad-opcode-value': truncated or malformed object (bad rebase …
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 3012 #define HANDLE_INST(NUM, OPCODE, CLASS) \ in translate() argument 3013 case Instruction::OPCODE: \ in translate() 3014 return translate##OPCODE(Inst, *CurBuilder.get()); in translate() 3062 #define HANDLE_INST(NUM, OPCODE, CLASS) \ in translate() argument 3063 case Instruction::OPCODE: \ in translate() 3064 return translate##OPCODE(*CE, *EntryBuilder.get()); in translate()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 1769 #define HANDLE_INST(NUM, OPCODE, CLASS) OPCODE = NUM, in InstructionOpcodeToISD() argument
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 1145 #define HANDLE_INST(NUM, OPCODE, CLASS) \ in visit() argument 1146 case Instruction::OPCODE: visit##OPCODE((const CLASS&)I); break; in visit()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.td | 2937 // OPCODE 0F 01 FE 2955 // OPCODE 0F 01 FF
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | LangRef.rst | 4409 ``OPCODE (LHS, RHS)`` 4410 Perform the specified operation of the LHS and RHS constants. OPCODE
|