| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroInternal.h | 172 IntegerType *getIndexType() const { in getIndexType() function 178 return ConstantInt::get(getIndexType(), Value); in getIndex()
|
| H A D | CoroSplit.cpp | 434 auto *Index = Builder.CreateLoad(Shape.getIndexType(), GepIndex, "index"); in createResumeEntryBlock()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypeArray.cpp | 47 return Session.getSymbolCache().findSymbolByTypeIndex(Record.getIndexType()); in getArrayIndexTypeId()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | Local.cpp | 25 Type *IntIdxTy = DL.getIndexType(GEP->getType()); in emitGEPOffset()
|
| H A D | MemoryBuiltins.cpp | 1058 IntTy = cast<IntegerType>(DL.getIndexType(V->getType())); in compute() 1148 DL.getIndexType(I.getContext(), DL.getAllocaAddrSpace())); in visitAllocaInst()
|
| H A D | ConstantFolding.cpp | 828 Type *IntIdxTy = DL.getIndexType(ResultTy); in CastGEPIndices() 882 Type *IntIdxTy = DL.getIndexType(Ptr->getType()); in SymbolicallyEvaluateGEP() 1415 Type *IntIdxTy = DL.getIndexType(Ptr->getType()); in ConstantFoldCastOperand()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SeparateConstOffsetFromGEP.cpp | 810 Type *PtrIdxTy = DL->getIndexType(GEP->getType()); in canonicalizeArrayIndicesToIndexSize() 865 Type *PtrIndexTy = DL->getIndexType(Variadic->getType()); in lowerToSingleIndexGEPs() 929 assert(IntPtrTy == DL->getIndexType(Variadic->getType()) && in lowerToArithmetics() 1106 Type *PtrIdxTy = DL->getIndexType(GEP->getType()); in splitGEP()
|
| H A D | NaryReassociate.cpp | 452 Type *PtrIdxTy = DL->getIndexType(GEP->getType()); in tryReassociateGEPAtIndex()
|
| H A D | StraightLineStrengthReduce.cpp | 483 IntegerType *PtrIdxTy = cast<IntegerType>(DL->getIndexType(I->getType())); in allocateCandidatesAndFindBasisForGEP()
|
| H A D | ConstantHoisting.cpp | 413 IntegerType *OffsetTy = DL->getIndexType(*Ctx, GVPtrTy->getAddressSpace()); in collectConstantCandidates()
|
| H A D | LoopIdiomRecognize.cpp | 712 Type *IntIdxTy = DL->getIndexType(StorePtr->getType()); in processLoopStores() 1025 Type *IntIdxTy = DL->getIndexType(DestPtr->getType()); in processLoopStridedStore()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DataLayout.h | 576 IntegerType *getIndexType(LLVMContext &C, unsigned AddressSpace) const; 581 Type *getIndexType(Type *PtrTy) const;
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | PtrUseVisitor.h | 217 IntegerType *IntIdxTy = cast<IntegerType>(DL.getIndexType(I.getType())); in visitPtr()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | BoundsChecking.cpp | 75 Type *IndexTy = DL.getIndexType(Ptr->getType()); in getBoundsCheckCond()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGNodes.h | 2767 assert(getIndexType() == IndexType && "Value truncated"); 2771 ISD::MemIndexType getIndexType() const { 2777 bool isIndexSigned() const { return isIndexTypeSigned(getIndexType()); } 2851 assert(getIndexType() == IndexType && "Value truncated"); 2855 ISD::MemIndexType getIndexType() const { 2861 bool isIndexSigned() const { return isIndexTypeSigned(getIndexType()); }
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DataLayout.cpp | 905 IntegerType *DataLayout::getIndexType(LLVMContext &C, in getIndexType() function in DataLayout 910 Type *DataLayout::getIndexType(Type *Ty) const { in getIndexType() function in DataLayout
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CallLowering.cpp | 892 LLT OffsetLLTy = getLLTForType(*DL.getIndexType(RetPtrTy), DL); in insertSRetLoads() 922 LLT OffsetLLTy = getLLTForType(*DL.getIndexType(RetTy->getPointerTo(AS)), DL); in insertSRetStores()
|
| H A D | IRTranslator.cpp | 1377 Type *OffsetIRTy = DL->getIndexType(Ptr->getType()); in translateLoad() 1425 Type *OffsetIRTy = DL->getIndexType(SI.getPointerOperandType()); in translateStore() 1580 Type *OffsetIRTy = DL->getIndexType(PtrIRTy); in translateGetElementPtr() 1611 OffsetIRTy = DL->getIndexType(PtrIRTy); in translateGetElementPtr()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeDumpVisitor.cpp | 287 printTypeIndex("IndexType", AT.getIndexType()); in visitKnownRecord()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 2230 ISD::MemIndexType IndexTy = MGT->getIndexType(); in SplitVecRes_Gather() 2247 MMO, VPGT->getIndexType()); in SplitVecRes_Gather() 2251 MMO, VPGT->getIndexType()); in SplitVecRes_Gather() 3723 MSC->getIndexType(), MSC->isTruncatingStore()); in SplitVecOp_Scatter() 3730 MMO, MSC->getIndexType(), in SplitVecOp_Scatter() 3740 VPSC->getIndexType()); in SplitVecOp_Scatter() 3747 VPSC->getIndexType()); in SplitVecOp_Scatter() 5522 N->getIndexType(), N->getExtensionType()); in WidenVecRes_MGATHER() 6642 MG->getMemOperand(), MG->getIndexType(), in WidenVecOp_MGATHER() 6685 Ops, MSC->getMemOperand(), MSC->getIndexType(), in WidenVecOp_MSCATTER() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeRecord.h | 406 TypeIndex getIndexType() const { return IndexType; } in getIndexType() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineLoadStoreAlloca.cpp | 229 Type *PtrIdxTy = IC.getDataLayout().getIndexType(AI.getType()); in simplifyAllocaArraySize()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 5818 Type *ScalarIndexTy = DL->getIndexType(Ops[0]->getType()->getScalarType()); in optimizeGatherScatterInst() 5858 Type *ScalarIndexTy = DL->getIndexType(V->getType()->getScalarType()); in optimizeGatherScatterInst() 6171 Type *PtrIdxTy = DL->getIndexType(GEP->getType()); in splitLargeGEPOffsets() 6239 Type *PtrIdxTy = DL->getIndexType(GEP->getType()); in splitLargeGEPOffsets()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewVisitor.cpp | 1824 printTypeIndex("IndexType", AT.getIndexType(), StreamTPI); in visitKnownRecord() 1850 Subrange->setType(getElement(StreamTPI, AR.getIndexType())); in visitKnownRecord()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanRecipes.cpp | 1311 ? DL.getIndexType(IndexedTy->getPointerTo()) in execute()
|