| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroInternal.h | 190 IntegerType *getIndexType() const { in getIndexType() function 196 return ConstantInt::get(getIndexType(), Value); in getIndex()
|
| H A D | CoroSplit.cpp | 349 auto *Index = Builder.CreateLoad(Shape.getIndexType(), GepIndex, "index"); in createResumeEntryBlock()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypeArray.cpp | 46 return Session.getSymbolCache().findSymbolByTypeIndex(Record.getIndexType()); in getArrayIndexTypeId()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/Utils/ |
| H A D | Local.h | 32 Type *IntIdxTy = DL.getIndexType(GEP->getType());
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | PtrUseVisitor.h | 224 IntegerType *IntIdxTy = cast<IntegerType>(DL.getIndexType(I.getType())); in visitPtr()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGNodes.h | 2426 assert(getIndexType() == IndexType && "Value truncated"); 2430 ISD::MemIndexType getIndexType() const { 2437 return (getIndexType() == ISD::SIGNED_SCALED) || 2438 (getIndexType() == ISD::UNSIGNED_SCALED); 2441 return (getIndexType() == ISD::SIGNED_SCALED) || 2442 (getIndexType() == ISD::SIGNED_UNSCALED);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | DataLayout.h | 573 Type *getIndexType(Type *PtrTy) const;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstructionCombining.cpp | 1239 Type *IndexTy = DL.getIndexType(PtrTy); in FindElementAtOffset() 1889 DL.getIndexType(GEP.getPointerOperandType()->getScalarType()); in visitGetElementPtrInst() 2271 Type *IdxType = DL.getIndexType(GEPType); in visitGetElementPtrInst() 2301 assert(Idx->getType() == DL.getIndexType(GEPType) && in visitGetElementPtrInst() 2343 assert(Idx->getType() == DL.getIndexType(GEPType) && in visitGetElementPtrInst() 2351 Type *IndTy = DL.getIndexType(GEPType); in visitGetElementPtrInst()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeDumpVisitor.cpp | 287 printTypeIndex("IndexType", AT.getIndexType()); in visitKnownRecord()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 1863 MMO, MGT->getIndexType(), ExtType); in SplitVecRes_MGATHER() 1867 MMO, MGT->getIndexType(), ExtType); in SplitVecRes_MGATHER() 2551 OpsLo, MMO, MGT->getIndexType(), ExtType); in SplitVecOp_MGATHER() 2555 OpsHi, MMO, MGT->getIndexType(), ExtType); in SplitVecOp_MGATHER() 2701 DL, OpsLo, MMO, N->getIndexType(), in SplitVecOp_MSCATTER() 2709 DL, OpsHi, MMO, N->getIndexType(), in SplitVecOp_MSCATTER() 4106 N->getIndexType(), N->getExtensionType()); in WidenVecRes_MGATHER() 4946 MG->getMemOperand(), MG->getIndexType(), in WidenVecOp_MGATHER() 4989 Ops, MSC->getMemOperand(), MSC->getIndexType(), in WidenVecOp_MSCATTER()
|
| H A D | LegalizeIntegerTypes.cpp | 727 N->getMemOperand(), N->getIndexType(), in PromoteIntRes_MGATHER() 1917 N->setIndexType(TLI.getCanonicalIndexType(N->getIndexType(), in PromoteIntOp_MSCATTER() 1926 N->getIndexType(), TruncateStore); in PromoteIntOp_MSCATTER()
|
| H A D | DAGCombiner.cpp | 5815 GN0->getMemOperand(), GN0->getIndexType(), ISD::ZEXTLOAD); in visitAND() 9682 MSC->getMemOperand(), MSC->getIndexType(), MSC->isTruncatingStore()); in visitMSCATTER() 9689 MSC->getMemOperand(), MSC->getIndexType(), MSC->isTruncatingStore()); in visitMSCATTER() 9738 MGT->getMemOperand(), MGT->getIndexType(), in visitMGATHER() 9746 MGT->getMemOperand(), MGT->getIndexType(), in visitMGATHER() 11964 GN0->getMemOperand(), GN0->getIndexType(), ISD::SEXTLOAD); in visitSIGN_EXTEND_INREG()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | DataLayout.cpp | 865 Type *DataLayout::getIndexType(Type *Ty) const { in getIndexType() function in DataLayout
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | MemoryBuiltins.cpp | 874 IntTy = cast<IntegerType>(DL.getIndexType(V->getType())); in compute()
|
| H A D | ConstantFolding.cpp | 806 Type *IntIdxTy = DL.getIndexType(ResultTy); in CastGEPIndices() 876 Type *IntIdxTy = DL.getIndexType(Ptr->getType()); in SymbolicallyEvaluateGEP()
|
| H A D | LoopAccessAnalysis.cpp | 227 Type *IdxTy = DL.getIndexType(Ptr->getType()); in insert()
|
| H A D | InlineCost.cpp | 2206 Type *IdxPtrTy = DL.getIndexType(V->getType()); in stripAndComputeInBoundsConstantOffsets()
|
| H A D | InstructionSimplify.cpp | 695 Type *IntIdxTy = DL.getIndexType(V->getType())->getScalarType(); in stripAndComputeConstantOffsets() 701 IntIdxTy = DL.getIndexType(V->getType())->getScalarType(); in stripAndComputeConstantOffsets()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeRecord.h | 405 TypeIndex getIndexType() const { return IndexType; } in getIndexType() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | LoopIdiomRecognize.cpp | 1053 Type *IntIdxTy = DL->getIndexType(DestPtr->getType()); in processLoopStridedStore()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.cpp | 460 Type *IntIdxTy = DL.getIndexType(PTy); in expandAddToGEP()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 5553 Type *ScalarIndexTy = DL->getIndexType(Ops[0]->getType()->getScalarType()); in optimizeGatherScatterInst() 5589 Type *ScalarIndexTy = DL->getIndexType(V->getType()->getScalarType()); in optimizeGatherScatterInst()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGExprScalar.cpp | 3416 index = CGF.Builder.CreateIntCast(index, DL.getIndexType(PtrTy), isSigned, in emitPointerArithmetic()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 5250 : DL->getIndexType(cast<GetElementPtrInst>(VL0) in vectorizeTree()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 4238 ISD::MemIndexType IndexType = MGT->getIndexType(); in LowerMGATHER() 4298 ISD::MemIndexType IndexType = MSC->getIndexType(); in LowerMSCATTER()
|