Home
last modified time | relevance | path

Searched refs:IndexWidth (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDataLayout.cpp133 uint32_t IndexWidth) { in get() argument
140 retval.IndexWidth = IndexWidth; in get()
150 && IndexWidth == rhs.IndexWidth); in operator ==()
496 uint32_t IndexWidth) { in setPointerAlignment() argument
504 TypeByteWidth, IndexWidth)); in setPointerAlignment()
509 I->IndexWidth = IndexWidth; in setPointerAlignment()
651 return I->IndexWidth; in getIndexSize()
DVerifier.cpp3127 unsigned IndexWidth = IndexTy->getVectorNumElements(); in visitGetElementPtrInst() local
3128 Assert(IndexWidth == GEPWidth, "Invalid GEP index vector width", &GEP); in visitGetElementPtrInst()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDataLayout.h95 uint32_t IndexWidth; member
100 uint32_t IndexWidth);
172 uint32_t IndexWidth);
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DDAGISelMatcherEmitter.cpp30 IndexWidth = 6, enumerator
31 FullIndexWidth = IndexWidth + 4,
289 OS << "/*" << format_decimal(CurrentIdx, IndexWidth) << "*/"; in EmitMatcher()
328 OS << "/*" << format_decimal(CurrentIdx, IndexWidth) << "*/"; in EmitMatcher()
462 OS << "/*" << format_decimal(CurrentIdx, IndexWidth) << "*/"; in EmitMatcher()
488 OS << "/*" << format_decimal(CurrentIdx, IndexWidth) << "*/"; in EmitMatcher()
774 OS << "/*" << format_decimal(CurrentIdx, IndexWidth) << "*/"; in EmitMatcherList()
/external/llvm/lib/IR/
DVerifier.cpp2904 unsigned IndexWidth = IndexTy->getVectorNumElements(); in visitGetElementPtrInst() local
2905 Assert(IndexWidth == GEPWidth, "Invalid GEP index vector width", &GEP); in visitGetElementPtrInst()