HomeSort by relevance Sort by last modified time
    Searched refs:StoreInst (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /external/llvm/lib/VMCore/
Instruction.cpp 199 if (const StoreInst *SI = dyn_cast<StoreInst>(this))
200 return SI->isVolatile() == cast<StoreInst>(I)->isVolatile() &&
201 SI->getAlignment() == cast<StoreInst>(I)->getAlignment() &&
202 SI->getOrdering() == cast<StoreInst>(I)->getOrdering() &&
203 SI->getSynchScope() == cast<StoreInst>(I)->getSynchScope();
271 if (const StoreInst *SI = dyn_cast<StoreInst>(this))
272 return SI->isVolatile() == cast<StoreInst>(I)->isVolatile() &&
273 (SI->getAlignment() == cast<StoreInst>(I)->getAlignment() |
    [all...]
Instructions.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 218 if (StoreInst *Store = dyn_cast<StoreInst>(I)) {
241 if (StoreInst *SI = dyn_cast<StoreInst>(I))
270 else if (isa<LoadInst>(BI) || isa<StoreInst>(BI))
314 bool IsWrite = isa<StoreInst>(*I);
316 ? cast<StoreInst>(I)->getPointerOperand()
323 Value *StoredValue = cast<StoreInst>(I)->getValueOperand();
373 } else if (StoreInst *SI = dyn_cast<StoreInst>(I))
    [all...]
BoundsChecking.cpp 185 if (isa<LoadInst>(I) || isa<StoreInst>(I) || isa<AtomicCmpXchgInst>(I) ||
198 } else if (StoreInst *SI = dyn_cast<StoreInst>(Inst)) {
  /external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 95 } else if (const StoreInst *SI = dyn_cast<StoreInst>(U)) {
163 (isa<StoreInst>(I) && isa<AllocaInst>(I->getOperand(1)));
298 StoreInst *OnlyStore;
327 if (StoreInst *SI = dyn_cast<StoreInst>(User)) {
369 if (isa<LoadInst>(I) || isa<StoreInst>(I))
463 StoreInst *SI = cast<StoreInst>(AI->use_back());
695 if (StoreInst *SI = dyn_cast<StoreInst>(I))
    [all...]
DemoteRegToStack.cpp 92 new StoreInst(&I, Slot, InsertPt);
122 new StoreInst(P->getIncomingValue(i), Slot,
SSAUpdater.cpp 371 SomeVal = cast<StoreInst>(Insts[0])->getOperand(0);
410 if (StoreInst *SI = dyn_cast<StoreInst>(User)) {
423 if (isa<StoreInst>(BlockUses[i])) {
462 if (StoreInst *SI = dyn_cast<StoreInst>(II)) {
LowerInvoke.cpp 221 new StoreInst(InvokeNoC, InvokeNum, true, II); // volatile
226 new StoreInst(StackSaveRet, StackPtr, true, II); // volatile
230 new StoreInst(Constant::getNullValue(Type::getInt32Ty(II->getContext())),
446 new StoreInst(OldBuf, OldJmpBufPtr, true, EntryBB->getTerminator());
449 new StoreInst(JmpBuf, JBListHead, true, EntryBB->getTerminator());
466 new StoreInst(ConstantInt::get(Type::getInt32Ty(F.getContext()), 0),
526 new StoreInst(BufPtr, JBListHead, UnwindHandler);
570 new StoreInst(OldBuf, JBListHead, true, R);
  /external/llvm/lib/Transforms/Scalar/
LowerAtomic.cpp 103 static bool LowerStoreInst(StoreInst *SI) {
127 } else if (StoreInst *SI = dyn_cast<StoreInst>(Inst)) {
DeadStoreElimination.cpp 148 if (isa<StoreInst>(I))
170 if (StoreInst *SI = dyn_cast<StoreInst>(Inst))
223 if (StoreInst *SI = dyn_cast<StoreInst>(I))
250 if (isa<StoreInst>(I))
265 if (StoreInst *SI = dyn_cast<StoreInst>(I))
476 if (StoreInst *SI = dyn_cast<StoreInst>(Inst))
    [all...]
MemCpyOptimizer.cpp 159 if (!isa<StoreInst>(TheStores[i]))
205 if (StoreInst *SI = dyn_cast<StoreInst>(Inst))
211 void addStore(int64_t OffsetFromFirst, StoreInst *SI) {
330 bool processStore(StoreInst *SI, BasicBlock::iterator &BBI);
376 if (!isa<StoreInst>(BI) && !isa<MemSetInst>(BI)) {
385 if (StoreInst *NextStore = dyn_cast<StoreInst>(BI)) {
481 bool MemCpyOpt::processStore(StoreInst *SI, BasicBlock::iterator &BBI) {
    [all...]
ScalarReplAggregates.cpp 180 void RewriteStoreUserOfWholeAlloca(StoreInst *SI, AllocaInst *AI,
484 if (StoreInst *SI = dyn_cast<StoreInst>(User)) {
638 if (StoreInst *SI = dyn_cast<StoreInst>(User)) {
727 StoreInst *NewStore = Builder.CreateStore(SrcVal, DstPtr);
    [all...]
LoopIdiomRecognize.cpp 82 bool processLoopStore(StoreInst *SI, const SCEV *BECount);
90 bool processLoopStoreOfLoopLoad(StoreInst *SI, unsigned StoreSize,
240 if (StoreInst *SI = dyn_cast<StoreInst>(Inst)) {
271 bool LoopIdiomRecognize::processLoopStore(StoreInst *SI, const SCEV *BECount) {
551 processLoopStoreOfLoopLoad(StoreInst *SI, unsigned StoreSize,
  /external/llvm/lib/Analysis/
Loads.cpp 144 } else if (StoreInst *SI = dyn_cast<StoreInst>(BBI)) {
205 if (StoreInst *SI = dyn_cast<StoreInst>(Inst)) {
LoopDependenceAnalysis.cpp 83 else if (StoreInst *SI = dyn_cast<StoreInst>(I))
91 if (StoreInst *i = dyn_cast<StoreInst>(I))
AliasSetTracker.cpp 312 bool AliasSetTracker::add(StoreInst *SI) {
356 if (StoreInst *SI = dyn_cast<StoreInst>(I))
441 bool AliasSetTracker::remove(StoreInst *SI) {
473 if (StoreInst *SI = dyn_cast<StoreInst>(I))
MemDepPrinter.cpp 132 } else if (StoreInst *SI = dyn_cast<StoreInst>(Inst)) {
  /external/llvm/lib/Target/NVPTX/
NVPTXLowerAggrCopies.cpp 131 if (StoreInst * store = dyn_cast<StoreInst>(use)) {
169 StoreInst *store = dyn_cast<StoreInst>(*load->use_begin());
  /external/llvm/lib/CodeGen/
GCStrategy.cpp 189 if (StoreInst *SI = dyn_cast<StoreInst>(IP))
199 StoreInst* SI = new StoreInst(ConstantPointerNull::get(cast<PointerType>(
239 isa<StoreInst>(I) || isa<LoadInst>(I))
296 Value *St = new StoreInst(CI->getArgOperand(0),
  /external/llvm/include/llvm/Transforms/Utils/
Local.h 31 class StoreInst;
238 StoreInst *SI, DIBuilder &Builder);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 390 new StoreInst(UndefValue::get(LI.getType()),
403 new StoreInst(UndefValue::get(LI.getType()),
460 static Instruction *InstCombineStoreToCast(InstCombiner &IC, StoreInst &SI) {
573 Instruction *InstCombiner::visitStoreInst(StoreInst &SI) {
624 if (StoreInst *PrevSI = dyn_cast<StoreInst>(BBI)) {
703 bool InstCombiner::SimplifyStoreAtEndOfBlock(StoreInst &SI) {
745 StoreInst *OtherStore = 0;
757 OtherStore = dyn_cast<StoreInst>(BBI);
773 if ((OtherStore = dyn_cast<StoreInst>(BBI)))
    [all...]
  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 46 class StoreInst;
145 Location getLocation(const StoreInst *SI);
358 case Instruction::Store: return getModRefInfo((const StoreInst*)I, Loc);
422 ModRefResult getModRefInfo(const StoreInst *S, const Location &Loc);
425 ModRefResult getModRefInfo(const StoreInst *S, const Value *P, uint64_t Size){
AliasSetTracker.h 31 class StoreInst;
328 bool add(StoreInst *SI);
341 bool remove(StoreInst *SI);
  /external/llvm/lib/Analysis/IPA/
GlobalsModRef.cpp 255 } else if (StoreInst *SI = dyn_cast<StoreInst>(U)) {
321 } else if (StoreInst *SI = dyn_cast<StoreInst>(U)) {
456 } else if (StoreInst *SI = dyn_cast<StoreInst>(&*II)) {
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 222 } else if (const StoreInst *SI = dyn_cast<StoreInst>(I)) {
400 if (StoreInst *SI = dyn_cast<StoreInst>(U)) {
479 } else if (StoreInst *SI = dyn_cast<StoreInst>(U)) {
556 if (StoreInst *SI = dyn_cast<StoreInst>(I))
809 } else if (const StoreInst *SI = dyn_cast<StoreInst>(U))
    [all...]

Completed in 168 milliseconds

1 2 3 4