HomeSort by relevance Sort by last modified time
    Searched refs:IndexType (Results 51 - 75 of 148) sorted by null

1 23 4 5 6

  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 374 ArrayRecord(TypeIndex ElementType, TypeIndex IndexType, uint64_t Size,
377 IndexType(IndexType), Size(Size), Name(Name) {}
380 TypeIndex getIndexType() const { return IndexType; }
385 TypeIndex IndexType;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 374 ArrayRecord(TypeIndex ElementType, TypeIndex IndexType, uint64_t Size,
377 IndexType(IndexType), Size(Size), Name(Name) {}
380 TypeIndex getIndexType() const { return IndexType; }
385 TypeIndex IndexType;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 374 ArrayRecord(TypeIndex ElementType, TypeIndex IndexType, uint64_t Size,
377 IndexType(IndexType), Size(Size), Name(Name) {}
380 TypeIndex getIndexType() const { return IndexType; }
385 TypeIndex IndexType;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 374 ArrayRecord(TypeIndex ElementType, TypeIndex IndexType, uint64_t Size,
377 IndexType(IndexType), Size(Size), Name(Name) {}
380 TypeIndex getIndexType() const { return IndexType; }
385 TypeIndex IndexType;
  /art/runtime/
dex_instruction.h 127 enum IndexType : uint8_t {
205 IndexType index_type;
519 static IndexType IndexTypeOf(Code opcode) {
  /external/deqp/modules/gles2/stress/
es2sDrawTests.cpp 50 spec.indexType = gls::DrawTestSpec::INDEXTYPE_LAST;
110 gls::DrawTestSpec::IndexType type;
140 spec.indexType = indexTest.type;
254 gls::DrawTestSpec::IndexType indexTypes[] =
315 spec.indexType = random.chooseWeighted<gls::DrawTestSpec::IndexType> (DE_ARRAY_BEGIN(indexTypes), DE_ARRAY_END(indexTypes), indexTypeWeights.weights);
  /external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h 105 template<int SizeAtCompileTime, int MaxSizeAtCompileTime = SizeAtCompileTime, typename IndexType=int> class PermutationMatrix;
106 template<int SizeAtCompileTime, int MaxSizeAtCompileTime = SizeAtCompileTime, typename IndexType=int> class Transpositions;
  /external/deqp/framework/opengl/simplereference/
sglrReferenceUtils.cpp 167 rr::IndexType mapGLIndexType (deUint32 type)
  /external/deqp/modules/gles3/functional/
es3fDrawTests.cpp 108 spec.indexType = gls::DrawTestSpec::INDEXTYPE_LAST;
144 AttributeGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage);
152 gls::DrawTestSpec::IndexType m_indexType;
156 AttributeGroup::AttributeGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage)
160 , m_indexType (indexType)
186 spec.indexType = m_indexType;
221 spec.indexType = m_indexType;
267 spec.indexType = m_indexType
    [all...]
  /external/deqp/modules/gles31/stress/
es31sDrawTests.cpp 380 gls::DrawTestSpec::IndexType indexTypes[] =
461 spec.indexType = random.chooseWeighted<gls::DrawTestSpec::IndexType> (DE_ARRAY_BEGIN(indexTypes), DE_ARRAY_END(indexTypes), indexTypeWeights.weights);
  /external/deqp/modules/gles3/stress/
es3sDrawTests.cpp 231 spec.indexType = gls::DrawTestSpec::INDEXTYPE_LAST;
291 gls::DrawTestSpec::IndexType type;
323 spec.indexType = indexTest.type;
453 gls::DrawTestSpec::IndexType indexTypes[] =
529 spec.indexType = random.chooseWeighted<gls::DrawTestSpec::IndexType> (DE_ARRAY_BEGIN(indexTypes), DE_ARRAY_END(indexTypes), indexTypeWeights.weights);
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 173 typedef uint32_t IndexType;
174 IndexType Index;
184 BlockNode(IndexType Index) : Index(Index) {}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 173 typedef uint32_t IndexType;
174 IndexType Index;
184 BlockNode(IndexType Index) : Index(Index) {}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 173 typedef uint32_t IndexType;
174 IndexType Index;
184 BlockNode(IndexType Index) : Index(Index) {}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 173 typedef uint32_t IndexType;
174 IndexType Index;
184 BlockNode(IndexType Index) : Index(Index) {}
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 173 typedef uint32_t IndexType;
174 IndexType Index;
184 BlockNode(IndexType Index) : Index(Index) {}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 173 typedef uint32_t IndexType;
174 IndexType Index;
184 BlockNode(IndexType Index) : Index(Index) {}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 173 typedef uint32_t IndexType;
174 IndexType Index;
184 BlockNode(IndexType Index) : Index(Index) {}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 173 typedef uint32_t IndexType;
174 IndexType Index;
184 BlockNode(IndexType Index) : Index(Index) {}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 173 typedef uint32_t IndexType;
174 IndexType Index;
184 BlockNode(IndexType Index) : Index(Index) {}
    [all...]
  /external/llvm/lib/DebugInfo/CodeView/
TypeRecord.cpp 120 return ArrayRecord(L->ElementType, L->IndexType, Size, Name);
451 Success &= remapIndex(IndexMap, IndexType);
  /external/deqp/modules/gles31/functional/
es31fDrawTests.cpp 187 spec.indexType = gls::DrawTestSpec::INDEXTYPE_LAST;
233 AttributeGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage);
241 gls::DrawTestSpec::IndexType m_indexType;
245 AttributeGroup::AttributeGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage)
249 , m_indexType (indexType)
269 spec.indexType = m_indexType;
305 spec.indexType = m_indexType;
352 spec.indexType = m_indexType
    [all...]
  /external/deqp/modules/glshared/
glsDrawTest.cpp 176 static deUint32 indexTypeToGL (DrawTestSpec::IndexType indexType)
185 return de::getSizedArrayElement<DrawTestSpec::INDEXTYPE_LAST>(indexTypes, (int)indexType);
    [all...]
  /external/compiler-rt/lib/ubsan/
ubsan_handlers.cc 279 Value IndexVal(Data->IndexType, Index);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 742 Type *IndexType = IntegerType::get(
746 NewInsts[Base] = ConstantInt::getNullValue(IndexType);
755 NewInsts[PHI] = PHINode::Create(IndexType, PHI->getNumIncomingValues(),
850 Type *IndexType = IntegerType::get(V->getContext(),
853 Constant *Index = ConstantInt::getNullValue(IndexType);
    [all...]

Completed in 1217 milliseconds

1 23 4 5 6