Home
last modified time | relevance | path

Searched refs:IndexSize (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDataLayout.cpp338 unsigned IndexSize = PointerMemSize; in parseSpecifier() local
355 if (Error Err = getIntInBytes(Tok, IndexSize)) in parseSpecifier()
357 if (!IndexSize) in parseSpecifier()
363 assumeAligned(PointerPrefAlign), PointerMemSize, IndexSize)) in parseSpecifier()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp4309 unsigned IndexSize = DL.getPointerSizeInBits(); in getGSVectorCost() local
4311 if (IndexSize < 64 || !GEP) in getGSVectorCost()
4312 return IndexSize; in getGSVectorCost()
4317 return IndexSize; in getGSVectorCost()
4327 return IndexSize; // 64 in getGSVectorCost()
4334 unsigned IndexSize = (ST->hasAVX512() && VF >= 16) in getGSVectorCost() local
4339 IntegerType::get(SrcVTy->getContext(), IndexSize), VF); in getGSVectorCost()