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

  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 189 unsigned vecType = NVPTX::PTXLdStInstCode::Scalar;
193 vecType = NVPTX::PTXLdStInstCode::V2;
195 vecType = NVPTX::PTXLdStInstCode::V4;
236 getI32Imm(vecType),
256 getI32Imm(vecType),
288 getI32Imm(vecType),
319 getI32Imm(vecType),
384 unsigned VecType;
387 case NVPTXISD::LoadV2: VecType = NVPTX::PTXLdStInstCode::V2; break;
388 case NVPTXISD::LoadV4: VecType = NVPTX::PTXLdStInstCode::V4; break
    [all...]
  /external/clang/lib/AST/
Type.cpp 170 VectorType::VectorType(QualType vecType, unsigned nElements, QualType canonType,
172 : Type(Vector, canonType, vecType->isDependentType(),
173 vecType->isInstantiationDependentType(),
174 vecType->isVariablyModifiedType(),
175 vecType->containsUnexpandedParameterPack()),
176 ElementType(vecType)
182 VectorType::VectorType(TypeClass tc, QualType vecType, unsigned nElements,
184 : Type(tc, canonType, vecType->isDependentType(),
185 vecType->isInstantiationDependentType(),
186 vecType->isVariablyModifiedType()
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp 278 const ExtVectorType *vecType = baseType->getAs<ExtVectorType>();
303 (Idx = vecType->getPointAccessorIdx(*compStr)) != -1) {
313 } while (*compStr && (Idx = vecType->getPointAccessorIdx(*compStr)) != -1);
316 while ((Idx = vecType->getNumericAccessorIdx(*compStr)) != -1) {
340 if (!vecType->isAccessorWithinNumElements(*compStr++)) {
353 unsigned CompSize = HalvingSwizzle ? (vecType->getNumElements() + 1) / 2
359 return vecType->getElementType();
363 QualType VT = S.Context.getExtVectorType(vecType->getElementType(), CompSize);
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 1156 milliseconds