/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | Sink.cpp | 38 DominatorTree &DT) { in AllUsesDominatedByBlock() 96 DominatorTree &DT, LoopInfo &LI) { in IsAcceptableTarget() 141 DominatorTree &DT, LoopInfo &LI, AAResults &AA) { in SinkInstruction() 199 static bool ProcessBlock(BasicBlock &BB, DominatorTree &DT, LoopInfo &LI, in ProcessBlock() 239 static bool iterativelySinkInstructions(Function &F, DominatorTree &DT, in iterativelySinkInstructions() 257 auto &DT = AM.getResult<DominatorTreeAnalysis>(F); in run() local 278 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction() local
|
D | LoopSink.cpp | 123 DominatorTree &DT, BlockFrequencyInfo &BFI) { in findBBsToSinkInto() 178 LoopInfo &LI, DominatorTree &DT, in sinkInstruction() 253 DominatorTree &DT, in sinkLoopInvariantInstructions() 321 DominatorTree &DT = FAM.getResult<DominatorTreeAnalysis>(F); in run() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | InstructionPrecedenceTracking.h | 52 InstructionPrecedenceTracking(DominatorTree *DT) in InstructionPrecedenceTracking() 99 ImplicitControlFlowTracking(DominatorTree *DT) in ImplicitControlFlowTracking() 124 MemoryWriteTracking(DominatorTree *DT) : InstructionPrecedenceTracking(DT) {} in MemoryWriteTracking()
|
D | OrderedInstructions.h | 35 DominatorTree *DT; variable 44 OrderedInstructions(DominatorTree *DT) : DT(DT) {} in OrderedInstructions()
|
D | DemandedBits.h | 42 DemandedBits(Function &F, AssumptionCache &AC, DominatorTree &DT) : in DemandedBits() 73 DominatorTree &DT; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LCSSA.cpp | 79 DominatorTree &DT, LoopInfo &LI, in formLCSSAForInstructions() 277 Loop &L, DominatorTree &DT, SmallVector<BasicBlock *, 8> &ExitBlocks, in computeBlocksDominatingExits() 321 bool llvm::formLCSSA(Loop &L, DominatorTree &DT, LoopInfo *LI, in formLCSSA() 386 bool llvm::formLCSSARecursively(Loop &L, DominatorTree &DT, LoopInfo *LI, in formLCSSARecursively() 399 static bool formLCSSAOnAllLoops(LoopInfo *LI, DominatorTree &DT, in formLCSSAOnAllLoops() 415 DominatorTree *DT; member 482 auto &DT = AM.getResult<DominatorTreeAnalysis>(F); in run() local
|
D | Mem2Reg.cpp | 35 static bool promoteMemoryToRegister(Function &F, DominatorTree &DT, in promoteMemoryToRegister() 62 auto &DT = AM.getResult<DominatorTreeAnalysis>(F); in run() local 88 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction() local
|
D | CodeMoverUtils.cpp | 34 const DominatorTree &DT, in isControlFlowEquivalent() 40 const DominatorTree &DT, in isControlFlowEquivalent() 93 const DominatorTree &DT, in isSafeToMoveBefore() 178 const DominatorTree &DT, in moveInstsBottomUp()
|
D | LibCallsShrinkWrap.cpp | 76 LibCallsShrinkWrap(const TargetLibraryInfo &TLI, DominatorTree *DT) in LibCallsShrinkWrap() 130 DominatorTree *DT; member in __anon989e70470211::LibCallsShrinkWrap 524 DominatorTree *DT) { in runImpl() 539 auto *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction() local 554 auto *DT = FAM.getCachedResult<DominatorTreeAnalysis>(F); in run() local
|
D | LoopSimplify.cpp | 123 BasicBlock *llvm::InsertPreheaderForLoop(Loop *L, DominatorTree *DT, in InsertPreheaderForLoop() 183 static PHINode *findPHIToPartitionLoops(Loop *L, DominatorTree *DT, in findPHIToPartitionLoops() 226 DominatorTree *DT, LoopInfo *LI, in separateNestedLoop() 350 DominatorTree *DT, LoopInfo *LI, in insertUniqueBackedgeBlock() 473 DominatorTree *DT, LoopInfo *LI, in simplifyOneLoop() 710 bool llvm::simplifyLoop(Loop *L, DominatorTree *DT, LoopInfo *LI, in simplifyLoop() 801 DominatorTree *DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction() local 836 DominatorTree *DT = &AM.getResult<DominatorTreeAnalysis>(F); in run() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | TypeMetadataUtils.cpp | 26 const CallInst *CI, DominatorTree &DT) { in findCallsAtConstantOffset() 53 int64_t Offset, const CallInst *CI, DominatorTree &DT) { in findLoadCallsAtConstantOffset() 76 DominatorTree &DT) { in findDevirtualizableCallsForTypeTest() 101 const CallInst *CI, DominatorTree &DT) { in findDevirtualizableCallsForTypeCheckedLoad()
|
D | Loads.cpp | 54 const Instruction *CtxI, const DominatorTree *DT, in isDereferenceableAndAlignedPointer() 127 const DominatorTree *DT) { in isDereferenceableAndAlignedPointer() 142 const DominatorTree *DT) { in isDereferenceableAndAlignedPointer() 162 const DominatorTree *DT) { in isDereferenceablePointer() 199 DominatorTree &DT) { in isDereferenceableAndAlignedInLoop() 265 const DominatorTree *DT) { in isSafeToLoadUnconditionally() 344 const DominatorTree *DT) { in isSafeToLoadUnconditionally()
|
D | RegionInfo.cpp | 66 DominatorTree *DT, Region *Parent) : in Region() 129 auto DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction() local 192 auto *DT = &AM.getResult<DominatorTreeAnalysis>(F); in run() local
|
D | MustExecute.cpp | 117 const DominatorTree *DT, in CanProveNotTakenFirstIteration() 249 const DominatorTree *DT, in isGuaranteedToExecute() 268 const DominatorTree *DT, in isGuaranteedToExecute() 365 DominatorTree *DT = new DominatorTree(const_cast<Function &>(F)); in runOnModule() local 392 static bool isMustExecuteIn(const Instruction &I, Loop *L, DominatorTree *DT) { in isMustExecuteIn() 410 DominatorTree &DT, LoopInfo &LI) { in MustExecuteAnnotatedWriter() 422 DominatorTree &DT, LoopInfo &LI) { in MustExecuteAnnotatedWriter() 461 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/ |
D | AggressiveInstCombineInternal.h | 55 const DominatorTree &DT; variable 80 const DominatorTree &DT) in TruncInstCombine()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | PGOMemOPSizeOpt.cpp | 139 OptimizationRemarkEmitter &ORE, DominatorTree *DT) in MemOPSizeOpt() 176 DominatorTree *DT; member in __anon5a5333cd0211::MemOPSizeOpt 417 DominatorTree *DT) { in PGOMemOPSizeOptImpl() 433 DominatorTree *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction() local 444 auto *DT = FAM.getCachedResult<DominatorTreeAnalysis>(F); in run() local
|
/third_party/mindspore/mindspore/ops/_op_impl/akg/ascend/ |
D | reduce_sum.py | 17 from mindspore.ops.op_info_register import op_info_register, AkgAscendRegOp, DataType as DT unknown
|
D | reduce_min.py | 17 from mindspore.ops.op_info_register import op_info_register, AkgAscendRegOp, DataType as DT unknown
|
D | select.py | 17 from mindspore.ops.op_info_register import op_info_register, AkgAscendRegOp, DataType as DT unknown
|
D | add.py | 17 from mindspore.ops.op_info_register import op_info_register, AkgAscendRegOp, DataType as DT unknown
|
D | inplace_assign.py | 17 from mindspore.ops.op_info_register import op_info_register, AkgAscendRegOp, DataType as DT unknown
|
D | sqrt.py | 17 from mindspore.ops.op_info_register import op_info_register, AkgAscendRegOp, DataType as DT unknown
|
D | square.py | 17 from mindspore.ops.op_info_register import op_info_register, AkgAscendRegOp, DataType as DT unknown
|
D | neg.py | 17 from mindspore.ops.op_info_register import op_info_register, AkgAscendRegOp, DataType as DT unknown
|
/third_party/mindspore/mindspore/ops/_op_impl/akg/gpu/ |
D | inplace_assign.py | 17 from mindspore.ops.op_info_register import op_info_register, AkgGpuRegOp, DataType as DT unknown
|