/external/llvm/lib/Target/NVPTX/ |
NVPTXLowerAggrCopies.cpp | 100 // Lower MemSetInst to loop 132 SmallVector<MemSetInst *, 4> aggrMemsets; 171 } else if (MemSetInst *memsetintr = dyn_cast<MemSetInst>(II)) { 219 MemSetInst *memsetinst = aggrMemsets[i]; local 220 Value *len = memsetinst->getLength(); 221 Value *val = memsetinst->getValue(); 222 convertMemSetToLoop(memsetinst, memsetinst->getDest(), len, val, Context [all...] |
/external/llvm/lib/Transforms/Utils/ |
GlobalStatus.cpp | 148 } else if (const MemSetInst *MSI = dyn_cast<MemSetInst>(I)) {
|
/external/llvm/lib/Transforms/Scalar/ |
MemCpyOptimizer.cpp | 220 addMemSet(OffsetFromFirst, cast<MemSetInst>(Inst)); 230 void addMemSet(int64_t OffsetFromFirst, MemSetInst *MSI) { 342 bool processMemSet(MemSetInst *SI, BasicBlock::iterator &BBI); 388 if (!isa<StoreInst>(BI) && !isa<MemSetInst>(BI)) { 413 MemSetInst *MSI = cast<MemSetInst>(BI); 563 bool MemCpyOpt::processMemSet(MemSetInst *MSI, BasicBlock::iterator &BBI) { [all...] |
LoopIdiomRecognize.cpp | 152 bool processLoopMemSet(MemSetInst *MSI, const SCEV *BECount); 710 if (MemSetInst *MSI = dyn_cast<MemSetInst>(Inst)) { 788 processLoopMemSet(MemSetInst *MSI, const SCEV *BECount) { [all...] |
AlignmentFromAssumptions.cpp | 388 assert((!isa<MemIntrinsic>(MI) || isa<MemSetInst>(MI)) &&
|
ScalarReplAggregates.cpp | 542 if (MemSetInst *MSI = dyn_cast<MemSetInst>(UI)) { 662 if (MemSetInst *MSI = dyn_cast<MemSetInst>(User)) { [all...] |
GVN.cpp | [all...] |
SROA.cpp | 790 void visitMemSetInst(MemSetInst &II) { [all...] |
/external/llvm/include/llvm/IR/ |
IntrinsicInst.h | 218 /// MemSetInst - This class wraps the llvm.memset intrinsic. 220 class MemSetInst : public MemIntrinsic {
|
InstVisitor.h | 208 RetTy visitMemSetInst(MemSetInst &I) { DELEGATE(MemIntrinsic); } 268 case Intrinsic::memset: DELEGATE(MemSetInst);
|
/external/llvm/lib/Target/R600/ |
AMDGPUPromoteAlloca.cpp | 392 MemSetInst *MemSet = cast<MemSetInst>(Intr);
|
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineInternal.h | 40 class MemSetInst; 561 Instruction *SimplifyMemSet(MemSetInst *MI);
|
InstCombineCalls.cpp | 157 Instruction *InstCombiner::SimplifyMemSet(MemSetInst *MI) { 372 } else if (MemSetInst *MSI = dyn_cast<MemSetInst>(MI)) { [all...] |
/external/llvm/lib/Transforms/Instrumentation/ |
ThreadSanitizer.cpp | 476 if (MemSetInst *M = dyn_cast<MemSetInst>(I)) {
|
DataFlowSanitizer.cpp | 345 void visitMemSetInst(MemSetInst &I); [all...] |
AddressSanitizer.cpp | 797 } else if (isa<MemSetInst>(MI)) { [all...] |
MemorySanitizer.cpp | [all...] |
/external/llvm/lib/Analysis/ |
Lint.cpp | 318 MemSetInst *MSI = cast<MemSetInst>(&I); [all...] |
/external/llvm/lib/Transforms/IPO/ |
GlobalOpt.cpp | 213 } else if (MemSetInst *MSI = dyn_cast<MemSetInst>(U)) { [all...] |
/external/llvm/lib/Target/ARM/ |
ARMFastISel.cpp | [all...] |
/external/llvm/lib/Target/X86/ |
X86FastISel.cpp | [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64FastISel.cpp | [all...] |
/external/llvm/include/llvm-c/ |
Core.h | [all...] |