Home
last modified time | relevance | path

Searched refs:processLoop (Results 1 – 25 of 26) sorted by relevance

12

/external/pigweed/pw_target_runner/go/
Dworker_pool.go188 processLoop:
197 break processLoop
205 break processLoop
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp77 bool processLoop(MachineLoop *ML);
104 Changed |= processLoop(ML); in runOnMachineFunction()
143 bool PPCCTRLoops::processLoop(MachineLoop *ML) { in processLoop() function in PPCCTRLoops
148 Changed |= processLoop(I); in processLoop()
/external/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorize.h99 bool processLoop(Loop *L);
/external/pytorch/torch/csrc/jit/passes/
Dshape_analysis.h24 void processLoop(Node* node);
Ddevice_type_analysis.cpp168 return processLoop(n); in propagateNode()
Dshape_analysis.cpp82 void PropertyPropBase::processLoop(Node* node) { in processLoop() function in torch::jit::PropertyPropBase
600 return processLoop(node); in propagateNode()
/external/llvm/lib/Transforms/Scalar/
DLoopRotation.cpp68 bool processLoop(Loop *L);
599 bool LoopRotate::processLoop(Loop *L) { in processLoop() function in LoopRotate
636 bool Changed = LR.processLoop(&L); in run()
677 return LR.processLoop(L); in runOnLoop()
DLoopLoadElimination.cpp411 bool processLoop() { in processLoop() function in __anon936a353e0111::LoadEliminationForLoop
569 Changed |= LEL.processLoop(); in runOnFunction()
DLoopDistribute.cpp598 bool processLoop(LoopAccessLegacyAnalysis *LAA) { in processLoop() function in __anon4c490f240111::LoopDistributeForLoop
903 Changed |= LDL.processLoop(LAA); in runOnFunction()
DLoopInterchange.cpp552 processLoop(LoopList, i, i - 1, LoopNestExit, DependencyMatrix); in processLoopList()
570 bool processLoop(LoopVector LoopList, unsigned InnerLoopId, in processLoop() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorize.h156 bool processLoop(Loop *L);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopRotationUtils.cpp71 bool processLoop(Loop *L);
638 bool LoopRotate::processLoop(Loop *L) { in processLoop() function in LoopRotate
677 return LR.processLoop(L); in LoopRotation()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DLoopRotationUtils.cpp77 bool processLoop(Loop *L);
810 bool LoopRotate::processLoop(Loop *L) { in processLoop() function in LoopRotate
844 return LR.processLoop(L); in LoopRotation()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorize.h198 bool processLoop(Loop *L);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp452 bool processLoop() { in processLoop() function in __anon3b3549200311::LoadEliminationForLoop
622 Changed |= LEL.processLoop(); in eliminateLoadsAcrossLoops()
DLoopDistribute.cpp666 bool processLoop(std::function<const LoopAccessInfo &(Loop &)> &GetLAA) { in processLoop() function in __anon569dadc60111::LoopDistributeForLoop
997 Changed |= LDL.processLoop(GetLAA); in runImpl()
DLoopInterchange.cpp534 processLoop(LoopList, i, i - 1, LoopNestExit, DependencyMatrix); in processLoopList()
551 bool processLoop(LoopVector LoopList, unsigned InnerLoopId, in processLoop() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp464 bool processLoop() { in processLoop() function in __anonbb9ca0e60311::LoadEliminationForLoop
654 Changed |= LEL.processLoop(); in eliminateLoadsAcrossLoops()
DLoopDistribute.cpp662 bool processLoop() { in processLoop() function in __anon693791cc0111::LoopDistributeForLoop
991 Changed |= LDL.processLoop(); in runImpl()
DLoopInterchange.cpp485 bool Interchanged = processLoop(LoopList[i], LoopList[i - 1], i, i - 1, in processLoopList()
508 bool processLoop(Loop *InnerLoop, Loop *OuterLoop, unsigned InnerLoopId, in processLoop() function
/external/llvm/lib/Target/Hexagon/
DHexagonBitSimplify.cpp2345 bool processLoop(LoopCand &C);
2525 bool HexagonLoopRescheduling::processLoop(LoopCand &C) { in processLoop() function in HexagonLoopRescheduling
2770 Changed |= processLoop(C); in runOnMachineFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonBitSimplify.cpp2933 bool processLoop(LoopCand &C);
3105 bool HexagonLoopRescheduling::processLoop(LoopCand &C) { in processLoop() function in HexagonLoopRescheduling
3356 Changed |= processLoop(C); in runOnMachineFunction()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
DHexagonBitSimplify.cpp2968 bool processLoop(LoopCand &C);
3139 bool HexagonLoopRescheduling::processLoop(LoopCand &C) { in processLoop() function in HexagonLoopRescheduling
3388 Changed |= processLoop(C); in runOnMachineFunction()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp6366 bool LoopVectorizePass::processLoop(Loop *L) { in processLoop() function in LoopVectorizePass
6639 Changed |= processLoop(Worklist.pop_back_val()); in runImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp7598 bool LoopVectorizePass::processLoop(Loop *L) { in processLoop() function in LoopVectorizePass
7953 Changed |= processLoop(L); in runImpl()

12