/external/llvm-project/llvm/include/llvm/ADT/ |
D | CoalescingBitVector.h | 360 auto StartIt = find(Start); in half_open_range() local 361 if (StartIt == end() || *StartIt >= End) in half_open_range() 363 auto EndIt = StartIt; in half_open_range() 365 return {StartIt, EndIt}; in half_open_range()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUAnnotateUniformValues.cpp | 108 BasicBlock::iterator StartIt = (!L && (BB == Load->getParent())) ? in isClobberedInFunction() local 111 StartIt, BB, Load); in isClobberedInFunction()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUAnnotateUniformValues.cpp | 109 BasicBlock::iterator StartIt = (!L && (BB == Load->getParent())) ? in isClobberedInFunction() local 112 MemoryLocation::getBeforeOrAfter(Ptr), true, StartIt, BB, Load); in isClobberedInFunction()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | MachineOutliner.cpp | 559 MachineBasicBlock::iterator StartIt = Mapper.InstrList[StartIdx]; in findCandidates() local 561 MachineBasicBlock *MBB = StartIt->getParent(); in findCandidates() 563 CandidatesForRepeatedSeq.emplace_back(StartIdx, StringLen, StartIt, in findCandidates() 778 MachineBasicBlock::iterator StartIt = C.front(); in outline() local 782 auto CallInst = TII.insertOutlinedCall(M, MBB, StartIt, *MF, C); in outline() 843 MBB.erase(std::next(StartIt), std::next(EndIt)); in outline()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineOutliner.cpp | 1056 MachineBasicBlock::iterator StartIt = Mapper.InstrList[StartIdx]; in findCandidates() local 1058 MachineBasicBlock *MBB = StartIt->getParent(); in findCandidates() 1060 CandidatesForRepeatedSeq.emplace_back(StartIdx, StringLen, StartIt, in findCandidates() 1236 MachineBasicBlock::iterator StartIt = C.front(); in outline() local 1240 auto CallInst = TII.insertOutlinedCall(M, MBB, StartIt, *MF, C); in outline() 1278 MBB.erase(std::next(StartIt), std::next(EndIt)); in outline()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | IRSimilarityIdentifier.cpp | 493 std::vector<IRInstructionData *>::iterator StartIt = InstrList.begin(); in createCandidatesFromSuffixTree() local 494 std::advance(StartIt, StartIdx); in createCandidatesFromSuffixTree() 498 CandsForRepSubstring.emplace_back(StartIdx, StringLen, *StartIt, *EndIt); in createCandidatesFromSuffixTree()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonFrameLowering.cpp | 2120 MachineBasicBlock::iterator StartIt = SI, NextIt; in optimizeSpillSlots() local 2124 CopyIn = BuildMI(B, StartIt, DL, HII.get(TargetOpcode::COPY), FoundR) in optimizeSpillSlots() 2128 ++StartIt; in optimizeSpillSlots() 2145 for (auto It = StartIt; It != EndIt; It = NextIt) { in optimizeSpillSlots()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonFrameLowering.cpp | 2325 MachineBasicBlock::iterator StartIt = SI.getIterator(), NextIt; in optimizeSpillSlots() local 2329 CopyIn = BuildMI(B, StartIt, DL, HII.get(TargetOpcode::COPY), FoundR) in optimizeSpillSlots() 2333 ++StartIt; in optimizeSpillSlots() 2350 for (auto It = StartIt; It != EndIt; It = NextIt) { in optimizeSpillSlots()
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonFrameLowering.cpp | 2475 MachineBasicBlock::iterator StartIt = SI.getIterator(), NextIt; in optimizeSpillSlots() local 2479 CopyIn = BuildMI(B, StartIt, DL, HII.get(TargetOpcode::COPY), FoundR) in optimizeSpillSlots() 2483 ++StartIt; in optimizeSpillSlots() 2500 for (auto It = StartIt; It != EndIt; It = NextIt) { in optimizeSpillSlots()
|