Searched refs:RETURN_VOID (Results 1 – 20 of 20) sorted by relevance
70 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID)); in testInstanceOfNarrowingEqz_art()73 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID)); in testInstanceOfNarrowingEqz_art()101 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID)); in testInstanceOfNarrowingEqz_dalvik()104 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID)); in testInstanceOfNarrowingEqz_dalvik()133 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID)); in testInstanceOfNarrowingNez_art()136 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID)); in testInstanceOfNarrowingNez_art()164 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID)); in testInstanceOfNarrowingNez_dalvik()167 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID)); in testInstanceOfNarrowingNez_dalvik()197 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID)); in testInstanceOfNarrowingAfterMove_art()200 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID)); in testInstanceOfNarrowingAfterMove_art()[all …]
62 new ImmutableInstruction10x(Opcode.RETURN_VOID)); in testCustomMethodInlineTable_Virtual()91 new ImmutableInstruction10x(Opcode.RETURN_VOID)); in testCustomMethodInlineTable_Static()120 new ImmutableInstruction10x(Opcode.RETURN_VOID)); in testCustomMethodInlineTable_Direct()
29 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID)); in testFixGotoToGoto16()52 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID)); in testFixGotoToGoto32()75 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID)); in testFixGoto16ToGoto32()111 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID)); in testFixGotoCascading()
91 builder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID)); in testFixOffsets()
72 methodBuilder.addInstruction(new BuilderInstruction10x(Opcode.RETURN_VOID)); in testJumboStringConversion()119 Assert.assertEquals(Opcode.RETURN_VOID, instructions.get(66000).getOpcode()); in testJumboStringConversion()151 instructions.add(new ImmutableInstruction10x(Opcode.RETURN_VOID)); in testJumboStringConversion_NonMethodBuilder()216 Assert.assertEquals(Opcode.RETURN_VOID, actualInstructions.get(66000).getOpcode()); in testJumboStringConversion_NonMethodBuilder()
12 RETURN_VOID implicit-def dead $arguments
86 def RETURN_VOID : I<(outs), (ins), [(WebAssemblyreturn)], "return">;88 // This is to RETURN_VOID what FALLTHROUGH_RETURN_#vt is to RETURN_#vt.
189 case WebAssembly::RETURN_VOID: in runOnMachineFunction()
1118 TII.get(WebAssembly::RETURN_VOID)); in selectRet()
22 RETURN_VOID implicit-def dead $arguments
58 Assert.assertEquals(Opcode.RETURN_VOID, instructionElement.getOpcode()); in testSingleInstruction()
129 defm RETURN_VOID : NRI<(outs), (ins), [(WebAssemblyreturn)], "return", 0x0f>;131 // This is to RETURN_VOID what FALLTHROUGH_RETURN_#vt is to RETURN_#vt.
200 case WebAssembly::RETURN_VOID: in runOnMachineFunction()
1269 TII.get(WebAssembly::RETURN_VOID)); in selectRet()
125 Assert.assertEquals(Opcode.RETURN_VOID, instruction.getOpcode()); in testSmalideaMethod()
829 addInstruction(new PlainInsn(Rops.RETURN_VOID, sourcePosition, null, in returnVoid()
633 case RETURN_VOID:1152 Instruction10x deodexedInstruction = new ImmutableInstruction10x(Opcode.RETURN_VOID);
58 RETURN_VOID(0x0e, "return-void", ReferenceType.NONE, Format.Format10x), enumConstant