Home
last modified time | relevance | path

Searched defs:LoopStack (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600ControlFlowFinalizer.cpp63 std::vector<StackItem> LoopStack; member
521 std::vector<std::pair<unsigned, std::set<MachineInstr *>>> LoopStack; in runOnMachineFunction() local
/external/llvm/lib/Target/AMDGPU/
DR600ControlFlowFinalizer.cpp44 std::vector<StackItem> LoopStack; member
507 std::vector<std::pair<unsigned, std::set<MachineInstr *> > > LoopStack; in runOnMachineFunction() local
/external/swiftshader/third_party/subzero/src/
DIceLoopAnalyzer.cpp110 LoopNodePtrList LoopStack; member in Ice::LoopAnalyzer
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_dataflow_deadcode.c69 struct loopinfo * LoopStack; member
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h416 uint LoopStack[TGSI_EXEC_MAX_LOOP_NESTING]; member
/external/clang/lib/CodeGen/
DCodeGenFunction.h140 LoopInfoStack LoopStack; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp11668 SmallVector<Loop *, 8> LoopStack(LI.begin(), LI.end()); in verify() local