Home
last modified time | relevance | path

Searched refs:JUMP (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
DR600InstrInfo.cpp195 if (static_cast<MachineInstr *>(I)->getOpcode() != AMDGPU::JUMP) { in AnalyzeBranch()
205 static_cast<MachineInstr *>(--I)->getOpcode() != AMDGPU::JUMP) { in AnalyzeBranch()
206 if (LastOpc == AMDGPU::JUMP) { in AnalyzeBranch()
230 if (SecondLastOpc == AMDGPU::JUMP && in AnalyzeBranch()
232 LastOpc == AMDGPU::JUMP && in AnalyzeBranch()
271 BuildMI(&MBB, DL, get(AMDGPU::JUMP)).addMBB(TBB).addReg(0); in InsertBranch()
279 BuildMI(&MBB, DL, get(AMDGPU::JUMP)) in InsertBranch()
289 BuildMI(&MBB, DL, get(AMDGPU::JUMP)) in InsertBranch()
292 BuildMI(&MBB, DL, get(AMDGPU::JUMP)).addMBB(FBB).addReg(0); in InsertBranch()
313 case AMDGPU::JUMP: in RemoveBranch()
[all …]
DR600ISelLowering.cpp200 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::JUMP)) in EmitInstrWithCustomInserter()
213 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::JUMP)) in EmitInstrWithCustomInserter()
227 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::JUMP)) in EmitInstrWithCustomInserter()
DAMDILCFGStructurizer.cpp2797 case AMDGPU::JUMP: return AMDGPU::BREAK_LOGICALNZ_i32; in getBreakNzeroOpcode()
2806 case AMDGPU::JUMP: return AMDGPU::BREAK_LOGICALZ_i32; in getBreakZeroOpcode()
2815 case AMDGPU::JUMP: return AMDGPU::IF_LOGICALNZ_i32; in getBranchNzeroOpcode()
2826 case AMDGPU::JUMP: return AMDGPU::IF_LOGICALZ_i32; in getBranchZeroOpcode()
2838 case AMDGPU::JUMP: return AMDGPU::CONTINUE_LOGICALNZ_i32; in getContinueNzeroOpcode()
2847 case AMDGPU::JUMP: return AMDGPU::CONTINUE_LOGICALZ_i32; in getContinueZeroOpcode()
2879 case AMDGPU::JUMP: in isCondBranch()
2893 case AMDGPU::JUMP: in isUncondBranch()
DR600Instructions.td126 def JUMP : InstR600 <0x10,
129 "JUMP $target ($p)",
/external/pcre/dist/
Dpcre_jit_compile.c525 #define JUMP(type) \ macro
2082 add_jump(compiler, &common->stackalloc, JUMP(SLJIT_FAST_CALL)); in flush_stubs()
2108 add_jump(compiler, &common->calllimit, JUMP(SLJIT_ZERO)); in count_match()
2510 add_jump(compiler, &common->partialmatch, JUMP(SLJIT_JUMP)); in check_partial()
2534 add_jump(compiler, end_reached, JUMP(SLJIT_JUMP)); in check_str_end()
2542 add_jump(compiler, &common->partialmatch, JUMP(SLJIT_JUMP)); in check_str_end()
2564 add_jump(compiler, backtracks, JUMP(SLJIT_JUMP)); in detect_partial_match()
2571 add_jump(compiler, &common->partialmatch, JUMP(SLJIT_JUMP)); in detect_partial_match()
2595 add_jump(compiler, &common->utfreadchar, JUMP(SLJIT_FAST_CALL)); in peek_char()
2736 …add_jump(compiler, (max < 0x10000) ? &common->utfreadchar16 : &common->utfreadchar, JUMP(SLJIT_FAS… in read_char_range()
[all …]
/external/llvm/test/CodeGen/AMDGPU/
Dstructurize.ll20 ; CHECK: JUMP
33 ; CHECK: JUMP
Dpredicates.ll49 ; CHECK: JUMP
76 ; CHECK: JUMP
Ddisconnected-predset-break-bug.ll10 ; CHECK-NEXT: JUMP
Djump-address.ll3 ; CHECK: JUMP @6
/external/llvm/test/CodeGen/XCore/
Dcodemodel.ll14 ; CHECK: bt r0, [[JUMP:.LBB[0-9_]*]]
17 ; CHECK: [[JUMP]]
25 ; LARGE: bt r0, [[JUMP:.LBB[0-9_]*]]
27 ; LARGE: [[JUMP]]
/external/llvm/test/Transforms/SCCP/
D2006-10-23-IPSCCP-Crash.ll6 @JUMP = external global i32 ; <i32*> [#uses=1]
40 %tmp54 = load i32, i32* @JUMP ; <i32> [#uses=1]
/external/llvm/lib/Target/AMDGPU/
DR600InstrInfo.cpp683 return Opcode == AMDGPU::JUMP || Opcode == AMDGPU::JUMP_COND; in isJump()
713 while (I != MBB.begin() && std::prev(I)->getOpcode() == AMDGPU::JUMP) { in AnalyzeBranch()
725 if (LastOpc == AMDGPU::JUMP) { in AnalyzeBranch()
747 if (SecondLastOpc == AMDGPU::JUMP_COND && LastOpc == AMDGPU::JUMP) { in AnalyzeBranch()
785 BuildMI(&MBB, DL, get(AMDGPU::JUMP)).addMBB(TBB); in InsertBranch()
811 BuildMI(&MBB, DL, get(AMDGPU::JUMP)).addMBB(FBB); in InsertBranch()
847 case AMDGPU::JUMP: in RemoveBranch()
872 case AMDGPU::JUMP: in RemoveBranch()
DAMDILCFGStructurizer.cpp541 case AMDGPU::JUMP: return AMDGPU::IF_PREDICATE_SET; in getBranchNzeroOpcode()
552 case AMDGPU::JUMP: return AMDGPU::IF_PREDICATE_SET; in getBranchZeroOpcode()
563 case AMDGPU::JUMP: return AMDGPU::CONTINUE_LOGICALNZ_i32; in getContinueNzeroOpcode()
572 case AMDGPU::JUMP: return AMDGPU::CONTINUE_LOGICALZ_i32; in getContinueZeroOpcode()
611 case AMDGPU::JUMP: in isUncondBranch()
DR600Instructions.td1245 "JUMP @$ADDR POP:$POP_COUNT"> {
1300 "JUMP $target ($p)",
1304 def JUMP : InstR600 <
1307 "JUMP $target",
DEvergreenInstructions.td654 "JUMP @$ADDR POP:$POP_COUNT"> {
DR600ISelLowering.cpp502 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::JUMP)) in EmitInstrWithCustomInserter()