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

  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp 54 LoopStack.setParallel();
55 LoopStack.setVectorizerEnable(true);
62 LoopStack.setVectorizerWidth(Val->getZExtValue());
66 LoopStack.setParallel(false);
CGStmt.cpp 638 LoopStack.push(LoopHeader.getBlock());
707 LoopStack.pop();
731 LoopStack.push(LoopBody);
768 LoopStack.pop();
802 LoopStack.push(CondBlock);
878 LoopStack.pop();
907 LoopStack.push(CondBlock);
    [all...]
CodeGenFunction.cpp     [all...]
CodeGenFunction.h 133 LoopInfoStack LoopStack;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_dataflow_deadcode.c 69 struct loopinfo * LoopStack;
93 struct loopinfo * loop = &s->LoopStack[s->LoopStackSize - 1];
102 memory_pool_array_reserve(&s->C->Pool, struct loopinfo, s->LoopStack,
104 memset(&s->LoopStack[s->LoopStackSize++], 0, sizeof(struct loopinfo));
275 struct loopinfo * loop = &s.LoopStack[s.LoopStackSize-1];
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_dataflow_deadcode.c 69 struct loopinfo * LoopStack;
93 struct loopinfo * loop = &s->LoopStack[s->LoopStackSize - 1];
102 memory_pool_array_reserve(&s->C->Pool, struct loopinfo, s->LoopStack,
104 memset(&s->LoopStack[s->LoopStackSize++], 0, sizeof(struct loopinfo));
275 struct loopinfo * loop = &s.LoopStack[s.LoopStackSize-1];
  /external/llvm/lib/Target/R600/
R600ControlFlowFinalizer.cpp 44 std::vector<StackItem> LoopStack;
66 return LoopStack.size();
180 LoopStack.push_back(CFStack::ENTRY);
196 LoopStack.pop_back();
489 std::vector<std::pair<unsigned, std::set<MachineInstr *> > > LoopStack;
545 LoopStack.push_back(Pair);
553 LoopStack.back();
554 LoopStack.pop_back();
615 LoopStack.back().second.insert(MIb);
623 LoopStack.back().second.insert(MIb)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_exec.h 302 uint LoopStack[TGSI_EXEC_MAX_LOOP_NESTING];
tgsi_exec.c     [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.h 302 uint LoopStack[TGSI_EXEC_MAX_LOOP_NESTING];
tgsi_exec.c     [all...]

Completed in 588 milliseconds