/external/swiftshader/third_party/LLVM/unittests/ADT/ |
D | SmallBitVectorTest.cpp | 64 for (unsigned i = Vec.find_first(); i != -1u; i = Vec.find_next(i)) { in TEST() 83 EXPECT_TRUE(Vec.find_first() == 3); in TEST() 94 for (unsigned i = Vec.find_first(); i != -1u; i = Vec.find_next(i)) { in TEST()
|
D | BitVectorTest.cpp | 67 for (unsigned i = Vec.find_first(); i != -1u; i = Vec.find_next(i)) { in TEST() 86 EXPECT_TRUE(Vec.find_first() == 3); in TEST() 97 for (unsigned i = Vec.find_first(); i != -1u; i = Vec.find_next(i)) { in TEST()
|
/external/llvm/unittests/ADT/ |
D | BitVectorTest.cpp | 77 for (unsigned i = Vec.find_first(); i != -1u; i = Vec.find_next(i)) { in TYPED_TEST() 96 EXPECT_TRUE(Vec.find_first() == 3); in TYPED_TEST() 107 for (unsigned i = Vec.find_first(); i != -1u; i = Vec.find_next(i)) { in TYPED_TEST() 398 EXPECT_EQ(50, C.find_first()); in TYPED_TEST()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonGenInsert.cpp | 83 unsigned find_first() const { in find_first() function 84 int First = BitVector::find_first(); in find_first() 170 for (unsigned R = P.RS.find_first(); R; R = P.RS.find_next(R)) in operator <<() 917 for (unsigned VR = InsDefs.find_first(); VR; VR = InsDefs.find_next(VR)) { in collectInBlock() 935 for (unsigned VR = InsDefs.find_first(); VR; VR = InsDefs.find_next(VR)) in collectInBlock() 948 for (unsigned VR = BlockDefs.find_first(); VR; VR = BlockDefs.find_next(VR)) in collectInBlock() 968 for (unsigned R = Regs[S].find_first(); R; R = Regs[S].find_next(R)) { in findRemovableRegisters() 1234 for (unsigned R = Rs.find_first(); R; R = Rs.find_next(R)) { in stats() 1262 for (unsigned R = TT.find_first(); R; R = TT.find_next(R)) in selectCandidates() 1267 for (unsigned R = AllRMs.find_first(); R; R = AllRMs.find_next(R)) { in selectCandidates() [all …]
|
D | HexagonBitSimplify.cpp | 41 unsigned find_first() const { in find_first() function 42 int First = BitVector::find_first(); in find_first() 130 for (unsigned R = P.RS.find_first(); R; R = P.RS.find_next(R)) in operator <<() 1426 unsigned DR = Defs.find_first(); in processBlock() 1498 for (unsigned R = AVs.find_first(); R; R = AVs.find_next(R)) { in findMatch() 1549 for (unsigned R = Defs.find_first(); R; R = Defs.find_next(R)) { in processBlock() 2377 return Defs.find_first(); in getDefReg() 2581 unsigned DefR = Defs.find_first(); in processLoop() 2667 G.Inp.Reg = Inputs.find_first(); in processLoop()
|
D | HexagonFrameLowering.cpp | 1231 for (int x = Regs.find_first(); x >= 0; x = Regs.find_next(x)) { in dump_registers() 1266 for (int x = Reserved.find_first(); x >= 0; x = Reserved.find_next(x)) { in assignCalleeSavedSpillSlots() 1279 for (int x = SRegs.find_first(); x >= 0; x = SRegs.find_next(x)) { in assignCalleeSavedSpillSlots() 1284 for (int x = TmpSup.find_first(); x >= 0; x = TmpSup.find_next(x)) { in assignCalleeSavedSpillSlots() 1301 for (int x = SRegs.find_first(); x >= 0; x = SRegs.find_next(x)) { in assignCalleeSavedSpillSlots() 1333 for (int x = SRegs.find_first(); x >= 0; x = SRegs.find_next(x)) { in assignCalleeSavedSpillSlots() 1362 for (int x = SRegs.find_first(); x >= 0; x = SRegs.find_next(x)) { in assignCalleeSavedSpillSlots() 2291 int F = Regs.find_first(); in shouldInlineCSR()
|
/external/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
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | RegisterScavenging.cpp | 75 for (int I = PR.find_first(); I>0; I = PR.find_next(I)) in initRegState() 270 int Survivor = Candidates.find_first(); in findSurvivorReg() 318 Survivor = Candidates.find_first(); in findSurvivorReg()
|
D | SpillPlacement.cpp | 284 for (int n = ActiveNodes->find_first(); n>=0; n = ActiveNodes->find_next(n)) { in scanActiveBundles() 362 for (int n = ActiveNodes->find_first(); n>=0; n = ActiveNodes->find_next(n)) in finish()
|
D | MachineRegisterInfo.cpp | 246 for (int i = UsedPhysRegs.find_first(); i >= 0; in closePhysRegsUsed()
|
D | StackSlotColoring.cpp | 235 NextColor = AllColors.find_first(); in InitializeSlots() 331 Color = UsedColors.find_first(); in ColorSlot()
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | SparseBitVector.h | 136 int find_first() const { 352 unsigned BitPos = Iter->find_first(); 384 NextSetBitNumber = Iter->find_first(); 788 int find_first() const { 792 return (First.index() * ElementSize) + First.find_first();
|
D | SmallBitVector.h | 206 int find_first() const { in find_first() function 217 return getPointer()->find_first(); in find_first()
|
/external/llvm/include/llvm/ADT/ |
D | SparseBitVector.h | 131 int find_first() const { 337 unsigned BitPos = Iter->find_first(); 369 NextSetBitNumber = Iter->find_first(); 801 int find_first() const { 805 return (First.index() * ElementSize) + First.find_first();
|
D | SmallBitVector.h | 209 int find_first() const { in find_first() function 216 return getPointer()->find_first(); in find_first()
|
/external/llvm/lib/Target/Mips/ |
D | Mips16InstrInfo.cpp | 372 Reg = Available.find_first(); in loadImmediate() 375 Reg = Candidates.find_first(); in loadImmediate() 388 SpReg = Available.find_first(); in loadImmediate() 390 SpReg = Candidates.find_first(); in loadImmediate()
|
/external/llvm/lib/CodeGen/ |
D | RegisterScavenging.cpp | 59 for (int I = PR.find_first(); I>0; I = PR.find_next(I)) in initRegState() 280 int Survivor = Candidates.find_first(); in findSurvivorReg() 328 Survivor = Candidates.find_first(); in findSurvivorReg()
|
D | SpillPlacement.cpp | 313 for (int n = ActiveNodes->find_first(); n>=0; n = ActiveNodes->find_next(n)) { in scanActiveBundles() 368 for (int n = ActiveNodes->find_first(); n>=0; n = ActiveNodes->find_next(n)) in finish()
|
D | SafeStackColoring.h | 127 int idx = V.find_first();
|
D | StackSlotColoring.cpp | 215 NextColor = AllColors.find_first(); in InitializeSlots() 238 Color = UsedColors.find_first(); in ColorSlot()
|
D | GlobalMerge.cpp | 428 << GlobalSet.find_first() << "\n"); in doMerge() 430 ssize_t i = GlobalSet.find_first(); in doMerge()
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 2986 for (int LI = Loops.find_first(); LI >= 0; LI = Loops.find_next(LI)) { in propagate() 3268 for (int VI = BV.find_first(); VI >= 0; VI = BV.find_next(VI)) { in dumpSmallBitVector() 3508 for (int SI = Separable.find_first(); SI >= 0; SI = Separable.find_next(SI)) { in depends() 3547 for (int SI = Coupled.find_first(); SI >= 0; SI = Coupled.find_next(SI)) { in depends() 3554 for (int SJ = Group.find_first(); SJ >= 0; SJ = Group.find_next(SJ)) { in depends() 3566 for (int SJ = Sivs.find_first(); SJ >= 0; SJ = Sivs.find_next(SJ)) { in depends() 3590 for (int SJ = Mivs.find_first(); SJ >= 0; SJ = Mivs.find_next(SJ)) { in depends() 3624 for (int SJ = Mivs.find_first(); SJ >= 0; SJ = Mivs.find_next(SJ)) { in depends() 3637 for (int SJ = Mivs.find_first(); SJ >= 0; SJ = Mivs.find_next(SJ)) { in depends() 3649 for (int SJ = ConstrainedLevels.find_first(); SJ >= 0; in depends() [all …]
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegColoring.cpp | 143 for (int C(UsedColors.find_first()); C != -1; in runOnMachineFunction()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopRerollPass.cpp | 1198 dbgs() << "LRR: " << KV.second.find_first() << "\t" << *KV.first << "\n"; in validate() 1278 if (LastRootIt->second.find_first() < (int)Iter) in validate() 1417 unsigned I = Uses[&*J].find_first(); in replace() 1506 if (KV.second.find_first() == 0) in replaceIV() 1511 if (Uses[BI].find_first() == IL_All) { in replaceIV()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DbgValueHistoryCalculator.cpp | 204 for (int I = ChangingRegs.find_first(); I != -1; in calculateDbgValueHistory()
|