/external/llvm/tools/msbuild/ |
D | install.bat | 12 IF %PLATFORM% == x64 GOTO PLATFORMLOOPEND 19 IF EXIST %D% GOTO FOUND_V100 21 IF EXIST %D% GOTO FOUND_V100 25 IF EXIST %D% GOTO FOUND_V110 27 IF EXIST %D% GOTO FOUND_V110 31 IF EXIST %D% GOTO FOUND_V120 33 IF EXIST %D% GOTO FOUND_V120 37 IF EXIST %D% GOTO FOUND_V140 39 IF EXIST %D% GOTO FOUND_V140 43 GOTO PLATFORMLOOPHEAD [all …]
|
/external/llvm-project/llvm/test/Analysis/ScalarEvolution/ |
D | pointer-sign-bits.ll | 11 "GOTO or IF*2": ; preds = %"true verifyAndComputePtr89", %verifyNullCont84 14 "GOTO or IF*5": ; preds = %"true verifyAndComputePtr127", %"GOTO or IF*6" 17 "GOTO or IF*6": ; preds = %"true verifyAndComputePtr131.GOTO or IF*6_crit_edge", %"true ver… 18 …%indvar = phi i32 [ %indvar.next, %"true verifyAndComputePtr131.GOTO or IF*6_crit_edge" ], [ 0, %"… 22 br i1 %3, label %verifyNullCont126, label %"GOTO or IF*5" 172 …br i1 undef, label %"verifyNullCont78.GOTO or IF*4_crit_edge", label %verifyNullCont78.end_crit_ed… 174 "verifyNullCont78.GOTO or IF*4_crit_edge": ; preds = %verifyNullCont78 180 verifyNullExit80: ; preds = %"verifyNullCont78.GOTO or IF*4_crit_edge" 183 verifyNullCont81: ; preds = %"verifyNullCont78.GOTO or IF*4_crit_edge" 189 br i1 undef, label %"GOTO or IF*2", label %verifyNullCont86 [all …]
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | pointer-sign-bits.ll | 10 "GOTO or IF*2": ; preds = %"true verifyAndComputePtr89", %verifyNullCont84 13 "GOTO or IF*5": ; preds = %"true verifyAndComputePtr127", %"GOTO or IF*6" 16 "GOTO or IF*6": ; preds = %"true verifyAndComputePtr131.GOTO or IF*6_crit_edge", %"true ver… 17 …%indvar = phi i32 [ %indvar.next, %"true verifyAndComputePtr131.GOTO or IF*6_crit_edge" ], [ 0, %"… 21 br i1 %3, label %verifyNullCont126, label %"GOTO or IF*5" 171 …br i1 undef, label %"verifyNullCont78.GOTO or IF*4_crit_edge", label %verifyNullCont78.end_crit_ed… 173 "verifyNullCont78.GOTO or IF*4_crit_edge": ; preds = %verifyNullCont78 179 verifyNullExit80: ; preds = %"verifyNullCont78.GOTO or IF*4_crit_edge" 182 verifyNullCont81: ; preds = %"verifyNullCont78.GOTO or IF*4_crit_edge" 188 br i1 undef, label %"GOTO or IF*2", label %verifyNullCont86 [all …]
|
/external/llvm-project/llvm/tools/msbuild/ |
D | install.bat | 22 IF NOT %ERRORLEVEL% == 0 GOTO FAILED 24 IF NOT %ERRORLEVEL% == 0 GOTO FAILED 29 IF NOT %ERRORLEVEL% == 0 GOTO FAILED 31 IF NOT %ERRORLEVEL% == 0 GOTO FAILED 33 IF NOT %ERRORLEVEL% == 0 GOTO FAILED 38 IF NOT %ERRORLEVEL% == 0 GOTO FAILED 40 IF NOT %ERRORLEVEL% == 0 GOTO FAILED 42 IF NOT %ERRORLEVEL% == 0 GOTO FAILED 46 IF NOT %ERRORLEVEL% == 0 GOTO FAILED
|
/external/libyuv/files/tools_libyuv/valgrind/ |
D | libyuv_tests.bat | 22 if %1 == () GOTO:TOOLNAME_NOT_FOUND 23 if %1 == --tool GOTO:TOOLNAME_FOUND 35 if "%TOOL_NAME%" == "drmemory" GOTO :SETUP_DRMEMORY 36 if "%TOOL_NAME%" == "drmemory_light" GOTO :SETUP_DRMEMORY 37 if "%TOOL_NAME%" == "drmemory_full" GOTO :SETUP_DRMEMORY 38 if "%TOOL_NAME%" == "drmemory_pattern" GOTO :SETUP_DRMEMORY 39 if "%TOOL_NAME%" == "tsan" GOTO :SETUP_TSAN 44 if NOT "%DRMEMORY_COMMAND%"=="" GOTO :RUN_TESTS 48 if EXIST %DRMEMORY_SFX% GOTO DRMEMORY_BINARY_OK 64 if EXIST %TSAN_SFX% GOTO TSAN_BINARY_OK
|
D | chrome_tests.bat | 14 if %1 == () GOTO:TOOLNAME_NOT_FOUND 15 if %1 == --tool GOTO:TOOLNAME_FOUND 27 if "%TOOL_NAME%" == "drmemory" GOTO :SETUP_DRMEMORY 28 if "%TOOL_NAME%" == "drmemory_light" GOTO :SETUP_DRMEMORY 29 if "%TOOL_NAME%" == "drmemory_full" GOTO :SETUP_DRMEMORY 30 if "%TOOL_NAME%" == "drmemory_pattern" GOTO :SETUP_DRMEMORY 38 if EXIST %DRMEMORY_SFX% GOTO DRMEMORY_BINARY_OK
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
D | GOTO.java | 28 public class GOTO extends GotoInstruction implements VariableLengthInstruction { class 34 GOTO() { in GOTO() method in GOTO 38 public GOTO(final InstructionHandle target) { in GOTO() method in GOTO 39 super(org.apache.bcel.Const.GOTO, target); in GOTO() 51 if (_opcode == org.apache.bcel.Const.GOTO) { in dump()
|
/external/adhd/sound_card_init/ |
D | 99-sound_card_init.rules | 5 SUBSYSTEM!="sound", GOTO="sci_end" 6 ACTION!="change", GOTO="sci_end" 7 KERNEL!="card*", GOTO="sci_end" 9 GOTO="sci_action"
|
/external/apache-commons-bcel/src/test/java/org/apache/bcel/generic/ |
D | BranchHandleTestCase.java | 28 …final BranchHandle bh = BranchHandle.getBranchHandle(new GOTO(null));// have to start with a valid… in testsetInstructionNull() 36 …final BranchHandle bh = BranchHandle.getBranchHandle(new GOTO(null));// have to start with a valid… in testsetInstructionBI() 38 bh.setInstruction(new GOTO(null)); in testsetInstructionBI() 44 …final BranchHandle bh = BranchHandle.getBranchHandle(new GOTO(null));// have to start with a valid… in testsetInstructionnotBI()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXInstrInfo.cpp | 110 if (LastInst.getOpcode() == NVPTX::GOTO) { in analyzeBranch() 132 LastInst.getOpcode() == NVPTX::GOTO) { in analyzeBranch() 141 if (SecondLastInst.getOpcode() == NVPTX::GOTO && in analyzeBranch() 142 LastInst.getOpcode() == NVPTX::GOTO) { in analyzeBranch() 161 if (I->getOpcode() != NVPTX::GOTO && I->getOpcode() != NVPTX::CBranch) in removeBranch() 196 BuildMI(&MBB, DL, get(NVPTX::GOTO)).addMBB(TBB); in insertBranch() 205 BuildMI(&MBB, DL, get(NVPTX::GOTO)).addMBB(FBB); in insertBranch()
|
/external/llvm-project/llvm/lib/Target/NVPTX/ |
D | NVPTXInstrInfo.cpp | 110 if (LastInst.getOpcode() == NVPTX::GOTO) { in analyzeBranch() 132 LastInst.getOpcode() == NVPTX::GOTO) { in analyzeBranch() 141 if (SecondLastInst.getOpcode() == NVPTX::GOTO && in analyzeBranch() 142 LastInst.getOpcode() == NVPTX::GOTO) { in analyzeBranch() 161 if (I->getOpcode() != NVPTX::GOTO && I->getOpcode() != NVPTX::CBranch) in removeBranch() 196 BuildMI(&MBB, DL, get(NVPTX::GOTO)).addMBB(TBB); in insertBranch() 205 BuildMI(&MBB, DL, get(NVPTX::GOTO)).addMBB(FBB); in insertBranch()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXInstrInfo.cpp | 164 if (LastInst.getOpcode() == NVPTX::GOTO) { in analyzeBranch() 186 LastInst.getOpcode() == NVPTX::GOTO) { in analyzeBranch() 195 if (SecondLastInst.getOpcode() == NVPTX::GOTO && in analyzeBranch() 196 LastInst.getOpcode() == NVPTX::GOTO) { in analyzeBranch() 213 if (I->getOpcode() != NVPTX::GOTO && I->getOpcode() != NVPTX::CBranch) in RemoveBranch() 245 BuildMI(&MBB, DL, get(NVPTX::GOTO)).addMBB(TBB); in InsertBranch() 254 BuildMI(&MBB, DL, get(NVPTX::GOTO)).addMBB(FBB); in InsertBranch()
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/instr/ |
D | MethodInstrumenterTest.java | 84 instrumenter.visitJumpInsnWithProbe(Opcodes.GOTO, label, 3, frame); in testVisitJumpInsnWithProbe_GOTO() 87 expectedVisitor.visitJumpInsn(Opcodes.GOTO, label); in testVisitJumpInsnWithProbe_GOTO() 184 expectedVisitor.visitJumpInsn(Opcodes.GOTO, label); in testVisitJumpInsnWithProbe() 206 expectedVisitor.visitJumpInsn(Opcodes.GOTO, new Label()); in testVisitTableSwitchInsnWithProbes() 210 expectedVisitor.visitJumpInsn(Opcodes.GOTO, new Label()); in testVisitTableSwitchInsnWithProbes() 230 expectedVisitor.visitJumpInsn(Opcodes.GOTO, new Label()); in testVisitLookupSwitchInsnWithProbes() 234 expectedVisitor.visitJumpInsn(Opcodes.GOTO, new Label()); in testVisitLookupSwitchInsnWithProbes()
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/filter/ |
D | TryWithResourcesJavacFilterTest.java | 387 m.visitJumpInsn(Opcodes.GOTO, l15); in javac_7_8() 394 m.visitJumpInsn(Opcodes.GOTO, l15); in javac_7_8() 418 m.visitJumpInsn(Opcodes.GOTO, l23); in javac_7_8() 425 m.visitJumpInsn(Opcodes.GOTO, l23); in javac_7_8() 464 m.visitJumpInsn(Opcodes.GOTO, l28); in javac_7_8() 471 m.visitJumpInsn(Opcodes.GOTO, l28); in javac_7_8() 509 m.visitJumpInsn(Opcodes.GOTO, l30); in javac_7_8() 516 m.visitJumpInsn(Opcodes.GOTO, l30); in javac_7_8() 633 m.visitJumpInsn(Opcodes.GOTO, end); in javac9_omitted_null_check() 642 m.visitJumpInsn(Opcodes.GOTO, end); in javac9_omitted_null_check() [all …]
|
D | FinallyFilterTest.java | 115 m.visitJumpInsn(Opcodes.GOTO, finallyEnd); in javac_try_catch_finally() 158 m.visitJumpInsn(Opcodes.GOTO, finallyEnd); in ecj_try_catch_finally() 166 m.visitJumpInsn(Opcodes.GOTO, after); in ecj_try_catch_finally() 213 m.visitJumpInsn(Opcodes.GOTO, finallyEnd); in javac_empty_catch() 221 m.visitJumpInsn(Opcodes.GOTO, finallyEnd); in javac_empty_catch() 262 m.visitJumpInsn(Opcodes.GOTO, finallyEnd); in javac_8_empty_catch() 270 m.visitJumpInsn(Opcodes.GOTO, finallyEnd); in javac_8_empty_catch() 304 m.visitJumpInsn(Opcodes.GOTO, finallyEnd); in ecj_empty_catch() 311 m.visitJumpInsn(Opcodes.GOTO, after); in ecj_empty_catch() 365 m.visitJumpInsn(Opcodes.GOTO, finallyStart); in ecj_always_completes_abruptly()
|
D | TryWithResourcesJavac11FilterTest.java | 54 m.visitJumpInsn(Opcodes.GOTO, e); in without_null_check() 63 m.visitJumpInsn(Opcodes.GOTO, t); in without_null_check() 108 m.visitJumpInsn(Opcodes.GOTO, e); in with_null_check() 119 m.visitJumpInsn(Opcodes.GOTO, t); in with_null_check()
|
D | TryWithResourcesEcjFilterTest.java | 187 m.visitJumpInsn(Opcodes.GOTO, l4); in ecj() 212 m.visitJumpInsn(Opcodes.GOTO, l7); in ecj() 221 m.visitJumpInsn(Opcodes.GOTO, suppressEnd); in ecj() 250 m.visitJumpInsn(Opcodes.GOTO, end); in ecj() 260 m.visitJumpInsn(Opcodes.GOTO, suppressEnd); in ecj() 290 m.visitJumpInsn(Opcodes.GOTO, suppressEnd); in ecj() 512 m.visitJumpInsn(Opcodes.GOTO, suppressEnd); in ecj_noFlowOut() 542 m.visitJumpInsn(Opcodes.GOTO, suppressEnd); in ecj_noFlowOut() 572 m.visitJumpInsn(Opcodes.GOTO, suppressEnd); in ecj_noFlowOut()
|
D | StringSwitchJavacFilterTest.java | 61 m.visitJumpInsn(Opcodes.GOTO, secondSwitch); in createFirstSwitch() 74 m.visitJumpInsn(Opcodes.GOTO, secondSwitch); in createFirstSwitch() 144 m.visitJumpInsn(Opcodes.GOTO, cases); in should_not_filter_code_generated_by_ECJ() 155 m.visitJumpInsn(Opcodes.GOTO, cases); in should_not_filter_code_generated_by_ECJ()
|
D | SynchronizedFilterTest.java | 51 m.visitJumpInsn(Opcodes.GOTO, exit); in javac() 98 m.visitJumpInsn(Opcodes.GOTO, exit); in javacTryCatchFinally() 106 m.visitJumpInsn(Opcodes.GOTO, exit); in javacTryCatchFinally() 143 m.visitJumpInsn(Opcodes.GOTO, exit); in ecj()
|
D | KotlinWhenStringFilterTest.java | 67 m.visitJumpInsn(Opcodes.GOTO, case1); in should_filter() 76 m.visitJumpInsn(Opcodes.GOTO, case2); in should_filter() 85 m.visitJumpInsn(Opcodes.GOTO, case3); in should_filter()
|
/external/icu/icu4c/source/allinone/ |
D | icucheck.bat | 59 @IF %ERRORLEVEL% EQU 0 GOTO OK_%THT% 70 @IF %ERRORLEVEL% EQU 0 GOTO OK_%THT% 81 @IF %ERRORLEVEL% EQU 0 GOTO OK_%THT% 92 @IF %ERRORLEVEL% EQU 0 GOTO OK_%THT% 104 @REM @IF %ERRORLEVEL% EQU 0 GOTO OK_%THT%
|
/external/javassist/src/test/test/javassist/bytecode/analysis/ |
D | ScannerTest.java | 118 /* 12 */ addJump(code, Opcode.GOTO, 125); in generate() 122 /* 20 */ addJump(code, Opcode.GOTO, 125); in generate() 139 /* 66 */ addJump(code, Opcode.GOTO, 111); in generate() 148 /* 85 */ addJump(code, Opcode.GOTO, 106); in generate() 161 /* 114 */ addJump(code, Opcode.GOTO, 123); in generate()
|
/external/llvm-project/clang/test/CoverageMapping/ |
D | macros.c | 7 #define GOTO goto macro 64 GOTO begin; // CHECK-NEXT: File 0, [[@LINE]]:9 -> [[@LINE]]:19 = #2 in func6()
|
/external/protobuf/ |
D | appveyor.bat | 3 IF %platform%==MinGW GOTO build_mingw 4 IF %language%==cpp GOTO build_cpp 5 IF %language%==csharp GOTO build_csharp
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/ |
D | MethodInstrumenter.java | 59 if (opcode == Opcodes.GOTO) { in visitJumpInsnWithProbe() 61 mv.visitJumpInsn(Opcodes.GOTO, label); in visitJumpInsnWithProbe() 66 mv.visitJumpInsn(Opcodes.GOTO, label); in visitJumpInsnWithProbe() 168 mv.visitJumpInsn(Opcodes.GOTO, label); in insertIntermediateProbe()
|