Searched refs:IndexWidth (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DataLayout.cpp | 127 uint32_t IndexWidth) { in get() argument 134 retval.IndexWidth = IndexWidth; in get() 144 && IndexWidth == rhs.IndexWidth); in operator ==() 521 uint32_t IndexWidth) { in setPointerAlignment() argument 529 TypeByteWidth, IndexWidth)); in setPointerAlignment() 534 I->IndexWidth = IndexWidth; in setPointerAlignment() 684 return I->IndexWidth; in getIndexSize()
|
D | Verifier.cpp | 3331 unsigned IndexWidth = IndexTy->getVectorNumElements(); in visitGetElementPtrInst() local 3332 Assert(IndexWidth == GEPWidth, "Invalid GEP index vector width", &GEP); in visitGetElementPtrInst()
|
/external/llvm-project/llvm/lib/IR/ |
D | DataLayout.cpp | 128 uint32_t IndexWidth) { in get() argument 135 retval.IndexWidth = IndexWidth; in get() 145 && IndexWidth == rhs.IndexWidth); in operator ==() 602 uint32_t IndexWidth) { in setPointerAlignment() argument 613 TypeByteWidth, IndexWidth)); in setPointerAlignment() 618 I->IndexWidth = IndexWidth; in setPointerAlignment() 721 return getPointerAlignElem(AS).IndexWidth; in getIndexSize()
|
D | Verifier.cpp | 3516 ElementCount IndexWidth = IndexVTy->getElementCount(); in visitGetElementPtrInst() local 3517 Assert(IndexWidth == GEPWidth, "Invalid GEP index vector width", &GEP); in visitGetElementPtrInst()
|
/external/llvm-project/llvm/utils/TableGen/ |
D | DAGISelMatcherEmitter.cpp | 30 IndexWidth = 6, enumerator 31 FullIndexWidth = IndexWidth + 4, 378 OS << "/*" << format_decimal(CurrentIdx, IndexWidth) << "*/"; in EmitMatcher() 403 OS << "/*" << format_decimal(CurrentIdx, IndexWidth) << "*/"; in EmitMatcher() 530 OS << "/*" << format_decimal(CurrentIdx, IndexWidth) << "*/"; in EmitMatcher() 555 OS << "/*" << format_decimal(CurrentIdx, IndexWidth) << "*/"; in EmitMatcher() 864 OS << "/*" << format_decimal(CurrentIdx, IndexWidth) << "*/"; in EmitMatcherList()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | DataLayout.h | 95 uint32_t IndexWidth; member 100 uint32_t IndexWidth); 181 uint32_t TypeByteWidth, uint32_t IndexWidth);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DataLayout.h | 95 uint32_t IndexWidth; member 100 uint32_t IndexWidth); 181 uint32_t TypeByteWidth, uint32_t IndexWidth);
|
/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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 44016 unsigned IndexWidth = Index.getScalarValueSizeInBits(); in combineGatherScatter() local 44026 if (BV->isConstant() && IndexWidth > 32 && in combineGatherScatter() 44027 DAG.ComputeNumSignBits(Index) > (IndexWidth - 32)) { in combineGatherScatter() 44054 IndexWidth > 32 && in combineGatherScatter() 44056 DAG.ComputeNumSignBits(Index) > (IndexWidth - 32)) { in combineGatherScatter() 44079 unsigned IndexWidth = Index.getScalarValueSizeInBits(); in combineGatherScatter() local 44082 if (IndexWidth != 32 && IndexWidth != 64) { in combineGatherScatter() 44083 MVT EltVT = IndexWidth > 32 ? MVT::i64 : MVT::i32; in combineGatherScatter()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 47463 unsigned IndexWidth = Index.getScalarValueSizeInBits(); in combineGatherScatter() local 47473 if (BV->isConstant() && IndexWidth > 32 && in combineGatherScatter() 47474 DAG.ComputeNumSignBits(Index) > (IndexWidth - 32)) { in combineGatherScatter() 47487 IndexWidth > 32 && in combineGatherScatter() 47489 DAG.ComputeNumSignBits(Index) > (IndexWidth - 32)) { in combineGatherScatter() 47498 unsigned IndexWidth = Index.getScalarValueSizeInBits(); in combineGatherScatter() local 47501 if (IndexWidth != 32 && IndexWidth != 64) { in combineGatherScatter() 47502 MVT EltVT = IndexWidth > 32 ? MVT::i64 : MVT::i32; in combineGatherScatter()
|