Home
last modified time | relevance | path

Searched defs:NewIdx (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLLVMContextImpl.cpp193 uint32_t NewIdx = BundleTagCache.size(); in getOrInsertBundleTag() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp361 PHINode *NewIdx = PHINode::Create(NewIter->getType(), 2, in CloneLoopBlocks() local
939 PHINode *NewIdx = PHINode::Create(TestVal->getType(), 2, "niter", in UnrollRuntimeLoopRemainder() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DCFG.h220 int NewIdx = Idx + RHS; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp498 nonloc::ConcreteInt NewIdx(svalBuilder.getBasicValueFactory().getValue(BaseIdxI + in getLValueElement() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp1105 unsigned NewIdx = J + I * VecWidth; in vectorizeStoreChain() local
1268 unsigned NewIdx = Idx + I * VecWidth; in vectorizeLoadChain() local
H A DSLPVectorizer.cpp752 unsigned NewIdx = 0; in findRootOrder() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DImmutableGraph.h385 size_type NewIdx = RemappedNodeIndex[DestIdx]; in trim() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveIntervals.cpp985 SlotIndex NewIdx; member in LiveIntervals::HMEditor
992 SlotIndex OldIdx, SlotIndex NewIdx, bool UpdateFlags) in HMEditor()
H A DTwoAddressInstructionPass.cpp612 unsigned NewIdx = NewMI->getOperandNo(NewIt); in convertInstTo3Addr() local
H A DRegisterCoalescer.cpp1400 unsigned NewIdx = NewMI.getOperand(0).getSubReg(); in reMaterializeTrivialDef() local
H A DCodeGenPrepare.cpp7663 APInt NewIdx = UGEPIIdx->getValue() - GEPIIdx->getValue(); in tryUnmergingGEPsAcrossIndirectBr() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h123 void setAdjEdgeIdx(NodeId NId, typename NodeEntry::AdjEdgeIdx NewIdx) { in setAdjEdgeIdx()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp1014 Value *NewIdx = in splitGEP() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2305 if (Value *NewIdx = Descale(Idx, APInt(BitWidth, Scale), NSW)) { in visitGetElementPtrInst() local
2347 if (Value *NewIdx = Descale(Idx, APInt(BitWidth, Scale), NSW)) { in visitGetElementPtrInst() local
H A DInstCombineCasts.cpp923 uint64_t NewIdx = DL.isBigEndian() ? (VecOpIdx + 1) * TruncRatio - 1 in visitTrunc() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp528 CodeGenSubRegIndex *NewIdx = NewSubRegs[i].first; in computeSecondarySubRegs() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DConstantFolding.cpp985 APInt NewIdx = Offset.sdiv_ov(ElemSize, Overflow); in SymbolicallyEvaluateGEP() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2659 APInt NewIdx = CI->getValue().sextOrTrunc(PreferredVecIdxWidth); in translateExtractElement() local
H A DLegalizerHelper.cpp3821 auto NewIdx = in fewerElementsVectorExtractInsertVectorElt() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp574 LocIdx NewIdx = LocIdx(LocIdxToIDNum.size()); in trackRegister() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp4158 unsigned NewIdx = 0; in SubstFunctionType() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp18793 SDValue NewIdx = DAG.getConstant(Elt % ConcatNumElts, SL, in visitEXTRACT_VECTOR_ELT() local
21515 SDValue NewIdx; in visitINSERT_SUBVECTOR() local