Home
last modified time | relevance | path

Searched refs:EndLoop (Results 1 – 6 of 6) sorted by relevance

/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetSCSU.java198 private static final int EndLoop=2; field in CharsetSCSU.CharsetDecoderSCSU
266 case EndLoop: in decodeLoop()
280 case EndLoop: in decodeLoop()
328 label = EndLoop; in fastSingle()
362 label = EndLoop; in singleByteMode()
405 label = EndLoop; in singleByteMode()
459 label = EndLoop; in singleByteMode()
488 label = EndLoop; in singleByteMode()
500 label = EndLoop; in singleByteMode()
514 label = EndLoop; in singleByteMode()
[all …]
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_emulate_loops.c63 unsigned int loop_i = (loop->EndLoop->IP - loop->BeginLoop->IP) - 1; in loop_max_possible_iterations()
74 struct rc_instruction * last = loop->EndLoop->Prev; in unroll_loop()
77 rc_remove_instruction(loop->EndLoop); in unroll_loop()
245 loop->EndLoop = inst; in try_unroll_loop()
316 loop->EndLoop = NULL; in try_unroll_loop()
341 for(ptr = loop->BeginLoop->Next; !loop->EndLoop; ptr = ptr->Next) { in build_loop_info()
407 loop->EndLoop = ptr; in build_loop_info()
413 && loop->Cond && loop->EndLoop) { in build_loop_info()
481 rc_insert_instruction(loop->EndLoop->Prev, loop->EndIf); in transform_loop()
512 if(!s->Loops[i].EndLoop){ in rc_emulate_loops()
Dradeon_emulate_loops.h41 struct rc_instruction * EndLoop; member
/third_party/boost/boost/msm/front/euml/
Doperator.hpp387 template <class Begin,class End,class EndLoop,class Body>
388 struct For_Loop_ : euml_action<For_Loop_<Begin,End,EndLoop,Body> >
407 EndLoop end_loop_; in operator ()()
418 EndLoop end_loop_; in operator ()()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp4156 MachineInstr *Loop, *EndLoop, *LoopCount; member in __anon3e5dd7400311::PPCPipelinerLoopInfo
4162 PPCPipelinerLoopInfo(MachineInstr *Loop, MachineInstr *EndLoop, in PPCPipelinerLoopInfo() argument
4164 : Loop(Loop), EndLoop(EndLoop), LoopCount(LoopCount), in PPCPipelinerLoopInfo()
4177 return MI == EndLoop; in shouldIgnoreForPipelining()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp679 MachineInstr *Loop, *EndLoop; member in __anon3a58cdf10111::HexagonPipelinerLoopInfo
687 HexagonPipelinerLoopInfo(MachineInstr *Loop, MachineInstr *EndLoop) in HexagonPipelinerLoopInfo() argument
688 : Loop(Loop), EndLoop(EndLoop), MF(Loop->getParent()->getParent()), in HexagonPipelinerLoopInfo()
702 return MI == EndLoop; in shouldIgnoreForPipelining()