Home
last modified time | relevance | path

Searched refs:NewIndex (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp55 EntryIndex &NewIndex) { in startDbgValue()
69 NewIndex = Entries.size() - 1; in startDbgValue()
163 EntryIndex NewIndex; in handleNewDebugValue() local
164 if (HistMap.startDbgValue(Var, DV, NewIndex)) { in handleNewDebugValue()
178 Entry.endEntry(NewIndex); in handleNewDebugValue()
189 LiveEntries[Var].insert(NewIndex); in handleNewDebugValue()
201 LiveEntries[Var].insert(NewIndex); in handleNewDebugValue()
53 startDbgValue(InlinedEntity Var, const MachineInstr &MI, EntryIndex &NewIndex) startDbgValue() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
H A Dvariant.h622 template <std::size_t NewIndex>
623 void operator()(SizeT<NewIndex> /*new_i*/) const {
624 if (left->index_ == NewIndex) {
625 Access<NewIndex>(*left) = std::move(Access<NewIndex>(*right));
627 Derived(*left).template emplace<NewIndex>(
628 std::move(Access<NewIndex>(*right)));
650 template <std::size_t NewIndex>
651 void operator()(SizeT<NewIndex> /*new_i*/) const {
653 typename absl::variant_alternative<NewIndex, DerivedTyp
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp80 Value *NewIndex = in createMemCpyLoopKnownSize() local
82 LoopIndex->addIncoming(NewIndex, LoopBB); in createMemCpyLoopKnownSize()
86 LoopBuilder.CreateCondBr(LoopBuilder.CreateICmpULT(NewIndex, LoopEndCI), in createMemCpyLoopKnownSize()
188 Value *NewIndex = in createMemCpyLoopUnknownSize() local
190 LoopIndex->addIncoming(NewIndex, LoopBB); in createMemCpyLoopUnknownSize()
216 LoopBuilder.CreateICmpULT(NewIndex, RuntimeLoopCount), LoopBB, in createMemCpyLoopUnknownSize()
260 LoopBuilder.CreateICmpULT(NewIndex, RuntimeLoopCount), LoopBB, in createMemCpyLoopUnknownSize()
400 Value *NewIndex = in createMemSetLoop() local
402 LoopIndex->addIncoming(NewIndex, LoopBB); in createMemSetLoop()
404 LoopBuilder.CreateCondBr(LoopBuilder.CreateICmpULT(NewIndex, CopyLe in createMemSetLoop()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp451 std::unique_ptr<ModuleSummaryIndex> NewIndex = nullptr; in writeThinLTOBitcode() local
470 NewIndex = std::make_unique<ModuleSummaryIndex>( in writeThinLTOBitcode()
472 Index = NewIndex.get(); in writeThinLTOBitcode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DDbgEntityHistoryCalculator.h83 EntryIndex &NewIndex);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DStratifiedSets.h349 auto NewIndex = getNewUnlinkedIndex(); in add()
350 return addAtMerging(Main, NewIndex); in add()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLiveIntervals.cpp1474 SlotIndex NewIndex = Indexes->insertMachineInstrInMaps(MI); in handleMove() local
1479 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags); in handleMove()
1487 SlotIndex NewIndex = Indexes->getInstructionIndex(BundleStart); local
1488 HMEditor HME(*this, *MRI, *TRI, OldIndex, NewIndex, UpdateFlags);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1296 SDValue NewIndex = in LowerSIGN_EXTEND_INREG() local
1300 DAG.getBitcast(ExtractedVecT, Extract.getOperand(0)), NewIndex); in LowerSIGN_EXTEND_INREG()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_schedule.c126 unsigned int NewIndex:(RC_REGISTER_INDEX_BITS+1); member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp5571 unsigned NewIndex = (IndexN->getZExtValue() + 1) * Scale - 1; in combineTruncateExtract() local
5578 return combineExtract(DL, ResVT, VecVT, Vec, NewIndex, DCI, true); in combineTruncateExtract()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp18526 SDValue NewIndex = DAG.getIntPtrConstant(IndexValScaled, DL); in visitEXTRACT_SUBVECTOR() local
18528 V.getOperand(0), NewIndex); in visitEXTRACT_SUBVECTOR()
18542 SDValue NewIndex = DAG.getIntPtrConstant(IndexValScaled, DL); in visitEXTRACT_SUBVECTOR() local
18544 V.getOperand(0), NewIndex); in visitEXTRACT_SUBVECTOR()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5689 APInt NewIndex(APIntIndex.getBitWidth(), DstNumElt); in CombineVMOVDRRCandidateWithVecOp()
5690 NewIndex *= APIntIndex; in CombineVMOVDRRCandidateWithVecOp()
5692 if (NewIndex.getBitWidth() > 32) in CombineVMOVDRRCandidateWithVecOp()
5704 DAG.getConstant(NewIndex.getZExtValue(), dl, MVT::i32)); in CombineVMOVDRRCandidateWithVecOp()

Completed in 95 milliseconds