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

  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 218 unsigned vecType = NVPTX::PTXLdStInstCode::Scalar;
222 vecType = NVPTX::PTXLdStInstCode::V2;
224 vecType = NVPTX::PTXLdStInstCode::V4;
278 getI32Imm(vecType), getI32Imm(fromType),
307 getI32Imm(vecType), getI32Imm(fromType),
361 getI32Imm(vecType), getI32Imm(fromType),
413 getI32Imm(vecType), getI32Imm(fromType),
475 unsigned VecType;
479 VecType = NVPTX::PTXLdStInstCode::V2;
482 VecType = NVPTX::PTXLdStInstCode::V4
    [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp 296 const ExtVectorType *vecType = baseType->getAs<ExtVectorType>();
321 (Idx = vecType->getPointAccessorIdx(*compStr)) != -1) {
331 } while (*compStr && (Idx = vecType->getPointAccessorIdx(*compStr)) != -1);
334 while ((Idx = vecType->getNumericAccessorIdx(*compStr)) != -1) {
358 if (!vecType->isAccessorWithinNumElements(*compStr++)) {
371 unsigned CompSize = HalvingSwizzle ? (vecType->getNumElements() + 1) / 2
377 return vecType->getElementType();
381 QualType VT = S.Context.getExtVectorType(vecType->getElementType(), CompSize);
    [all...]

Completed in 82 milliseconds