HomeSort by relevance Sort by last modified time
    Searched refs:MemSetInst (Results 1 - 22 of 22) sorted by null

  /external/llvm/lib/Target/NVPTX/
NVPTXLowerAggrCopies.cpp 73 // Lower MemSetInst to loop
105 SmallVector<MemSetInst *, 4> aggrMemsets;
144 } else if (MemSetInst *memsetintr = dyn_cast<MemSetInst>(II)) {
192 MemSetInst *memsetinst = aggrMemsets[i]; local
193 Value *len = memsetinst->getLength();
194 Value *val = memsetinst->getValue();
195 convertMemSetToLoop(memsetinst, memsetinst->getDest(), len, val, Context
    [all...]
  /external/llvm/lib/Transforms/Utils/
GlobalStatus.cpp 145 } else if (const MemSetInst *MSI = dyn_cast<MemSetInst>(I)) {
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 219 addMemSet(OffsetFromFirst, cast<MemSetInst>(Inst));
229 void addMemSet(int64_t OffsetFromFirst, MemSetInst *MSI) {
342 bool processMemSet(MemSetInst *SI, BasicBlock::iterator &BBI);
387 if (!isa<StoreInst>(BI) && !isa<MemSetInst>(BI)) {
412 MemSetInst *MSI = cast<MemSetInst>(BI);
563 bool MemCpyOpt::processMemSet(MemSetInst *MSI, BasicBlock::iterator &BBI) {
    [all...]
LoopIdiomRecognize.cpp 150 bool processLoopMemSet(MemSetInst *MSI, const SCEV *BECount);
754 if (MemSetInst *MSI = dyn_cast<MemSetInst>(Inst)) {
831 processLoopMemSet(MemSetInst *MSI, const SCEV *BECount) {
    [all...]
ScalarReplAggregates.cpp 537 if (MemSetInst *MSI = dyn_cast<MemSetInst>(UI)) {
657 if (MemSetInst *MSI = dyn_cast<MemSetInst>(User)) {
    [all...]
GVN.cpp     [all...]
SROA.cpp 499 void visitMemSetInst(MemSetInst &II) {
    [all...]
  /external/llvm/include/llvm/IR/
InstVisitor.h 208 RetTy visitMemSetInst(MemSetInst &I) { DELEGATE(MemIntrinsic); }
268 case Intrinsic::memset: DELEGATE(MemSetInst);
IntrinsicInst.h 193 /// MemSetInst - This class wraps the llvm.memset intrinsic.
195 class MemSetInst : public MemIntrinsic {
  /external/llvm/lib/Target/R600/
AMDGPUPromoteAlloca.cpp 371 MemSetInst *MemSet = cast<MemSetInst>(Intr);
  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 31 class MemSetInst;
391 Instruction *SimplifyMemSet(MemSetInst *MI);
InstCombineCalls.cpp 156 Instruction *InstCombiner::SimplifyMemSet(MemSetInst *MI) {
267 } else if (MemSetInst *MSI = dyn_cast<MemSetInst>(MI)) {
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 447 if (MemSetInst *M = dyn_cast<MemSetInst>(I)) {
DataFlowSanitizer.cpp 319 void visitMemSetInst(MemSetInst &I);
    [all...]
AddressSanitizer.cpp 645 } else if (isa<MemSetInst>(MI)) {
    [all...]
MemorySanitizer.cpp     [all...]
  /external/llvm/lib/Analysis/
Lint.cpp 310 MemSetInst *MSI = cast<MemSetInst>(&I);
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 213 } else if (MemSetInst *MSI = dyn_cast<MemSetInst>(U)) {
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]

Completed in 459 milliseconds