Home
last modified time | relevance | path

Searched refs:MemSetInst (Results 1 – 25 of 69) sorted by relevance

123

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
DMemCpyOptimizer.h35 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/
DMemCpyOptimizer.h52 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/
DMemCpyOptimizer.cpp214 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 …]
DLoopIdiomRecognize.cpp113 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/
DLowerMemIntrinsics.h24 class MemSetInst; variable
52 void expandMemSetAsLoop(MemSetInst *MemSet);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp254 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()
DLoopIdiomRecognize.cpp168 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/
DMemCpyOptimizer.cpp208 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()
DLoopIdiomRecognize.cpp83 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/
DNVPTXLowerAggrCopies.cpp132 } else if (MemSetInst *Memset = dyn_cast<MemSetInst>(MemCall)) { in runOnFunction()
/external/llvm/lib/Analysis/
DAliasSetTracker.cpp350 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/
DGlobalStatus.cpp163 } else if (const MemSetInst *MSI = dyn_cast<MemSetInst>(I)) { in analyzeGlobalAux()
DVNCoercion.cpp433 if (MemSetInst *MSI = dyn_cast<MemSetInst>(SrcInst)) { in getMemInstValueForLoadHelper()
493 if (auto *MSI = dyn_cast<MemSetInst>(SrcInst)) in getConstantMemInstValueForLoad()
DEvaluator.cpp469 if (MemSetInst *MSI = dyn_cast<MemSetInst>(II)) { in EvaluateBlock()
/external/llvm/lib/Transforms/Utils/
DGlobalStatus.cpp152 } else if (const MemSetInst *MSI = dyn_cast<MemSetInst>(I)) { in analyzeGlobalAux()
DEvaluator.cpp368 if (MemSetInst *MSI = dyn_cast<MemSetInst>(II)) { in EvaluateBlock()
/external/llvm/include/llvm/Analysis/
DAliasSetTracker.h33 class MemSetInst; variable
339 bool add(MemSetInst *MSI);
352 bool remove(MemSetInst *MSI);
/external/swiftshader/third_party/LLVM/include/llvm/
DIntrinsicInst.h195 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/
DInstVisitor.h218 RetTy visitMemSetInst(MemSetInst &I) { DELEGATE(MemIntrinsic); } in visitMemSetInst()
279 case Intrinsic::memset: DELEGATE(MemSetInst); in delegateCallInst()
/external/llvm/lib/Target/NVPTX/
DNVPTXLowerAggrCopies.cpp325 } else if (MemSetInst *Memset = dyn_cast<MemSetInst>(MemCall)) { in runOnFunction()
/external/llvm/include/llvm/IR/
DInstVisitor.h214 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/
DAMDGPULowerIntrinsics.cpp97 auto *Memset = cast<MemSetInst>(Inst); in expandMemIntrinsicUses()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombine.h27 class MemSetInst; variable
360 Instruction *SimplifyMemSet(MemSetInst *MI);
/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h41 class MemSetInst; variable
568 Instruction *SimplifyMemSet(MemSetInst *MI);
/external/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp816 MemSetInst *MemSet = cast<MemSetInst>(Intr); in handleAlloca()

123