Home
last modified time | relevance | path

Searched refs:getIndexType (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroInternal.h88 IntegerType *getIndexType() const { in getIndexType() function
93 return ConstantInt::get(getIndexType(), Value); in getIndex()
/external/deqp/framework/referencerenderer/
DrrRenderer.hpp99 inline IndexType getIndexType (void) const { return m_indexType; } in getIndexType() function in rr::PrimitiveList
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDataLayout.h484 Type *getIndexType(Type *PtrTy) const;
/external/llvm/lib/DebugInfo/CodeView/
DTypeTableBuilder.cpp97 Builder.writeTypeIndex(Record.getIndexType()); in writeArray()
DTypeDumper.cpp304 printTypeIndex("IndexType", AT.getIndexType()); in visitArray()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1053 Type *IndexTy = DL.getIndexType(PtrTy); in FindElementAtOffset()
1455 DL.getIndexType(GEP.getPointerOperandType()->getScalarType()); in visitGetElementPtrInst()
1840 Type *IdxType = DL.getIndexType(GEPType); in visitGetElementPtrInst()
1869 assert(Idx->getType() == DL.getIndexType(GEPType) && in visitGetElementPtrInst()
1910 assert(Idx->getType() == DL.getIndexType(GEPType) && in visitGetElementPtrInst()
1918 Type *IndTy = DL.getIndexType(GEPType); in visitGetElementPtrInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDataLayout.cpp769 Type *DataLayout::getIndexType(Type *Ty) const { in getIndexType() function in DataLayout
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp288 printTypeIndex("IndexType", AT.getIndexType()); in visitKnownRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h395 TypeIndex getIndexType() const { return IndexType; } in getIndexType() function
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h425 TypeIndex getIndexType() const { return IndexType; } in getIndexType() function
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp147 VkIndexType getIndexType (void) const { return VK_INDEX_TYPE_UINT32; } in getIndexType() function in vkt::synchronization::__anon7f0213210111::VertexGrid
2370 vk.cmdBindIndexBuffer(cmdBuffer, m_vertices.getIndexBuffer(), 0u, m_vertices.getIndexType()); in recordCommands()
2751 vk.cmdBindIndexBuffer(cmdBuffer, m_vertices.getIndexBuffer(), 0u, m_vertices.getIndexType()); in recordCommands()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp4353 const rr::IndexType indexType = primitives.getIndexType(); in drawWithReference()