/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | LowerMemIntrinsics.cpp | 103 Value *NewIndex = in createMemCpyLoopKnownSize() local 254 Value *NewIndex = in createMemCpyLoopUnknownSize() local 505 Value *NewIndex = in createMemSetLoop() local
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | TypeLocBuilder.cpp | 72 unsigned NewIndex = Index + NewCapacity - Capacity; in grow() local
|
H A D | SemaChecking.cpp | 1065 unsigned NewIndex = Index < DABIndices in checkFortifiedBuiltinMemoryFunction() local 1078 unsigned NewIndex = *IndexOptional; in checkFortifiedBuiltinMemoryFunction() local 1104 unsigned NewIndex = *IndexOptional; in checkFortifiedBuiltinMemoryFunction() local 1123 unsigned NewIndex = *IndexOptional; in checkFortifiedBuiltinMemoryFunction() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DbgEntityHistoryCalculator.cpp | 72 EntryIndex &NewIndex) { in startDbgValue() 367 EntryIndex NewIndex; in handleNewDebugValue() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | ThinLTOBitcodeWriter.cpp | 509 std::unique_ptr<ModuleSummaryIndex> NewIndex = nullptr; in writeThinLTOBitcode() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | LiveIntervals.cpp | 1512 SlotIndex NewIndex = Indexes->insertMachineInstrInMaps(MI); in handleMove() local 1526 const SlotIndex NewIndex = Indexes->insertMachineInstrInMaps(BundleStart); in handleMoveIntoNewBundle() local
|
H A D | MachineBlockPlacement.cpp | 3574 DenseMap<const MachineBasicBlock *, size_t> NewIndex; in assignBlockOrder() local
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | StratifiedSets.h | 348 auto NewIndex = getNewUnlinkedIndex(); in add() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | VectorCombine.cpp | 481 unsigned NewIndex, IRBuilder<> &Builder) { in createShiftShuffle() 496 unsigned NewIndex, in translateExtract()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | MVEGatherScatterLowering.cpp | 892 Instruction *NewIndex = BinaryOperator::Create( in pushOutAdd() local
|
H A D | ARMISelLowering.cpp | 6196 APInt NewIndex(APIntIndex.getBitWidth(), DstNumElt); in CombineVMOVDRRCandidateWithVecOp() local
|
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
H A D | Interp.h | 1065 APSInt NewIndex = Add ? (APIndex + APOffset) : (APIndex - APOffset); in OffsetHelper() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineVectorOps.cpp | 1578 uint64_t NewIndex = IsBigEndian ? Index1 / 2 : Index0 / 2; in foldTruncInsEltPair() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 1869 SDValue NewIndex = in LowerSIGN_EXTEND_INREG() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 20643 unsigned NewIndex = E.BitPos / NewVecEltBitWidth; in refineExtractVectorEltIntoMultipleNarrowExtractVectorElts() local 22879 SDValue NewIndex = DAG.getVectorIdxConstant(ExtIdx * SrcDestRatio, DL); in visitEXTRACT_SUBVECTOR() local 22897 SDValue NewIndex = DAG.getVectorIdxConstant(IndexValScaled, DL); in visitEXTRACT_SUBVECTOR() local 22905 SDValue NewIndex = DAG.getVectorIdxConstant(IndexValScaled, DL); in visitEXTRACT_SUBVECTOR() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 6238 uint64_t NewIndex = DestIndexMap[Op.getArg(0)]; in appendToVectors() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 6177 unsigned NewIndex = (IndexN->getZExtValue() + 1) * Scale - 1; in combineTruncateExtract() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 53662 SDValue NewIndex = Index.getOperand(0); in combineX86GatherScatter() local
|