/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | ScheduleDAG.cpp | 219 SmallVector<SUnit*, 8> WorkList; in setDepthDirty() local 234 SmallVector<SUnit*, 8> WorkList; in setHeightDirty() local 265 SmallVector<SUnit*, 8> WorkList; in ComputeDepth() local 296 SmallVector<SUnit*, 8> WorkList; in ComputeHeight() local 471 std::vector<SUnit*> WorkList; in InitDAGTopologicalSorting() local 572 std::vector<const SUnit*> WorkList; in DFS() local 600 std::vector<const SUnit*> WorkList; in GetSubGraph() local
|
H A D | LiveRangeCalc.cpp | 138 SetVector<unsigned> WorkList; in isDefOnEntry() local 197 SmallVector<unsigned, 16> WorkList(1, UseMBBNum); in findReachingDefs() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | ScheduleDAG.cpp | 219 SmallVector<SUnit*, 8> WorkList; in setDepthDirty() local 234 SmallVector<SUnit*, 8> WorkList; in setHeightDirty() local 265 SmallVector<SUnit*, 8> WorkList; in ComputeDepth() local 296 SmallVector<SUnit*, 8> WorkList; in ComputeHeight() local 471 std::vector<SUnit*> WorkList; in InitDAGTopologicalSorting() local 572 std::vector<const SUnit*> WorkList; in DFS() local 601 std::vector<const SUnit*> WorkList; in GetSubGraph() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | ScheduleDAG.cpp | 180 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | Combiner.cpp | 53 WorkListTy &WorkList; member in __anon88418ed00111::WorkListMaintainer 61 WorkListMaintainer(WorkListTy &WorkList) : WorkList(WorkList) {} in WorkListMaintainer() 126 GISelWorkList<512> WorkList; in combineMachineInstrs() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | Combiner.cpp | 53 WorkListTy &WorkList; member in __anon688dc68a0111::WorkListMaintainer 59 WorkListMaintainer(WorkListTy &WorkList) in WorkListMaintainer() 126 GISelWorkList<512> WorkList; in combineMachineInstrs() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | CFLAndersAliasAnalysis.cpp | 599 std::vector<WorkListItem> &WorkList) { in propagate() 606 static void initializeWorkList(std::vector<WorkListItem> &WorkList, in initializeWorkList() 639 std::vector<WorkListItem> &WorkList) { in processWorkListItem() 739 std::vector<InstantiatedValue> WorkList, NextList; in buildAttrMap() local 793 std::vector<WorkListItem> WorkList, NextList; in buildInfoFrom() local
|
H A D | BranchProbabilityInfo.cpp | 151 SmallVectorImpl<const BasicBlock *> &WorkList, in UpdatePDTWorklist() 168 SmallVector<const BasicBlock *, 8> WorkList; in computePostDominatedByUnreachable() local 204 SmallVector<const BasicBlock *, 8> WorkList; in computePostDominatedByColdCall() local 548 SmallVector<PHINode*, 8> WorkList; in computeUnlikelySuccessors() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86PreTileConfig.cpp | 219 SmallVector<Register, 8> WorkList( in INITIALIZE_PASS_DEPENDENCY() local 308 SmallVector<MachineBasicBlock *, 8> WorkList; in runOnMachineFunction() local 344 SmallVector<MIRef, 8> WorkList({I}); in runOnMachineFunction() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | CodeMoverUtils.cpp | 286 SmallPtrSetImpl<Instruction *> &WorkList) { in collectInstructionsInBetween() 296 SmallPtrSet<Instruction *, 10> WorkList; in collectInstructionsInBetween() local 450 SmallVector<const BasicBlock *, 8> WorkList; in nonStrictlyPostDominate() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanTransforms.cpp | 114 SetVector<std::pair<VPBasicBlock *, VPRecipeBase *>> WorkList; in sinkScalarOperands() local 233 SmallVector<VPRegionBlock *, 8> WorkList; in mergeReplicateRegionsIntoSuccessors() local 316 SmallVector<VPBasicBlock *> WorkList; in mergeBlocksIntoPredecessors() local
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkExecutor.cpp | 147 using WorkList = std::deque<std::function<void(void)>>; in MakeFIFOThreadPool() typedef 152 using WorkList = TArray<std::function<void(void)>>; in MakeLIFOThreadPool() typedef
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | DCE.cpp | 89 SmallSetVector<Instruction *, 16> &WorkList, in DCEInstruction() 124 SmallSetVector<Instruction *, 16> WorkList; in eliminateDeadCode() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | DCE.cpp | 76 SmallSetVector<Instruction *, 16> &WorkList, in DCEInstruction() 105 SmallSetVector<Instruction *, 16> WorkList; in eliminateDeadCode() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | CodeMoverUtils.cpp | 66 SmallPtrSetImpl<Instruction *> &WorkList) { in collectInstructionsInBetween() 76 SmallPtrSet<Instruction *, 10> WorkList; in collectInstructionsInBetween() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LowerMatrixIntrinsics.cpp | 325 propagateShapeForward(SmallVectorImpl<Instruction *> &WorkList) { in propagateShapeForward() 389 propagateShapeBackward(SmallVectorImpl<Instruction *> &WorkList) { in propagateShapeBackward() 393 SmallVectorImpl<Instruction *> &WorkList) { in propagateShapeBackward() 462 SmallVector<Instruction *, 32> WorkList; in Visit() local
|
H A D | DCE.cpp | 123 SmallSetVector<Instruction *, 16> &WorkList, in DCEInstruction() 157 SmallSetVector<Instruction *, 16> WorkList; in eliminateDeadCode() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
H A D | SSAUpdaterImpl.h | 117 SmallVector<BBInfo *, 64> WorkList; in BuildBlockList() local 405 SmallVector<PhiT *, 20> WorkList; in CheckIfPHIMatches() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Utils/ |
D | SSAUpdaterImpl.h | 117 SmallVector<BBInfo *, 64> WorkList; in BuildBlockList() local 431 SmallVector<PhiT *, 20> WorkList; in CheckIfPHIMatches() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Utils/ |
D | SSAUpdaterImpl.h | 117 SmallVector<BBInfo *, 64> WorkList; in BuildBlockList() local 431 SmallVector<PhiT *, 20> WorkList; in CheckIfPHIMatches() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFixIrreducibleControlFlow.cpp | 128 SmallVector<BlockPair, 4> WorkList; in calculate() local 198 BlockVector WorkList; in calculate() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Utils/ |
D | SSAUpdaterImpl.h | 117 SmallVector<BBInfo *, 64> WorkList; in BuildBlockList() local 431 SmallVector<PhiT *, 20> WorkList; in CheckIfPHIMatches() local
|
/aosp_15_r20/external/llvm/include/llvm/Transforms/Utils/ |
H A D | SSAUpdaterImpl.h | 105 SmallVector<BBInfo*, 64> WorkList; in BuildBlockList() local 399 SmallVector<PhiT*, 20> WorkList; in CheckIfPHIMatches() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Utils/ |
D | SSAUpdaterImpl.h | 117 SmallVector<BBInfo *, 64> WorkList; in BuildBlockList() local 431 SmallVector<PhiT *, 20> WorkList; in CheckIfPHIMatches() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/ |
H A D | SSAUpdaterImpl.h | 117 SmallVector<BBInfo *, 64> WorkList; in BuildBlockList() local 431 SmallVector<PhiT *, 20> WorkList; in CheckIfPHIMatches() local
|