/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DbgEntityHistoryCalculator.cpp | 55 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 D | variant.h | 622 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 D | LowerMemIntrinsics.cpp | 80 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 D | ThinLTOBitcodeWriter.cpp | 451 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 D | DbgEntityHistoryCalculator.h | 83 EntryIndex &NewIndex);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | StratifiedSets.h | 349 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 D | LiveIntervals.cpp | 1474 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 D | WebAssemblyISelLowering.cpp | 1296 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 D | radeon_pair_schedule.c | 126 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 D | SystemZISelLowering.cpp | 5571 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 D | DAGCombiner.cpp | 18526 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 D | ARMISelLowering.cpp | 5689 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()
|