Searched refs:StartIt (Results 1 – 4 of 4) sorted by relevance
/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/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/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()
|