Searched refs:MemSetInst (Results 1 - 14 of 14) sorted by relevance

/external/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAggrCopies.cpp78 // Lower MemSetInst to loop
111 SmallVector<MemSetInst *, 4> aggrMemsets;
148 } else if (MemSetInst * memsetintr = dyn_cast<MemSetInst>(II)) {
195 MemSetInst *memsetinst = aggrMemsets[i];
/external/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp208 addMemSet(OffsetFromFirst, cast<MemSetInst>(Inst));
218 void addMemSet(int64_t OffsetFromFirst, MemSetInst *MSI) {
331 bool processMemSet(MemSetInst *SI, BasicBlock::iterator &BBI);
376 if (!isa<StoreInst>(BI) && !isa<MemSetInst>(BI)) {
401 MemSetInst *MSI = cast<MemSetInst>(BI);
544 bool MemCpyOpt::processMemSet(MemSetInst *MSI, BasicBlock::iterator &BBI) {
948 else if (MemSetInst *M = dyn_cast<MemSetInst>(I))
H A DLoopIdiomRecognize.cpp83 bool processLoopMemSet(MemSetInst *MSI, const SCEV *BECount);
253 if (MemSetInst *MSI = dyn_cast<MemSetInst>(Inst)) {
330 processLoopMemSet(MemSetInst *MSI, const SCEV *BECount) {
H A DScalarReplAggregates.cpp535 if (MemSetInst *MSI = dyn_cast<MemSetInst>(User)) {
655 if (MemSetInst *MSI = dyn_cast<MemSetInst>(User)) {
2268 assert(isa<MemSetInst>(MI));
2318 if (isa<MemSetInst>(MI)) {
H A DGVN.cpp1118 if (MemSetInst *MSI = dyn_cast<MemSetInst>(SrcInst)) {
/external/llvm/include/llvm/
H A DIntrinsicInst.h193 /// MemSetInst - This class wraps the llvm.memset intrinsic.
195 class MemSetInst : public MemIntrinsic { class in namespace:llvm
208 static inline bool classof(const MemSetInst *) { return true; }
/external/llvm/include/llvm/Support/
H A DInstVisitor.h207 RetTy visitMemSetInst(MemSetInst &I) { DELEGATE(MemIntrinsic); }
264 case Intrinsic::memset: DELEGATE(MemSetInst);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h28 class MemSetInst;
364 Instruction *SimplifyMemSet(MemSetInst *MI);
H A DInstCombineCalls.cpp123 Instruction *InstCombiner::SimplifyMemSet(MemSetInst *MI) {
234 } else if (MemSetInst *MSI = dyn_cast<MemSetInst>(MI)) {
/external/llvm/lib/Analysis/
H A DLint.cpp310 MemSetInst *MSI = cast<MemSetInst>(&I);
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp277 } else if (const MemSetInst *MSI = dyn_cast<MemSetInst>(I)) {
409 } else if (MemSetInst *MSI = dyn_cast<MemSetInst>(U)) {
2689 if (MemSetInst *MSI = dyn_cast<MemSetInst>(II)) {
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp1414 const MemSetInst &MSI = cast<MemSetInst>(I);
/external/llvm/include/llvm-c/
H A DCore.h1033 macro(MemSetInst) \
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2506 const MemSetInst &MSI = cast<MemSetInst>(I);

Completed in 321 milliseconds