HomeSort by relevance Sort by last modified time
    Searched full:widened (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /external/clang/lib/StaticAnalyzer/Core/
LoopWidening.cpp 11 /// widened to approximate the exit state(s), without analyzing every
49 // TODO Nested loops are currently widened as a result of the invalidation
  /external/llvm/test/CodeGen/ARM/
widen-vmovs.ll 8 ; The vmovs is first widened to a vmovd, and then converted to a vorr because of the v2f32 vadd.f32.
  /external/proguard/src/proguard/classfile/editor/
InstructionWriter.java 32 * collecting instructions that have to be widened. As an AttributeVisitor,
112 System.out.println(" "+constantInstruction.toString(offset)+" will be widened to "+replacementInstruction.toString());
144 System.out.println(" "+variableInstruction.toString(offset)+" will be widened to "+replacementInstruction.toString());
226 System.out.println(" "+branchInstruction.toString(offset)+" will be widened to "+replacementInstruction.toString());
  /external/llvm/lib/Target/SystemZ/
SystemZCallingConv.td 24 // Match if this specific argument was widened from a short vector type.
51 // Sub-128 vectors are returned in the same way, but they're widened
81 // are passed in the same way, but they're widened to one of these types
SystemZCallingConv.h 31 /// Records whether the value was widened from a short vector type.
  /external/llvm/test/Instrumentation/AddressSanitizer/
asan-vs-gvn.ll 2 ; ASAN conflicts with load widening iff the widened load accesses data out of bounds
  /external/clang/test/Analysis/
loop-widening.c 13 // Check loop isn't widened by checking x isn't invalidated
19 // FIXME loss of precision as a result of evaluating the widened loop body
  /libcore/ojluni/src/main/java/sun/security/ssl/
Debug.java 72 System.err.println("\thandshake debugging can be widened with:");
76 System.err.println("\trecord debugging can be widened with:");
  /external/proguard/src/proguard/classfile/instruction/
BranchInstruction.java 108 throw new IllegalArgumentException("Branch instruction can't be widened ("+this.toString()+")");
  /art/test/564-checker-bitcount/src/
Main.java 79 // extension of a byte value widened to an int.
104 // extension of a short value widened to an int.
  /external/llvm/test/Transforms/IndVarSimplify/
elim-extend.ll 69 ; %innercount is currently blocked by lcssa, so is not widened.
70 ; %inneriv can be widened only after proving it has no signed-overflow
  /external/llvm/lib/Target/Hexagon/
HexagonStoreWidening.cpp 205 // semantics of the program. A single store group could be widened as
221 // i.e. a sequence of independent stores that can be widened.
381 // The stores don't add up to anything that can be widened. Clean up.
387 // Only leave the stored being widened.
542 // instructions with the widened ones.
571 // with the widened stores, if possible. Processing of each basic block
  /external/icu/tools/srcgen/resources/
replacements.txt 15 * Some UCharacter methods and constants were widened slightly differently than
16 * how the Character class methods and constants were widened later.
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.h 127 /// WidenedVectors - For vector nodes that need to be widened, indicates
128 /// the widened value to use.
192 /// The bit vector is widened with zeroes when WithZeroes is true.
    [all...]
LegalizeVectorTypes.cpp 254 // are widened to v8i8, v4i16, and v2i32, which is legal, because v1i64 is
    [all...]
  /external/llvm/test/CodeGen/Thumb/
stack-access.ll 34 ; If possible stack-based lrdb/ldrh are widened to use SP-based addressing
  /external/llvm/test/Transforms/GVN/
load-pre-nonlocal.ll 53 ; %1 is partially redundant if %0 can be widened to a 64-bit load.
  /external/llvm/test/CodeGen/X86/
vec_extract-avx.ll 83 ; PR25320 Make sure that a widened (possibly legalized) vector correctly zero-extends upper elements.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
fcntl.h 113 argument because that is what `mode_t' will be widened to.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
fcntl.h 160 argument because that is what `mode_t' will be widened to.
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 59 STATISTIC(NumWidened , "Number of indvars widened");
    [all...]
  /external/guava/guava/src/com/google/common/base/
Optional.java 213 * @since 11.0 (generics widened in 13.0)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
machmode.h 165 /* Nonzero if CLASS modes can be widened. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
ostream 467 * @c char, the character is widened before insertion.
508 * at @p __s, widened if necessary, followed by any required padding (as
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
ostream 467 * @c char, the character is widened before insertion.
508 * at @p __s, widened if necessary, followed by any required padding (as

Completed in 667 milliseconds

1 2 3 4