| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | TypeMetadataUtils.cpp | 112 if (EVI->getNumIndices() == 1 && EVI->getIndices()[0] == 0) { in findDevirtualizableCallsForTypeCheckedLoad() 116 if (EVI->getNumIndices() == 1 && EVI->getIndices()[0] == 1) { in findDevirtualizableCallsForTypeCheckedLoad()
|
| H A D | LazyValueInfo.cpp | 1012 if (EVI->getNumIndices() == 1 && *EVI->idx_begin() == 0) in solveBlockValueExtractValue() 1166 if (EVI->getNumIndices() == 1 && *EVI->idx_begin() == 1) in getValueFromConditionImpl()
|
| H A D | ValueTracking.cpp | 1733 if (EVI->getNumIndices() != 1) break; in computeKnownBitsFromOperator() 4028 unsigned size = I->getNumIndices() + idx_range.size(); in FindInsertedValue() 4840 assert(EVI->getNumIndices() == 1 && "Obvious from CI's type"); in isOverflowIntrinsicNoWrap()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | DwarfEHPrepare.cpp | 95 if (SelIVI->getNumIndices() == 1 && *SelIVI->idx_begin() == 1) { in GetExceptionObject() 98 ExcIVI->getNumIndices() == 1 && *ExcIVI->idx_begin() == 0) { in GetExceptionObject()
|
| H A D | SjLjEHPrepare.cpp | 151 if (EVI->getNumIndices() != 1) in substituteLPadValues()
|
| H A D | AtomicExpandPass.cpp | 1338 assert(EV->getNumIndices() == 1 && EV->getIndices()[0] <= 1 && in expandAtomicCmpXchg()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPerfHintAnalysis.cpp | 169 for (unsigned I = 1, E = GEP->getNumIndices() + 1; I != E; ++I) in isIndirectAccess()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | ArgumentPromotion.cpp | 443 Operands.reserve(GEP->getNumIndices()); in doPromotion() 630 Indices.reserve(GEP->getNumIndices()); in isSafeToPromoteArgument()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Operator.h | 513 unsigned getNumIndices() const { // Note: always non-negative in getNumIndices() function
|
| H A D | Instructions.h | 1103 unsigned getNumIndices() const { // Note: always non-negative 2401 unsigned getNumIndices() const { 2532 unsigned getNumIndices() const {
|
| H A D | PatternMatch.h | 2374 !(I->getNumIndices() == 1 && I->getIndices()[0] == (unsigned)Ind)) 2406 I->getNumIndices() == 1 && Ind == I->getIndices()[0];
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | SCCPSolver.cpp | 815 if (EVI.getNumIndices() != 1) in visitExtractValueInst() 841 if (IVI.getNumIndices() != 1) in visitInsertValueInst()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.h | 948 IsIndexLoopInvariant(GEP->getNumIndices(), false) {} in VPWidenGEPRecipe() 955 IsIndexLoopInvariant(GEP->getNumIndices(), false) { in VPWidenGEPRecipe()
|
| H A D | LoadStoreVectorizer.cpp | 402 for (unsigned I = 0, E = GEPA->getNumIndices() - 1; I < E; ++I) { in lookThroughComplexAddresses()
|
| H A D | SLPVectorizer.cpp | 481 if (EI->getNumIndices() != 1) in getExtractIndex() 6763 if (GEP->getNumIndices() > 1 || isa<Constant>(Idx)) in collectSeedInstructions() 8250 assert(GEP->getNumIndices() == 1 || !isa<Constant>(GEPIdx)); in vectorizeGEPIndices()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | NewGVN.cpp | 1225 AggregateValueExpression(I->getNumOperands(), II->getNumIndices()); in createAggregateValueExpression() 1232 AggregateValueExpression(I->getNumOperands(), EI->getNumIndices()); in createAggregateValueExpression() 1791 if (WO && EI->getNumIndices() == 1 && *EI->idx_begin() == 0) in performSymbolicAggrValueEvaluation()
|
| H A D | Scalarizer.cpp | 637 unsigned NumIndices = GEPI.getNumIndices(); in visitGetElementPtrInst()
|
| H A D | GVN.cpp | 361 if (WO != nullptr && EI->getNumIndices() == 1 && *EI->idx_begin() == 0) { in createExtractvalueExpr()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/ |
| H A D | Execution.cpp | 1933 unsigned Num = I.getNumIndices(); in visitExtractValueInst() 1979 unsigned Num = I.getNumIndices(); in visitInsertValueInst()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineLoadStoreAlloca.cpp | 1064 if (!CI || IV->getNumIndices() != 1 || CI->getZExtValue() != *IV->idx_begin()) in likeBitCastFromVector()
|
| H A D | InstCombineVectorOps.cpp | 832 if (EVI->getNumIndices() != 1 || EltIdx != EVI->getIndices().front()) in foldAggregateConstructionIntoAggregateReuse()
|
| H A D | InstCombineCompares.cpp | 529 if (GEP->getNumIndices() != 1 || !GEP->isInBounds() || in canRewriteGEPAsOffset() 737 if (GEP->hasAllConstantIndices() && GEP->getNumIndices() == 1 && in getAsConstantIndexedAddress()
|
| H A D | InstructionCombining.cpp | 2154 if (GEP.getNumIndices() == 1 && !IsGEPSrcEleScalable) { in visitGetElementPtrInst()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Core.cpp | 3022 return GEP->getNumIndices(); in LLVMGetNumIndices() 3024 return EV->getNumIndices(); in LLVMGetNumIndices() 3026 return IV->getNumIndices(); in LLVMGetNumIndices()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroSplit.cpp | 522 if (!EVI || EVI->getNumIndices() != 1) in replaceRetconOrAsyncSuspendUses()
|