Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
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()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp4525 unsigned IndexSize = DL.getPointerSizeInBits(); in getGSVectorCost() local
4527 if (IndexSize < 64 || !GEP) in getGSVectorCost()
4528 return IndexSize; in getGSVectorCost()
4533 return IndexSize; in getGSVectorCost()
4543 return IndexSize; // 64 in getGSVectorCost()
4550 unsigned IndexSize = (ST->hasAVX512() && VF >= 16) in getGSVectorCost() local
4555 IntegerType::get(SrcVTy->getContext(), IndexSize), VF); in getGSVectorCost()