HomeSort by: relevance | last modified time | path
    Searched defs:decompose (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
ConstraintElimination.cpp 49 static SmallVector<std::pair<int64_t, Value *>, 4> decompose(Value *V) { function
169 auto ADec = decompose(Op0->stripPointerCastsSameRepresentation());
170 auto BDec = decompose(Op1->stripPointerCastsSameRepresentation());
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InterleavedAccess.cpp 72 void decompose(Instruction *Inst, unsigned NumSubVectors, FixedVectorType *T,
167 void X86InterleavedAccessGroup::decompose( function in class:X86InterleavedAccessGroup
194 // Decompose the load instruction.
743 decompose(Inst, Factor, ShuffleTy, DecomposedVectors);
767 // 1. Decompose the interleaved wide shuffle into individual shuffle
769 decompose(Shuffles[0], Factor,
  /src/external/gpl3/gcc.old/dist/gcc/
wide-int.h 398 static wi::storage_ref *decompose (HOST_WIDE_INT *scratch,
400 Decompose X as a PRECISION-bit integer, returning the associated
965 static wi::storage_ref decompose (HOST_WIDE_INT *, unsigned int,
981 decompose (HOST_WIDE_INT *, unsigned int precision, function in class:wi::int_traits
1024 : storage_ref (wi::int_traits <T>::decompose (scratch,
1034 : storage_ref (wi::int_traits <T>::decompose (scratch, precision, x))
1515 static wi::storage_ref decompose (HOST_WIDE_INT *, unsigned int, T);
1528 wi::primitive_int_traits <T, signed_p>::decompose (HOST_WIDE_INT *scratch, function in class:wi::primitive_int_traits
1686 static wi::storage_ref decompose (HOST_WIDE_INT *, unsigned int,
1699 decompose (HOST_WIDE_INT *scratch, unsigned int precision function in class:wi::int_traits
    [all...]
reload.cc 260 static struct decomposition decompose (rtx);
2404 decompose (rtx x)
2523 return decompose (SUBREG_REG (x));
2526 return decompose (SUBREG_REG (x));
2548 Y is also described by YDATA, which should be decompose (Y). */
2569 xdata = decompose (x);
2594 /* Similar, but calls decompose. */
2601 early_data = decompose (clobber);
3722 early_data = decompose (recog_data.operand[i]);
2392 decompose (rtx x) function
rtl.h 2268 static wi::storage_ref decompose (HOST_WIDE_INT *, unsigned int,
2280 wi::int_traits <rtx_mode_t>::decompose (HOST_WIDE_INT *,
2277 wi::int_traits <rtx_mode_t>::decompose (HOST_WIDE_INT *, function in class:wi::int_traits
  /src/external/gpl3/gcc/dist/gcc/
reload.cc 260 static struct decomposition decompose (rtx);
2405 decompose (rtx x)
2524 return decompose (SUBREG_REG (x));
2527 return decompose (SUBREG_REG (x));
2549 Y is also described by YDATA, which should be decompose (Y). */
2570 xdata = decompose (x);
2595 /* Similar, but calls decompose. */
2602 early_data = decompose (clobber);
3717 early_data = decompose (recog_data.operand[i]);
2393 decompose (rtx x) function
rtl.h 2278 static wi::storage_ref decompose (HOST_WIDE_INT *, unsigned int,
2290 wi::int_traits <rtx_mode_t>::decompose (HOST_WIDE_INT *,
2287 wi::int_traits <rtx_mode_t>::decompose (HOST_WIDE_INT *, function in class:wi::int_traits

Completed in 63 milliseconds