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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 83 int VectorTypes[] =
99 size_t numVectorTypes = sizeof(VectorTypes) / sizeof(*VectorTypes);
163 MVT::SimpleValueType VT = (MVT::SimpleValueType)VectorTypes[ii];
  /external/llvm/lib/Target/R600/
AMDILISelLowering.cpp 73 static const int VectorTypes[] = {
88 const size_t NumVectorTypes = array_lengthof(VectorTypes);
149 MVT::SimpleValueType VT = (MVT::SimpleValueType)VectorTypes[ii];
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 83 int VectorTypes[] =
99 size_t numVectorTypes = sizeof(VectorTypes) / sizeof(*VectorTypes);
163 MVT::SimpleValueType VT = (MVT::SimpleValueType)VectorTypes[ii];
  /external/llvm/lib/IR/
LLVMContextImpl.h 314 DenseMap<std::pair<Type *, unsigned>, VectorType*> VectorTypes;
  /external/clang/include/clang/AST/
ASTContext.h 96 mutable llvm::FoldingSet<VectorType> VectorTypes;
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]

Completed in 302 milliseconds