Mercurial > hg > CbC > CbC_llvm
comparison llvm/test/TableGen/GlobalISelEmitter-SDNodeXForm-timm.td @ 207:2e18cbf3894f
LLVM12
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 08 Jun 2021 06:07:14 +0900 |
parents | 1d019706d866 |
children |
comparison
equal
deleted
inserted
replaced
173:0572611fdcc8 | 207:2e18cbf3894f |
---|---|
9 | 9 |
10 def gi_shiftl_1 : GICustomOperandRenderer<"renderShiftImml1">, | 10 def gi_shiftl_1 : GICustomOperandRenderer<"renderShiftImml1">, |
11 GISDNodeXFormEquiv<shiftl_1>; | 11 GISDNodeXFormEquiv<shiftl_1>; |
12 | 12 |
13 | 13 |
14 def int_mytarget_sleep : Intrinsic<[], [llvm_i32_ty], [ImmArg<0>]>; | 14 def int_mytarget_sleep : Intrinsic<[], [llvm_i32_ty], [ImmArg<ArgIndex<0>>]>; |
15 def int_mytarget_foo : Intrinsic<[llvm_i32_ty], [llvm_i32_ty, llvm_i32_ty], [ImmArg<1>, IntrNoMem]>; | 15 def int_mytarget_foo : Intrinsic<[llvm_i32_ty], [llvm_i32_ty, llvm_i32_ty], [ImmArg<ArgIndex<1>>, IntrNoMem]>; |
16 | 16 |
17 | 17 |
18 def SLEEP : I<(outs), (ins i32imm:$src0), []>; | 18 def SLEEP : I<(outs), (ins i32imm:$src0), []>; |
19 def FOO : I<(outs GPR32:$dst), (ins GPR32:$src0, i32imm:$src1), []>; | 19 def FOO : I<(outs GPR32:$dst), (ins GPR32:$src0, i32imm:$src1), []>; |
20 | 20 |