Searched refs:IndexWidth (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | DataLayout.cpp | 133 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()
|
D | Verifier.cpp | 3127 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/ |
D | DataLayout.h | 95 uint32_t IndexWidth; member 100 uint32_t IndexWidth); 172 uint32_t IndexWidth);
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | DAGISelMatcherEmitter.cpp | 30 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/ |
D | Verifier.cpp | 2904 unsigned IndexWidth = IndexTy->getVectorNumElements(); in visitGetElementPtrInst() local 2905 Assert(IndexWidth == GEPWidth, "Invalid GEP index vector width", &GEP); in visitGetElementPtrInst()
|