Searched defs:NewIndex (Results 1 - 14 of 14) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DTypeLocBuilder.cpp72 unsigned NewIndex = Index + NewCapacity - Capacity; local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLoadStoreOpt.h51 void setIndex(Register NewIndex) { IndexReg = NewIndex; } argument
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp534 std::unique_ptr<ModuleSummaryIndex> NewIndex = nullptr; local
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp374 EntryIndex NewIndex; local
70 startDbgValue(InlinedEntity Var, const MachineInstr &MI, EntryIndex &NewIndex) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp95 Value *NewIndex = local
228 Value *NewIndex = local
466 Value *NewIndex = local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp892 Instruction *NewIndex = BinaryOperator::Create( local
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp481 createShiftShuffle(Value *Vec, unsigned OldIndex, unsigned NewIndex, IRBuilder<> &Builder) argument
496 translateExtract(ExtractElementInst *ExtElt, unsigned NewIndex, IRBuilder<> &Builder) argument
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervals.cpp1505 SlotIndex NewIndex = Indexes->insertMachineInstrInMaps(MI); local
H A DMachineBlockPlacement.cpp3597 DenseMap<const MachineBasicBlock *, size_t> NewIndex; local
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1593 uint64_t NewIndex = IsBigEndian ? Index1 / 2 : Index0 / 2; local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1918 SDValue NewIndex = local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6588 unsigned NewIndex = (IndexN->getZExtValue() + 1) * Scale - 1; local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp11677 uint64_t NewIndex = (Index + ByteShift) % ConcatSizeInBytes; local
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp22175 unsigned NewIndex = E.BitPos / NewVecEltBitWidth; local
24449 SDValue NewIndex = DAG.getVectorIdxConstant(ExtIdx * SrcDestRatio, DL); local
24467 SDValue NewIndex = DAG.getVectorIdxConstant(IndexValScaled, DL); local
24475 SDValue NewIndex = DAG.getVectorIdxConstant(IndexValScaled, DL); local
[all...]

Completed in 510 milliseconds