HomeSort by relevance Sort by last modified time
    Searched refs:vectorWidth (Results 1 - 2 of 2) sorted by null

  /frameworks/rs/api/
gen_runtime.cpp 103 string vectorWidth;
532 << "[INPUTSIZE * " << p.vectorWidth << "];\n";
607 vectorWidth = "4";
609 vectorWidth = mVectorSize;
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 78 unsigned vectorWidth) {
79 assert((vectorWidth == 128 || vectorWidth == 256) &&
83 unsigned Factor = VT.getSizeInBits()/vectorWidth;
91 // Extract the relevant vectorWidth bits. Generate an EXTRACT_SUBVECTOR
92 unsigned ElemsPerChunk = vectorWidth / ElVT.getSizeInBits();
94 // This is the index of the first element of the vectorWidth-bit chunk
96 unsigned NormalizedIdxVal = (((IdxVal * ElVT.getSizeInBits()) / vectorWidth)
134 SDLoc dl, unsigned vectorWidth) {
135 assert((vectorWidth == 128 || vectorWidth == 256) &
    [all...]

Completed in 209 milliseconds