Home
last modified time | relevance | path

Searched refs:JUMP (Results 1 – 19 of 19) 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/dist2/src/
Dpcre2_jit_compile.c561 #define JUMP(type) \ macro
2315 add_jump(compiler, &common->stackalloc, JUMP(SLJIT_FAST_CALL)); in flush_stubs()
2341 add_jump(compiler, &common->calllimit, JUMP(SLJIT_ZERO)); in count_match()
2731 add_jump(compiler, &common->partialmatch, JUMP(SLJIT_JUMP)); in check_partial()
2755 add_jump(compiler, end_reached, JUMP(SLJIT_JUMP)); in check_str_end()
2763 add_jump(compiler, &common->partialmatch, JUMP(SLJIT_JUMP)); in check_str_end()
2785 add_jump(compiler, backtracks, JUMP(SLJIT_JUMP)); in detect_partial_match()
2792 add_jump(compiler, &common->partialmatch, JUMP(SLJIT_JUMP)); in detect_partial_match()
2816 add_jump(compiler, &common->utfreadchar, JUMP(SLJIT_FAST_CALL)); in peek_char()
2957 …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/swiftshader/third_party/LLVM/test/Transforms/SCCP/
D2006-10-23-IPSCCP-Crash.ll6 @JUMP = external global i32 ; <i32*> [#uses=1]
40 %tmp54 = load i32* @JUMP ; <i32> [#uses=1]
/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.cpp678 return Opcode == AMDGPU::JUMP || Opcode == AMDGPU::JUMP_COND; in isJump()
707 while (I != MBB.begin() && std::prev(I)->getOpcode() == AMDGPU::JUMP) { in analyzeBranch()
719 if (LastOpc == AMDGPU::JUMP) { in analyzeBranch()
741 if (SecondLastOpc == AMDGPU::JUMP_COND && LastOpc == AMDGPU::JUMP) { in analyzeBranch()
778 BuildMI(&MBB, DL, get(AMDGPU::JUMP)).addMBB(TBB); in InsertBranch()
804 BuildMI(&MBB, DL, get(AMDGPU::JUMP)).addMBB(FBB); in InsertBranch()
840 case AMDGPU::JUMP: in RemoveBranch()
865 case AMDGPU::JUMP: in RemoveBranch()
DAMDILCFGStructurizer.cpp514 case AMDGPU::JUMP: return AMDGPU::IF_PREDICATE_SET; in getBranchNzeroOpcode()
525 case AMDGPU::JUMP: return AMDGPU::IF_PREDICATE_SET; in getBranchZeroOpcode()
536 case AMDGPU::JUMP: return AMDGPU::CONTINUE_LOGICALNZ_i32; in getContinueNzeroOpcode()
545 case AMDGPU::JUMP: return AMDGPU::CONTINUE_LOGICALZ_i32; in getContinueZeroOpcode()
584 case AMDGPU::JUMP: in isUncondBranch()
DR600Instructions.td1245 "JUMP @$ADDR POP:$POP_COUNT"> {
1300 "JUMP $target ($p)",
1304 def JUMP : InstR600 <
1307 "JUMP $target",
DEvergreenInstructions.td676 "JUMP @$ADDR POP:$POP_COUNT"> {
DR600ISelLowering.cpp527 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::JUMP)) in EmitInstrWithCustomInserter()
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinInstrInfo.td153 "JUMP ($target);",
156 // TODO JUMP (PC-P)
158 // NOTE: assembler chooses between JUMP.S and JUMP.L
DREADME.txt10 JUMP can take both CC and !CC as a condition. We cannot pattern-match (brcond