/external/mesa3d/src/gallium/drivers/radeon/ |
D | R600InstrInfo.cpp | 195 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 …]
|
D | R600ISelLowering.cpp | 200 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()
|
D | AMDILCFGStructurizer.cpp | 2797 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()
|
D | R600Instructions.td | 126 def JUMP : InstR600 <0x10, 129 "JUMP $target ($p)",
|
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 561 #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/ |
D | structurize.ll | 20 ; CHECK: JUMP 33 ; CHECK: JUMP
|
D | predicates.ll | 49 ; CHECK: JUMP 76 ; CHECK: JUMP
|
D | disconnected-predset-break-bug.ll | 10 ; CHECK-NEXT: JUMP
|
D | jump-address.ll | 3 ; CHECK: JUMP @6
|
/external/llvm/test/CodeGen/XCore/ |
D | codemodel.ll | 14 ; 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/ |
D | 2006-10-23-IPSCCP-Crash.ll | 6 @JUMP = external global i32 ; <i32*> [#uses=1] 40 %tmp54 = load i32* @JUMP ; <i32> [#uses=1]
|
/external/llvm/test/Transforms/SCCP/ |
D | 2006-10-23-IPSCCP-Crash.ll | 6 @JUMP = external global i32 ; <i32*> [#uses=1] 40 %tmp54 = load i32, i32* @JUMP ; <i32> [#uses=1]
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600InstrInfo.cpp | 678 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()
|
D | AMDILCFGStructurizer.cpp | 514 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()
|
D | R600Instructions.td | 1245 "JUMP @$ADDR POP:$POP_COUNT"> { 1300 "JUMP $target ($p)", 1304 def JUMP : InstR600 < 1307 "JUMP $target",
|
D | EvergreenInstructions.td | 676 "JUMP @$ADDR POP:$POP_COUNT"> {
|
D | R600ISelLowering.cpp | 527 BuildMI(*BB, I, BB->findDebugLoc(I), TII->get(AMDGPU::JUMP)) in EmitInstrWithCustomInserter()
|
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/ |
D | BlackfinInstrInfo.td | 153 "JUMP ($target);", 156 // TODO JUMP (PC-P) 158 // NOTE: assembler chooses between JUMP.S and JUMP.L
|
D | README.txt | 10 JUMP can take both CC and !CC as a condition. We cannot pattern-match (brcond
|