/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonGenInsert.cpp | 103 unsigned find_first() const { in find_first() function 104 int First = BitVector::find_first(); in find_first() 193 for (unsigned R = P.RS.find_first(); R; R = P.RS.find_next(R)) in operator <<() 958 for (unsigned VR = InsDefs.find_first(); VR; VR = InsDefs.find_next(VR)) { in collectInBlock() 979 for (unsigned VR = InsDefs.find_first(); VR; VR = InsDefs.find_next(VR)) in collectInBlock() 989 for (unsigned VR = BlockDefs.find_first(); VR; VR = BlockDefs.find_next(VR)) in collectInBlock() 1008 for (unsigned R = Regs[S].find_first(); R; R = Regs[S].find_next(R)) { in findRemovableRegisters() 1272 for (unsigned R = Rs.find_first(); R; R = Rs.find_next(R)) { in stats() 1299 for (unsigned R = TT.find_first(); R; R = TT.find_next(R)) in selectCandidates() 1304 for (unsigned R = AllRMs.find_first(); R; R = AllRMs.find_next(R)) { in selectCandidates() [all …]
|
D | RDFRegisters.cpp | 320 int U = Units.find_first(); in makeRegRef() 351 int F = Regs.find_first(); in makeRegRef() 366 for (int U = Units.find_first(); U >= 0; U = Units.find_next(U)) in print() 374 for (int U = RG.Units.find_first(); U >= 0; U = RG.Units.find_next(U)) { in rr_iterator()
|
D | HexagonFrameLowering.cpp | 322 for (int x = CSR.find_first(); x >= 0; x = CSR.find_next(x)) { in needsStackFrame() 1453 for (int x = Regs.find_first(); x >= 0; x = Regs.find_next(x)) { in dump_registers() 1487 for (int x = Reserved.find_first(); x >= 0; x = Reserved.find_next(x)) { in assignCalleeSavedSpillSlots() 1502 for (int x = SRegs.find_first(); x >= 0; x = SRegs.find_next(x)) { in assignCalleeSavedSpillSlots() 1507 for (int x = TmpSup.find_first(); x >= 0; x = TmpSup.find_next(x)) { in assignCalleeSavedSpillSlots() 1526 for (int x = SRegs.find_first(); x >= 0; x = SRegs.find_next(x)) { in assignCalleeSavedSpillSlots() 1560 for (int x = SRegs.find_first(); x >= 0; x = SRegs.find_next(x)) { in assignCalleeSavedSpillSlots() 1590 for (int x = SRegs.find_first(); x >= 0; x = SRegs.find_next(x)) { in assignCalleeSavedSpillSlots() 2493 int F = Regs.find_first(); in shouldInlineCSR()
|
D | HexagonBitSimplify.cpp | 83 unsigned find_first() const { in find_first() function 84 int First = BitVector::find_first(); in find_first() 175 for (unsigned R = P.RS.find_first(); R; R = P.RS.find_next(R)) in operator <<() 1470 unsigned DR = Defs.find_first(); in processBlock() 1546 for (unsigned R = AVs.find_first(); R; R = AVs.find_next(R)) { in findMatch() 1605 for (unsigned R = Defs.find_first(); R; R = Defs.find_next(R)) { in processBlock() 2224 for (unsigned S = AVs.find_first(); S; S = AVs.find_next(S)) { in genBitSplit() 2469 for (unsigned R = AVs.find_first(); R != 0; R = AVs.find_next(R)) { in simplifyExtractLow() 2964 return Defs.find_first(); in getDefReg() 3162 unsigned DefR = Defs.find_first(); in processLoop() [all …]
|
D | HexagonSplitDouble.cpp | 233 for (int x = DoubleRegs.find_first(); x >= 0; x = DoubleRegs.find_next(x)) { in partitionRegisters() 244 for (int x = DoubleRegs.find_first(); x >= 0; x = DoubleRegs.find_next(x)) { in partitionRegisters() 283 for (int x = DoubleRegs.find_first(); x >= 0; x = DoubleRegs.find_next(x)) { in partitionRegisters()
|
D | HexagonRegisterInfo.cpp | 178 for (int x = Reserved.find_first(); x >= 0; x = Reserved.find_next(x)) in getReservedRegs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceBitVector.h | 99 int find_first() const { return find_first<0>(); } in find_first() function 195 typename std::enable_if<Pos == BitsElements, int>::type find_first() const { in find_first() function 201 Pos<BitsElements, int>::type find_first() const { 205 return find_first<Pos + 1>(); 388 int find_first() const { in find_first() function
|
D | IceRegAlloc.cpp | 535 const int SrcReg = (Iter.RegMask & Aliases).find_first(); in findRegisterPreference()
|
D | IceCfgNode.cpp | 867 for (int i = LiveInAndOut.find_first(); i != -1; in livenessAddIntervals()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | SparseBitVector.h | 127 int find_first() const { in find_first() function 346 unsigned BitPos = Iter->find_first(); in AdvanceToFirstNonZero() 378 NextSetBitNumber = Iter->find_first(); in AdvanceToNextNonZero() 779 int find_first() const { in find_first() function 783 return (First.index() * ElementSize) + First.find_first(); in find_first()
|
D | SmallBitVector.h | 227 int find_first() const { in find_first() function 234 return getPointer()->find_first(); in find_first()
|
D | BitVector.h | 44 : const_set_bits_iterator_impl(Parent, Parent.find_first()) {} in const_set_bits_iterator_impl() 331 int find_first() const { return find_first_in(0, Size); } in find_first() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | Mips16InstrInfo.cpp | 387 Reg = Available.find_first(); in loadImmediate() 390 Reg = Candidates.find_first(); in loadImmediate() 403 SpReg = Available.find_first(); in loadImmediate() 405 SpReg = Candidates.find_first(); in loadImmediate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SafeStackColoring.h | 142 int idx = V.find_first();
|
D | StackSlotColoring.cpp | 252 NextColors[I] = AllColors[I].find_first(); in InitializeSlots() 278 Color = UsedColors[StackID].find_first(); in ColorSlot()
|
D | GlobalMerge.cpp | 447 << GlobalSet.find_first() << "\n"); in doMerge() 450 ssize_t i = GlobalSet.find_first(); in doMerge()
|
D | RegisterScavenging.cpp | 311 int Survivor = Candidates.find_first(); in findSurvivorReg() 359 Survivor = Candidates.find_first(); in findSurvivorReg()
|
D | ShrinkWrap.cpp | 173 for (int Reg = SavedRegs.find_first(); Reg != -1; in getCurrentCSRs()
|
D | StackColoring.cpp | 828 for (int pos = MBBLiveness.LiveIn.find_first(); pos != -1; in calculateLiveIntervals()
|
D | PrologEpilogInserter.cpp | 727 for (FreeStart = StackBytesFree.find_first(); FreeStart != -1; in scavengeStackSlot()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopRerollPass.cpp | 1206 dbgs() << "LRR: " << KV.second.find_first() << "\t" << *KV.first << "\n"; in validate() 1285 if (LastRootIt->second.find_first() < (int)Iter) in validate() 1438 unsigned I = Uses[&*J].find_first(); in replace() 1499 if (KV.second.find_first() == 0) in replaceIV()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | HashTable.h | 49 int I = Map.Present.find_first(); in HashTableIterator()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/ |
D | MSFBuilder.cpp | 132 int Block = FreeBlocks.find_first(); in allocateBlocks()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | BitVector.h | 157 int find_first() const { in find_first() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/ |
D | CoverageMapping.cpp | 628 int I = IsNotExpandedFile.find_first(); in findMainViewFileID()
|