HomeSort by: relevance | last modified time | path
    Searched refs:NewIndex (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
TypeLocBuilder.cpp 49 unsigned NewIndex = Index + NewCapacity - Capacity;
50 memcpy(&NewBuffer[NewIndex],
59 Index = NewIndex;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LowerMemIntrinsics.cpp 77 Value *NewIndex =
79 LoopIndex->addIncoming(NewIndex, LoopBB);
83 LoopBuilder.CreateCondBr(LoopBuilder.CreateICmpULT(NewIndex, LoopEndCI),
191 Value *NewIndex =
193 LoopIndex->addIncoming(NewIndex, LoopBB);
219 LoopBuilder.CreateICmpULT(NewIndex, RuntimeLoopCount), LoopBB,
264 LoopBuilder.CreateICmpULT(NewIndex, RuntimeLoopCount), LoopBB,
414 Value *NewIndex =
416 LoopIndex->addIncoming(NewIndex, LoopBB);
418 LoopBuilder.CreateCondBr(LoopBuilder.CreateICmpULT(NewIndex, CopyLen), LoopBB
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DbgEntityHistoryCalculator.cpp 73 EntryIndex &NewIndex) {
87 NewIndex = Entries.size() - 1;
368 EntryIndex NewIndex;
369 if (HistMap.startDbgValue(Var, DV, NewIndex)) {
383 Entry.endEntry(NewIndex);
399 LiveEntries[Var].insert(NewIndex);
413 LiveEntries[Var].insert(NewIndex);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
DbgEntityHistoryCalculator.h 105 EntryIndex &NewIndex);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
VectorCombine.cpp 373 unsigned NewIndex, IRBuilder<> &Builder) {
375 // to the new element index. Example for OldIndex == 2 and NewIndex == 0:
379 ShufMask[NewIndex] = OldIndex;
384 /// the source vector (shift the scalar element) to a NewIndex for extraction.
388 unsigned NewIndex,
399 NewIndex, Builder);
400 return cast<ExtractElementInst>(Builder.CreateExtractElement(Shuf, NewIndex));
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
ThinLTOBitcodeWriter.cpp 480 std::unique_ptr<ModuleSummaryIndex> NewIndex = nullptr;
499 NewIndex = std::make_unique<ModuleSummaryIndex>(
501 Index = NewIndex.get();
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
StratifiedSets.h 349 auto NewIndex = getNewUnlinkedIndex();
350 return addAtMerging(Main, NewIndex);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveIntervals.cpp 1514 SlotIndex NewIndex = Indexes->insertMachineInstrInMaps(MI);
1519 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags);
1528 const SlotIndex NewIndex = Indexes->insertMachineInstrInMaps(BundleStart);
1542 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags);
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
MVEGatherScatterLowering.cpp 815 Instruction *NewIndex = BinaryOperator::Create(
821 Phi->addIncoming(NewIndex, Phi->getIncomingBlock(StartIndex));
848 // Increment NewIndex by Product instead of the multiplication
ARMISelLowering.cpp 5916 APInt NewIndex(APIntIndex.getBitWidth(), DstNumElt);
5917 NewIndex *= APIntIndex;
5919 if (NewIndex.getBitWidth() > 32)
5931 DAG.getConstant(NewIndex.getZExtValue(), dl, MVT::i32));
  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Interp.h 747 APSInt NewIndex = Add ? (APIndex + APOffset) : (APIndex - APOffset);
749 << NewIndex
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 1665 SDValue NewIndex =
1669 DAG.getBitcast(ExtractedVecT, Extract.getOperand(0)), NewIndex);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 20215 SDValue NewIndex = DAG.getVectorIdxConstant(ExtIdx * SrcDestRatio, DL);
20217 V.getOperand(0), NewIndex);
20233 SDValue NewIndex = DAG.getVectorIdxConstant(IndexValScaled, DL);
20236 V.getOperand(0), NewIndex);
20241 SDValue NewIndex = DAG.getVectorIdxConstant(IndexValScaled, DL);
20244 V.getOperand(0), NewIndex);
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 5849 unsigned NewIndex = (IndexN->getZExtValue() + 1) * Scale - 1;
5856 return combineExtract(DL, ResVT, VecVT, Vec, NewIndex, DCI, true);

Completed in 141 milliseconds