HomeSort by relevance Sort by last modified time
    Searched refs:LoopEnd (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/libwebp/dsp/
lossless_mips32.c 102 // const uint32_t* LoopEnd = &population[length];
103 // while (pop != LoopEnd) {
113 const uint32_t* const LoopEnd = &population[length];
118 "beq %[pop], %[LoopEnd], 2f \n\t"
126 "bne %[pop], %[LoopEnd], 1b \n\t"
132 : [LoopEnd]"r"(LoopEnd)
144 // const uint32_t* LoopEnd = &X[length];
145 // while (pX != LoopEnd) {
160 const uint32_t* const LoopEnd = &X[length]
    [all...]
  /external/webp/src/dsp/
lossless_mips32.c 102 // const uint32_t* LoopEnd = &population[length];
103 // while (pop != LoopEnd) {
113 const uint32_t* const LoopEnd = &population[length];
118 "beq %[pop], %[LoopEnd], 2f \n\t"
126 "bne %[pop], %[LoopEnd], 1b \n\t"
132 : [LoopEnd]"r"(LoopEnd)
144 // const uint32_t* LoopEnd = &X[length];
145 // while (pX != LoopEnd) {
160 const uint32_t* const LoopEnd = &X[length]
    [all...]
  /external/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp 222 void wireFlow(bool ExitUseAllowed, BasicBlock *LoopEnd);
224 void handleLoops(bool ExitUseAllowed, BasicBlock *LoopEnd);
720 BasicBlock *LoopEnd) {
745 while (!Order.empty() && !Visited.count(LoopEnd) &&
747 handleLoops(false, LoopEnd);
756 BasicBlock *LoopEnd) {
761 wireFlow(ExitUseAllowed, LoopEnd);
768 LoopEnd = Loops[Node->getEntry()];
769 wireFlow(false, LoopEnd);
770 while (!Visited.count(LoopEnd)) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_pair_regalloc.c 70 int LoopEnd;
181 s->LoopEnd > inst->IP ? s->LoopEnd : inst->IP;
606 if (endloop->IP > s->LoopEnd) {
607 s->LoopEnd = endloop->IP;
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_regalloc.c 70 int LoopEnd;
181 s->LoopEnd > inst->IP ? s->LoopEnd : inst->IP;
606 if (endloop->IP > s->LoopEnd) {
607 s->LoopEnd = endloop->IP;
  /external/clang/lib/Analysis/
ThreadSafety.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp     [all...]

Completed in 242 milliseconds