/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/ |
D | MemCpyOptimizer.h | 35 class MemSetInst; variable 62 bool processMemSet(MemSetInst *SI, BasicBlock::iterator &BBI); 68 bool processMemSetMemCpyDependence(MemCpyInst *M, MemSetInst *MDep); 69 bool performMemCpyToMemSetOptzn(MemCpyInst *M, MemSetInst *MDep);
|
/external/llvm/include/llvm/Transforms/Scalar/ |
D | MemCpyOptimizer.h | 52 bool processMemSet(MemSetInst *SI, BasicBlock::iterator &BBI); 58 bool processMemSetMemCpyDependence(MemCpyInst *M, MemSetInst *MDep); 59 bool performMemCpyToMemSetOptzn(MemCpyInst *M, MemSetInst *MDep);
|
/external/llvm/lib/Transforms/Scalar/ |
D | MemCpyOptimizer.cpp | 214 addMemSet(OffsetFromFirst, cast<MemSetInst>(Inst)); in addInst() 224 void addMemSet(int64_t OffsetFromFirst, MemSetInst *MSI) { in addMemSet() 327 bool processMemSet(MemSetInst *SI, BasicBlock::iterator &BBI); 333 bool processMemSetMemCpyDependence(MemCpyInst *M, MemSetInst *MDep); 334 bool performMemCpyToMemSetOptzn(MemCpyInst *M, MemSetInst *MDep); 376 if (!isa<StoreInst>(BI) && !isa<MemSetInst>(BI)) { in INITIALIZE_PASS_DEPENDENCY() 401 MemSetInst *MSI = cast<MemSetInst>(BI); in INITIALIZE_PASS_DEPENDENCY() 748 bool MemCpyOptPass::processMemSet(MemSetInst *MSI, BasicBlock::iterator &BBI) { in processMemSet() 1047 MemSetInst *MemSet) { in processMemSetMemCpyDependence() 1112 MemSetInst *MemSet) { in performMemCpyToMemSetOptzn() [all …]
|
D | LoopIdiomRecognize.cpp | 113 bool processLoopMemSet(MemSetInst *MSI, const SCEV *BECount); 489 if (MemSetInst *MSI = dyn_cast<MemSetInst>(Inst)) { in runOnLoopBlock() 647 bool LoopIdiomRecognize::processLoopMemSet(MemSetInst *MSI, in processLoopMemSet()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | LowerMemIntrinsics.h | 24 class MemSetInst; variable 52 void expandMemSetAsLoop(MemSetInst *MemSet);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | MemCpyOptimizer.cpp | 254 addMemSet(OffsetFromFirst, cast<MemSetInst>(Inst)); in addInst() 264 void addMemSet(int64_t OffsetFromFirst, MemSetInst *MSI) { in addMemSet() 402 if (!isa<StoreInst>(BI) && !isa<MemSetInst>(BI)) { in INITIALIZE_PASS_DEPENDENCY() 427 MemSetInst *MSI = cast<MemSetInst>(BI); in INITIALIZE_PASS_DEPENDENCY() 788 bool MemCpyOptPass::processMemSet(MemSetInst *MSI, BasicBlock::iterator &BBI) { in processMemSet() 1094 MemSetInst *MemSet) { in processMemSetMemCpyDependence() 1159 MemSetInst *MemSet) { in performMemCpyToMemSetOptzn() 1214 if (MemSetInst *MDep = dyn_cast<MemSetInst>(DepInfo.getInst())) in processMemCpy() 1273 if (MemSetInst *MDep = dyn_cast<MemSetInst>(SrcDepInfo.getInst())) in processMemCpy() 1413 else if (MemSetInst *M = dyn_cast<MemSetInst>(I)) in iterateOnFunction()
|
D | LoopIdiomRecognize.cpp | 168 bool processLoopMemSet(MemSetInst *MSI, const SCEV *BECount); 558 if (MemSetInst *MSI = dyn_cast<MemSetInst>(Inst)) { in runOnLoopBlock() 716 bool LoopIdiomRecognize::processLoopMemSet(MemSetInst *MSI, in processLoopMemSet()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | MemCpyOptimizer.cpp | 208 addMemSet(OffsetFromFirst, cast<MemSetInst>(Inst)); in addInst() 218 void addMemSet(int64_t OffsetFromFirst, MemSetInst *MSI) { in addMemSet() 331 bool processMemSet(MemSetInst *SI, BasicBlock::iterator &BBI); 376 if (!isa<StoreInst>(BI) && !isa<MemSetInst>(BI)) { in INITIALIZE_PASS_DEPENDENCY() 401 MemSetInst *MSI = cast<MemSetInst>(BI); in INITIALIZE_PASS_DEPENDENCY() 544 bool MemCpyOpt::processMemSet(MemSetInst *MSI, BasicBlock::iterator &BBI) { in processMemSet() 940 else if (MemSetInst *M = dyn_cast<MemSetInst>(I)) in iterateOnFunction()
|
D | LoopIdiomRecognize.cpp | 83 bool processLoopMemSet(MemSetInst *MSI, const SCEV *BECount); 251 if (MemSetInst *MSI = dyn_cast<MemSetInst>(Inst)) { in runOnLoopBlock() 328 processLoopMemSet(MemSetInst *MSI, const SCEV *BECount) { in processLoopMemSet()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTXLowerAggrCopies.cpp | 132 } else if (MemSetInst *Memset = dyn_cast<MemSetInst>(MemCall)) { in runOnFunction()
|
/external/llvm/lib/Analysis/ |
D | AliasSetTracker.cpp | 350 bool AliasSetTracker::add(MemSetInst *MSI) { in add() 394 if (MemSetInst *MSI = dyn_cast<MemSetInst>(I)) in add() 507 bool AliasSetTracker::remove(MemSetInst *MSI) { in remove() 542 if (MemSetInst *MSI = dyn_cast<MemSetInst>(I)) in remove()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | GlobalStatus.cpp | 163 } else if (const MemSetInst *MSI = dyn_cast<MemSetInst>(I)) { in analyzeGlobalAux()
|
D | VNCoercion.cpp | 433 if (MemSetInst *MSI = dyn_cast<MemSetInst>(SrcInst)) { in getMemInstValueForLoadHelper() 493 if (auto *MSI = dyn_cast<MemSetInst>(SrcInst)) in getConstantMemInstValueForLoad()
|
D | Evaluator.cpp | 469 if (MemSetInst *MSI = dyn_cast<MemSetInst>(II)) { in EvaluateBlock()
|
/external/llvm/lib/Transforms/Utils/ |
D | GlobalStatus.cpp | 152 } else if (const MemSetInst *MSI = dyn_cast<MemSetInst>(I)) { in analyzeGlobalAux()
|
D | Evaluator.cpp | 368 if (MemSetInst *MSI = dyn_cast<MemSetInst>(II)) { in EvaluateBlock()
|
/external/llvm/include/llvm/Analysis/ |
D | AliasSetTracker.h | 33 class MemSetInst; variable 339 bool add(MemSetInst *MSI); 352 bool remove(MemSetInst *MSI);
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | IntrinsicInst.h | 195 class MemSetInst : public MemIntrinsic { 208 static inline bool classof(const MemSetInst *) { return true; } in classof() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | InstVisitor.h | 218 RetTy visitMemSetInst(MemSetInst &I) { DELEGATE(MemIntrinsic); } in visitMemSetInst() 279 case Intrinsic::memset: DELEGATE(MemSetInst); in delegateCallInst()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXLowerAggrCopies.cpp | 325 } else if (MemSetInst *Memset = dyn_cast<MemSetInst>(MemCall)) { in runOnFunction()
|
/external/llvm/include/llvm/IR/ |
D | InstVisitor.h | 214 RetTy visitMemSetInst(MemSetInst &I) { DELEGATE(MemIntrinsic); } in visitMemSetInst() 274 case Intrinsic::memset: DELEGATE(MemSetInst); in delegateCallInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPULowerIntrinsics.cpp | 97 auto *Memset = cast<MemSetInst>(Inst); in expandMemIntrinsicUses()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombine.h | 27 class MemSetInst; variable 360 Instruction *SimplifyMemSet(MemSetInst *MI);
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineInternal.h | 41 class MemSetInst; variable 568 Instruction *SimplifyMemSet(MemSetInst *MI);
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPromoteAlloca.cpp | 816 MemSetInst *MemSet = cast<MemSetInst>(Intr); in handleAlloca()
|