| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
| D | LegalizationArtifactCombiner.h | 49 SmallVectorImpl<MachineInstr *> &DeadInsts, in tryCombineAnyExt() 98 SmallVectorImpl<MachineInstr *> &DeadInsts, in tryCombineZExt() 142 SmallVectorImpl<MachineInstr *> &DeadInsts, in tryCombineSExt() 169 SmallVectorImpl<MachineInstr *> &DeadInsts, in tryCombineTrunc() 197 SmallVectorImpl<MachineInstr *> &DeadInsts, in tryFoldImplicitDef() 284 SmallVectorImpl<MachineInstr *> &DeadInsts, in tryCombineMerges() 421 SmallVectorImpl<MachineInstr *> &DeadInsts, in tryCombineExtract() 474 SmallVectorImpl<MachineInstr *> &DeadInsts, in tryCombineInstruction() 576 SmallVectorImpl<MachineInstr *> &DeadInsts) { in markInstAndDefDead() 615 void deleteMarkedDeadInsts(SmallVectorImpl<MachineInstr *> &DeadInsts, in deleteMarkedDeadInsts()
|
| /external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| D | LegalizationArtifactCombiner.h | 49 SmallVectorImpl<MachineInstr *> &DeadInsts, in tryCombineAnyExt() 98 SmallVectorImpl<MachineInstr *> &DeadInsts, in tryCombineZExt() 159 SmallVectorImpl<MachineInstr *> &DeadInsts, in tryCombineSExt() 201 SmallVectorImpl<MachineInstr *> &DeadInsts, in tryCombineTrunc() 304 SmallVectorImpl<MachineInstr *> &DeadInsts, in tryFoldImplicitDef() 340 SmallVectorImpl<MachineInstr *> &DeadInsts, in tryFoldUnmergeCast() 522 SmallVectorImpl<MachineInstr *> &DeadInsts, in tryCombineUnmergeValues() 728 SmallVectorImpl<MachineInstr *> &DeadInsts, in tryCombineExtract() 781 SmallVectorImpl<MachineInstr *> &DeadInsts, in tryCombineInstruction() 966 void deleteMarkedDeadInsts(SmallVectorImpl<MachineInstr *> &DeadInsts, in deleteMarkedDeadInsts()
|
| /external/llvm/lib/CodeGen/ |
| D | InterleavedAccessPass.cpp | 197 LoadInst *LI, SmallVector<Instruction *, 32> &DeadInsts) { in lowerInterleavedLoad() 335 StoreInst *SI, SmallVector<Instruction *, 32> &DeadInsts) { in lowerInterleavedStore() 371 SmallVector<Instruction *, 32> DeadInsts; in runOnFunction() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | InterleavedAccessPass.cpp | 282 LoadInst *LI, SmallVector<Instruction *, 32> &DeadInsts) { in lowerInterleavedLoad() 419 StoreInst *SI, SmallVector<Instruction *, 32> &DeadInsts) { in lowerInterleavedStore() 458 SmallVector<Instruction *, 32> DeadInsts; in runOnFunction() local
|
| /external/llvm-project/llvm/lib/CodeGen/ |
| D | InterleavedAccessPass.cpp | 291 LoadInst *LI, SmallVector<Instruction *, 32> &DeadInsts) { in lowerInterleavedLoad() 481 StoreInst *SI, SmallVector<Instruction *, 32> &DeadInsts) { in lowerInterleavedStore() 521 SmallVector<Instruction *, 32> DeadInsts; in runOnFunction() local
|
| /external/llvm/include/llvm/Transforms/Scalar/ |
| D | SROA.h | 71 SetVector<Instruction *, SmallVector<Instruction *, 8>> DeadInsts; variable
|
| /external/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
| D | SROA.h | 81 SetVector<Instruction *, SmallVector<Instruction *, 8>> DeadInsts; variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/ |
| D | SROA.h | 81 SetVector<Instruction *, SmallVector<Instruction *, 8>> DeadInsts; variable
|
| /external/llvm-project/llvm/lib/Transforms/Scalar/ |
| D | IndVarSimplify.cpp | 151 SmallVector<WeakTrackingVH, 16> DeadInsts; member in __anon5cf4971b0111::IndVarSimplify 1294 SmallVectorImpl<WeakTrackingVH> &DeadInsts) { in replaceExitCond() 1302 SmallVectorImpl<WeakTrackingVH> &DeadInsts) { in foldExit() 1314 SmallVectorImpl<WeakTrackingVH> &DeadInsts) { in replaceWithInvariantCond() 1332 SmallVectorImpl<WeakTrackingVH> &DeadInsts) { in optimizeLoopExitWithUnknownExitCount()
|
| D | LoopInstSimplify.cpp | 71 SmallVector<WeakTrackingVH, 8> DeadInsts; in simplifyLoopInst() local
|
| D | NaryReassociate.cpp | 222 SmallVector<WeakTrackingVH, 16> DeadInsts; in doOneIteration() local
|
| D | LoopFlatten.cpp | 602 SmallVector<WeakTrackingVH, 4> DeadInsts; in CanWidenIV() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| D | LoopInstSimplify.cpp | 71 SmallVector<Instruction *, 8> DeadInsts; in simplifyLoopInst() local
|
| /external/llvm/lib/Transforms/ObjCARC/ |
| D | ObjCARCOpts.cpp | 1479 SmallVectorImpl<Instruction *> &DeadInsts, in MoveCalls() 1534 SmallVectorImpl<Instruction *> &DeadInsts, RRInfo &RetainsToMove, in PairUpRetainsAndReleases() 1741 SmallVector<Instruction *, 8> DeadInsts; in PerformCodePlacement() local
|
| /external/llvm/lib/Transforms/Utils/ |
| D | LoopUnroll.cpp | 611 SmallVector<WeakVH, 16> DeadInsts; in UnrollLoop() local
|
| D | SimplifyIndVar.cpp | 51 SmallVectorImpl<WeakVH> &DeadInsts; member in __anond715a1680111::SimplifyIndvar
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
| D | ObjCARCOpts.cpp | 1691 SmallVectorImpl<Instruction *> &DeadInsts, in MoveCalls() 1748 SmallVectorImpl<Instruction *> &DeadInsts, RRInfo &RetainsToMove, in PairUpRetainsAndReleases() 1949 SmallVector<Instruction *, 8> DeadInsts; in PerformCodePlacement() local
|
| /external/llvm-project/llvm/lib/Transforms/Utils/ |
| D | SimplifyIndVar.cpp | 59 SmallVectorImpl<WeakTrackingVH> &DeadInsts; member in __anon5f63cb160111::SimplifyIndvar 1002 SmallVectorImpl<WeakTrackingVH> &DeadInsts; member in WidenIV 2081 DominatorTree *DT, SmallVectorImpl<WeakTrackingVH> &DeadInsts, in createWideIV()
|
| D | LoopUnroll.cpp | 211 SmallVector<WeakTrackingVH, 16> DeadInsts; in simplifyLoopAfterUnroll() local
|
| /external/llvm-project/llvm/lib/Transforms/ObjCARC/ |
| D | ObjCARCOpts.cpp | 1733 SmallVectorImpl<Instruction *> &DeadInsts, in MoveCalls() 1790 SmallVectorImpl<Instruction *> &DeadInsts, RRInfo &RetainsToMove, in PairUpRetainsAndReleases() 1991 SmallVector<Instruction *, 8> DeadInsts; in PerformCodePlacement() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| D | LoopUnroll.cpp | 205 SmallVector<WeakTrackingVH, 16> DeadInsts; in simplifyLoopAfterUnroll() local
|
| D | SimplifyIndVar.cpp | 58 SmallVectorImpl<WeakTrackingVH> &DeadInsts; member in __anon73ce300a0111::SimplifyIndvar
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
| D | CoroFrame.cpp | 1095 SmallVectorImpl<Instruction*> &DeadInsts) { in lowerLocalAllocas() 1140 SmallVectorImpl<Instruction*> &DeadInsts) { in lowerNonLocalAlloca()
|
| /external/llvm/lib/Transforms/Scalar/ |
| D | IndVarSimplify.cpp | 96 SmallVector<WeakVH, 16> DeadInsts; member in __anoncae137ad0111::IndVarSimplify 887 SmallVectorImpl<WeakVH> &DeadInsts; member in __anoncae137ad0511::WidenIV
|
| D | LoopStrengthReduce.cpp | 800 DeleteTriviallyDeadInstructions(SmallVectorImpl<WeakVH> &DeadInsts) { in DeleteTriviallyDeadInstructions() 2830 SmallVectorImpl<WeakVH> &DeadInsts) { in GenerateIVChain() 4734 SmallVector<WeakVH, 16> DeadInsts; in ImplementSolution() local 5005 SmallVector<WeakVH, 16> DeadInsts; in runOnLoop() local
|