Searched defs:OPCODE (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | InstCount.cpp | 43 ++Num##OPCODE##Inst; \ argument 31 HANDLE_INST(N,OPCODE,CLASS) global() argument
|
/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 154 #define HANDLE_INST(NUM, OPCODE, CLASS) \ argument
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 1755 #define HANDLE_INST(NUM, OPCODE, CLASS) OPCODE = NUM, in InstructionOpcodeToISD() argument
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 3488 #define HANDLE_INST(NUM, OPCODE, CLASS) \ in translate() argument 3542 #define HANDLE_INST(NUM, OPCODE, CLASS) \ in translate() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 6374 #define OPCODE(NAME) case SystemZISD::NAME: return "SystemZISD::" #NAME in getTargetNodeName() macro
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 1383 #define HANDLE_INST(NUM, OPCODE, CLASS) \ in visit() argument
|