Home
last modified time | relevance | path

Searched defs:WorkList (Results 1 – 25 of 116) sorted by relevance

12345

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DScheduleDAG.cpp218 SmallVector<SUnit*, 8> WorkList; in setDepthDirty() local
233 SmallVector<SUnit*, 8> WorkList; in setHeightDirty() local
264 SmallVector<SUnit*, 8> WorkList; in ComputeDepth() local
295 SmallVector<SUnit*, 8> WorkList; in ComputeHeight() local
474 std::vector<SUnit*> WorkList; in InitDAGTopologicalSorting() local
547 std::vector<const SUnit*> WorkList; in DFS() local
576 std::vector<const SUnit*> WorkList; in GetSubGraph() local
DProcessImplicitDefs.cpp33 SmallSetVector<MachineInstr*, 16> WorkList; member in __anond25fc3aa0111::ProcessImplicitDefs
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DScheduleDAG.cpp170 SmallVector<SUnit*, 8> WorkList; in setDepthDirty() local
186 SmallVector<SUnit*, 8> WorkList; in setHeightDirty() local
225 SmallVector<SUnit*, 8> WorkList; in ComputeDepth() local
258 SmallVector<SUnit*, 8> WorkList; in ComputeHeight() local
436 std::vector<SUnit*> WorkList; in InitDAGTopologicalSorting() local
518 std::vector<const SUnit*> WorkList; in DFS() local
/external/llvm/lib/CodeGen/
DScheduleDAG.cpp180 SmallVector<SUnit*, 8> WorkList; in setDepthDirty() local
196 SmallVector<SUnit*, 8> WorkList; in setHeightDirty() local
235 SmallVector<SUnit*, 8> WorkList; in ComputeDepth() local
268 SmallVector<SUnit*, 8> WorkList; in ComputeHeight() local
461 std::vector<SUnit*> WorkList; in InitDAGTopologicalSorting() local
546 std::vector<const SUnit*> WorkList; in DFS() local
DProcessImplicitDefs.cpp33 SmallSetVector<MachineInstr*, 16> WorkList; member in __anon986dd0720111::ProcessImplicitDefs
/external/skia/src/core/
DSkExecutor.cpp135 using WorkList = std::deque<std::function<void(void)>>; in MakeFIFOThreadPool() typedef
139 using WorkList = SkTArray<std::function<void(void)>>; in MakeLIFOThreadPool() typedef
/external/skqp/src/core/
DSkExecutor.cpp135 using WorkList = std::deque<std::function<void(void)>>; in MakeFIFOThreadPool() typedef
139 using WorkList = SkTArray<std::function<void(void)>>; in MakeLIFOThreadPool() typedef
/external/llvm/lib/Transforms/Scalar/
DDCE.cpp76 SmallSetVector<Instruction *, 16> &WorkList, in DCEInstruction()
105 SmallSetVector<Instruction *, 16> WorkList; in eliminateDeadCode() local
DConstantProp.cpp68 std::set<Instruction*> WorkList; in runOnFunction() local
DReg2Mem.cpp91 std::list<Instruction*> WorkList; in INITIALIZE_PASS_DEPENDENCY() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DDCE.cpp77 SmallSetVector<Instruction *, 16> &WorkList, in DCEInstruction()
108 SmallSetVector<Instruction *, 16> WorkList; in eliminateDeadCode() local
DConstantProp.cpp69 std::set<Instruction*> WorkList; in runOnFunction() local
DReg2Mem.cpp92 std::list<Instruction*> WorkList; in INITIALIZE_PASS_DEPENDENCY() local
DBDCE.cpp44 SmallVector<Instruction *, 16> WorkList; in clearAssumptionsOfUsers() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DCombiner.cpp55 GISelWorkList<512> WorkList; in combineMachineInstrs() local
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
DSSAUpdaterImpl.h94 SmallVector<BBInfo*, 64> WorkList; in BuildBlockList() local
388 SmallVector<PhiT*, 20> WorkList; in CheckIfPHIMatches() local
435 SmallVector<PhiT*, 20> WorkList; in RecordMatchingPHI() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DConstantProp.cpp60 std::set<Instruction*> WorkList; in runOnFunction() local
DReg2Mem.cpp92 std::list<Instruction*> WorkList; in INITIALIZE_PASS_DEPENDENCY() local
DDCE.cpp91 std::vector<Instruction*> WorkList; in runOnFunction() local
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
DMCFunction.cpp44 SmallVector<uint64_t, 16> WorkList; in createFunctionFromMC() local
/external/spirv-llvm/lib/SPIRV/
DSPIRVLowerConstExpr.cpp119 std::list<Instruction *> WorkList; in visit() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCFLAndersAliasAnalysis.cpp595 std::vector<WorkListItem> &WorkList) { in propagate()
602 static void initializeWorkList(std::vector<WorkListItem> &WorkList, in initializeWorkList()
635 std::vector<WorkListItem> &WorkList) { in processWorkListItem()
735 std::vector<InstantiatedValue> WorkList, NextList; in buildAttrMap() local
789 std::vector<WorkListItem> WorkList, NextList; in buildInfoFrom() local
/external/clang/lib/Analysis/
DPseudoConstantAnalysis.cpp75 std::deque<const Stmt *> WorkList; in RunAnalysis() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DSSAUpdaterImpl.h118 SmallVector<BBInfo *, 64> WorkList; in BuildBlockList() local
406 SmallVector<PhiT *, 20> WorkList; in CheckIfPHIMatches() local
/external/llvm/include/llvm/Transforms/Utils/
DSSAUpdaterImpl.h105 SmallVector<BBInfo*, 64> WorkList; in BuildBlockList() local
399 SmallVector<PhiT*, 20> WorkList; in CheckIfPHIMatches() local

12345