Home
last modified time | relevance | path

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

123456789

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DScheduleDAG.cpp219 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 DLiveRangeCalc.cpp138 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 DScheduleDAG.cpp219 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 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
H A DCombiner.cpp53 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 DCombiner.cpp53 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 DCFLAndersAliasAnalysis.cpp599 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 DBranchProbabilityInfo.cpp151 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 DX86PreTileConfig.cpp219 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 DCodeMoverUtils.cpp286 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 DVPlanTransforms.cpp114 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 DSkExecutor.cpp147 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 DDCE.cpp89 SmallSetVector<Instruction *, 16> &WorkList, in DCEInstruction()
124 SmallSetVector<Instruction *, 16> WorkList; in eliminateDeadCode() local
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DDCE.cpp76 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 DCodeMoverUtils.cpp66 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 DLowerMatrixIntrinsics.cpp325 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 DDCE.cpp123 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 DSSAUpdaterImpl.h117 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/
DSSAUpdaterImpl.h117 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/
DSSAUpdaterImpl.h117 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 DWebAssemblyFixIrreducibleControlFlow.cpp128 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/
DSSAUpdaterImpl.h117 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 DSSAUpdaterImpl.h105 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/
DSSAUpdaterImpl.h117 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 DSSAUpdaterImpl.h117 SmallVector<BBInfo *, 64> WorkList; in BuildBlockList() local
431 SmallVector<PhiT *, 20> WorkList; in CheckIfPHIMatches() local

123456789