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

  /frameworks/rs/rsov/compiler/spirit/
builder_test.cpp 50 auto VF4Ty = m->getVectorType(FloatTy, 4);
81 auto V3UIntTy = m->getVectorType(UIntTy, 3);
module.cpp 302 TypeVectorInst *Module::getVectorType(Instruction *componentType, int width) {
303 return getGlobalSection()->getVectorType(componentType, width);
786 TypeVectorInst *GlobalSection::getVectorType(Instruction *componentType,
879 TypeVectorInst *V3UIntTy = getVectorType(UIntTy, 3);
898 TypeVectorInst *V3UIntTy = getVectorType(UIntTy, 3);
module_test.cpp 186 EXPECT_EQ(16UL, m->getSize(m->getVectorType(m->getFloatType(32), 4)));
module.h 159 TypeVectorInst *getVectorType(Instruction *componentType, int width);
414 TypeVectorInst *getVectorType(Instruction *componentType, int width);
  /frameworks/rs/rsov/compiler/
Builtin.cpp 179 m->getVectorType(m->getUnsignedIntType(8), 4), packed);
Wrapper.cpp 112 TypeVectorInst *V3UIntTy = m->getVectorType(UIntTy, 3);
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaChecking.cpp     [all...]
SemaInit.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
Type.cpp 799 return Ctx.getVectorType(elementType, T->getNumElements(),
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 371 milliseconds