Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDataLayout.cpp127 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()
DVerifier.cpp3331 unsigned IndexWidth = IndexTy->getVectorNumElements(); in visitGetElementPtrInst() local
3332 Assert(IndexWidth == GEPWidth, "Invalid GEP index vector width", &GEP); in visitGetElementPtrInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h95 uint32_t IndexWidth; member
100 uint32_t IndexWidth);
181 uint32_t TypeByteWidth, uint32_t IndexWidth);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp44016 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()