Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDNaryReassociate.cpp354 unsigned IndexSizeInBits = in requiresSignExtension() local
356 return cast<IntegerType>(Index->getType())->getBitWidth() < IndexSizeInBits; in requiresSignExtension()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstructionCombining.cpp2358 unsigned IndexSizeInBits = DL.getIndexTypeSizeInBits(PtrTy); in canonicalizeGEPOfConstGEPI8() local
2361 if (C1->getBitWidth() != IndexSizeInBits || in canonicalizeGEPOfConstGEPI8()
2362 C2->getBitWidth() != IndexSizeInBits) in canonicalizeGEPOfConstGEPI8()
2367 APInt TypeSize(IndexSizeInBits, DL.getTypeAllocSize(BaseType)); in canonicalizeGEPOfConstGEPI8()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineVerifier.cpp1342 unsigned IndexSizeInBits = DL.getIndexSize(AS) * 8; in verifyPreISelGenericInstruction() local
1343 if (OffsetTy.getScalarSizeInBits() != IndexSizeInBits) { in verifyPreISelGenericInstruction()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDLegalizerHelper.cpp4176 unsigned IndexSizeInBits = DL.getIndexSize(AS) * 8; in getVectorElementPointer() local
4177 LLT IdxTy = MRI.getType(Index).changeElementSize(IndexSizeInBits); in getVectorElementPointer()