Searched
full:folding (Results
276 -
300 of
629) sorted by null
<<11121314151617181920>>
/external/llvm/test/Transforms/InstCombine/ |
constant-fold-gep.ll | 4 ; Constant folding should fix notionally out-of-bounds indices
|
gepphigep.ll | 140 ; Instcombine shouldn't add new PHI nodes while folding GEPs if that will leave
|
/external/llvm/test/Transforms/SimplifyCFG/ |
merge-cond-stores-2.ll | 1 ; RUN: opt -S < %s -simplifycfg -simplifycfg-merge-cond-stores=true -simplifycfg-merge-cond-stores-aggressively=false -phi-node-folding-threshold=2 | FileCheck %s
|
/external/mesa3d/src/glsl/ |
opt_array_splitting.cpp | 303 * array. This might have happened due to constant folding
|
/external/owasp/sanitizer/ |
Makefile | 42 # Run tests in the Turkish locale to trigger any extra-case-folding-rule bugs
|
/external/regex-re2/re2/ |
unicode.py | 220 """Returns list of Unicode code groups equivalent under case folding.
|
/external/skia/src/gpu/glsl/ |
GrGLSL.h | 125 * folding with help of 1 and 0.
|
/external/v8/src/compiler/ |
control-flow-optimizer.cc | 78 // branch folding optimizations (i.e. because one or more inputs to the Phi is
|
/frameworks/av/tools/resampler_tools/ |
fir.cpp | 147 * at the point where the folding reaches 20 KHz)
|
/frameworks/base/core/java/com/android/internal/app/ |
LocaleHelper.java | 89 // If needed we might use case folding and ICU/CLDR's collation-based loose searching.
|
/frameworks/compile/mclinker/lib/LD/ |
IdenticalCodeFolding.cpp | 55 // 1. Find folding candidates.
|
/prebuilts/go/darwin-x86/src/encoding/csv/ |
reader.go | 174 // readRune reads one rune from r, folding \r\n to \n and keeping track
|
/prebuilts/go/linux-x86/src/encoding/csv/ |
reader.go | 174 // readRune reads one rune from r, folding \r\n to \n and keeping track
|
/toolchain/binutils/binutils-2.25/gold/ |
main.cc | 212 // The Identical Code Folding (ICF, --icf) Object.
|
/external/icu/icu4c/source/common/unicode/ |
unistr.h | 675 * Compare two strings case-insensitively using full case folding. 681 * Comparison in code unit order with default case folding. 695 * Compare two strings case-insensitively using full case folding. 703 * Comparison in code unit order with default case folding. 720 * Compare two strings case-insensitively using full case folding. [all...] |
/external/clang/unittests/Tooling/ |
CompilationDatabaseTest.cpp | 502 "1", "2", "--\0no-constant-folding", "-DDEF3", "-DDEF4" 522 const char *Argv[] = { "1", "2", "--\0no-constant-folding" };
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/ |
TestData.java | 459 "Case folding ASCII U+0043 U+0041 U+0046 U+0045", 466 "Case folding 8bit U+00DF (german sharp s)",
|
/external/icu/icu4c/source/common/ |
rbbidata.cpp | 26 // Trie access folding function. Copied as-is from properties code in uchar.c 32 /* if bit 15 is set, then the folding offset is in bits 14..0 of the 16-bit trie result */
|
/external/icu/icu4c/source/samples/ustring/ |
ustring.cpp | 171 /* Compare two strings case-insensitively using full case folding */ 273 * Note that lower/upper/titlecasing take a locale ID while case-folding
|
/external/icu/icu4c/source/test/cintltst/ |
spreptst.c | 114 "Case folding ASCII U+0043 U+0041 U+0046 U+0045", 121 "Case folding 8bit U+00DF (german sharp s)",
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/ |
TestData.java | 458 "Case folding ASCII U+0043 U+0041 U+0046 U+0045", 465 "Case folding 8bit U+00DF (german sharp s)",
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
UnicodeSetCloseOver.java | 59 // Case folding options flag. This must correspond to the options 91 // At this point, have different case folding. Add
|
/external/llvm/include/llvm/ADT/ |
APFloat.h | 68 /// inexact, underflow and overflow can be easily diagnosed on constant folding, 70 /// folding operations and optimize, or perhaps not optimize, accordingly.
|
/external/llvm/include/llvm/IR/ |
IntrinsicsAArch64.td | 291 // Folding Maximum 296 // Folding Minimum
|
/external/llvm/lib/Target/X86/ |
X86CallFrameOptimization.cpp | 526 // Do an extremely restricted form of load folding. 552 // push that make folding the load illegal.
|
Completed in 1226 milliseconds
<<11121314151617181920>>