/external/llvm/test/CodeGen/WebAssembly/ |
call.ll | 1 ; RUN: llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt | FileCheck %s 2 ; RUN: llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt -fast-isel -fast-isel-abort=1 | FileCheck %s
|
comparisons_i32.ll | 1 ; RUN: llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt | FileCheck %s 2 ; RUN: llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt -fast-isel -fast-isel-abort=1 | FileCheck %s
|
comparisons_i64.ll | 1 ; RUN: llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt | FileCheck %s 2 ; RUN: llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt -fast-isel -fast-isel-abort=1 | FileCheck %s
|
indirect-import.ll | 1 ; RUN: llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt -verify-machineinstrs | FileCheck %s 2 ; RUN: llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt -verify-machineinstrs -fast-isel | FileCheck %s
|
/external/ltp/testcases/kernel/syscalls/sigaction/ |
sigaction01.c | 252 /*FALLTHROUGH*/ case 1: 256 /*FALLTHROUGH*/ case 3:
|
/external/webp/src/dsp/ |
lossless_enc_neon.c | 68 // fallthrough and finish off with plain-C 124 // fallthrough and finish off with plain-C
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
Compiler.h | 233 /// LLVM_FALLTHROUGH - Mark fallthrough cases in switch statements. 234 #if __cplusplus > 201402L && __has_cpp_attribute(fallthrough) 235 #define LLVM_FALLTHROUGH [[fallthrough]] 240 #elif __has_cpp_attribute(clang::fallthrough) 241 #define LLVM_FALLTHROUGH [[clang::fallthrough]]
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
Compiler.h | 233 /// LLVM_FALLTHROUGH - Mark fallthrough cases in switch statements. 234 #if __cplusplus > 201402L && __has_cpp_attribute(fallthrough) 235 #define LLVM_FALLTHROUGH [[fallthrough]] 240 #elif __has_cpp_attribute(clang::fallthrough) 241 #define LLVM_FALLTHROUGH [[clang::fallthrough]]
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
Compiler.h | 233 /// LLVM_FALLTHROUGH - Mark fallthrough cases in switch statements. 234 #if __cplusplus > 201402L && __has_cpp_attribute(fallthrough) 235 #define LLVM_FALLTHROUGH [[fallthrough]] 240 #elif __has_cpp_attribute(clang::fallthrough) 241 #define LLVM_FALLTHROUGH [[clang::fallthrough]]
|
/external/v8/src/ |
fast-dtoa.cc | 232 } // else fallthrough 240 } // else fallthrough 248 } // else fallthrough 257 } // else fallthrough 265 } // else fallthrough 273 } // else fallthrough 282 } // else fallthrough 290 } // else fallthrough 298 } // else fallthrough 306 } // else fallthrough [all...] |
/external/llvm/lib/CodeGen/ |
BranchFolding.cpp | [all...] |
/system/netd/server/ |
NetworkController.cpp | 106 ALOGE("failed to add fallthrough to %s for VPN netId %u", physicalInterface.c_str(), 114 ALOGE("failed to remove fallthrough to %s for VPN netId %u", physicalInterface.c_str(), 214 // ensures that the VPN fallthrough rule does not match. 268 // split-tunnel, that's okay, because we have fallthrough rules that will direct the fallthrough 270 // the fallthrough rules also go away), the socket that used to fallthrough to the default network
|
/external/llvm/lib/Target/Mips/ |
Mips16ISelLowering.cpp | 539 // fallthrough --> copy0MBB 552 // Next, add the true and fallthrough blocks as its successors. 562 // # fallthrough to sinkMBB 602 // fallthrough --> copy0MBB 615 // Next, add the true and fallthrough blocks as its successors. 626 // # fallthrough to sinkMBB 668 // fallthrough --> copy0MBB 681 // Next, add the true and fallthrough blocks as its successors. 692 // # fallthrough to sinkMBB
|
/external/v8/src/regexp/ia32/ |
regexp-macro-assembler-ia32.cc | 181 Label fallthrough; local 183 __ j(not_equal, &fallthrough); 186 __ bind(&fallthrough); 192 Label fallthrough; local 200 __ j(equal, &fallthrough); 347 __ bind(&fallthrough); 354 Label fallthrough; local 366 __ j(equal, &fallthrough); 427 __ bind(&fallthrough); [all...] |
/external/v8/src/regexp/x87/ |
regexp-macro-assembler-x87.cc | 181 Label fallthrough; local 183 __ j(not_equal, &fallthrough); 186 __ bind(&fallthrough); 191 Label fallthrough; local 199 __ j(equal, &fallthrough); 346 __ bind(&fallthrough); 353 Label fallthrough; local 365 __ j(equal, &fallthrough); 426 __ bind(&fallthrough); [all...] |
/build/blueprint/proptools/ |
clone.go | 94 fallthrough 162 fallthrough 227 fallthrough
|
/external/libdrm/intel/ |
uthash.h | [all...] |
/external/llvm/test/CodeGen/Mips/ |
longbranch.ll | 34 ; and fallthrough block stores 1 to global variable. 49 ; target of the new branch (bnez) is the fallthrough block of the original 50 ; branch. Check that fallthrough block of the new branch contains long branch
|
/external/toybox/toys/pending/ |
telnet.c | 241 case DO: /* FALLTHROUGH */ 242 case DONT: /* FALLTHROUGH */ 243 case WILL: /* FALLTHROUGH */
|
/frameworks/native/libs/ui/ |
DebugUtils.cpp | 86 // Fallthrough 114 // Fallthrough 169 // Fallthrough
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
config.go | 220 fallthrough 235 fallthrough 263 fallthrough
|
/prebuilts/go/darwin-x86/src/encoding/ascii85/ |
ascii85.go | 45 fallthrough 48 fallthrough 51 fallthrough
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
config.go | 220 fallthrough 235 fallthrough 263 fallthrough
|
/prebuilts/go/linux-x86/src/encoding/ascii85/ |
ascii85.go | 45 fallthrough 48 fallthrough 51 fallthrough
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
BranchFolding.cpp | 843 // fallthrough to QBB [all...] |