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

1 2 3 4

  /external/llvm/lib/CodeGen/
StackProtector.cpp 184 LoadInst *LI = new LoadInst(StackGuardVar, "StackGuard", false, InsPt);
233 LoadInst *LI1 = new LoadInst(StackGuardVar, "", false, BB);
234 LoadInst *LI2 = new LoadInst(AI, "", true, BB);
  /external/llvm/lib/VMCore/
Instruction.cpp 197 if (const LoadInst *LI = dyn_cast<LoadInst>(this))
198 return LI->isVolatile() == cast<LoadInst>(I)->isVolatile() &&
199 LI->getAlignment() == cast<LoadInst>(I)->getAlignment() &&
200 LI->getOrdering() == cast<LoadInst>(I)->getOrdering() &&
201 LI->getSynchScope() == cast<LoadInst>(I)->getSynchScope();
252 if (const LoadInst *LI = dyn_cast<LoadInst>(this))
253 return LI->isVolatile() == cast<LoadInst>(I)->isVolatile() &&
254 LI->getAlignment() == cast<LoadInst>(I)->getAlignment() &
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
Local.h 27 class LoadInst;
175 LoadInst *LI, DIBuilder &Builder);
SSAUpdater.h 154 virtual void replaceLoadWithValue(LoadInst *LI, Value *V) const {
  /external/llvm/lib/Transforms/Scalar/
LowerAtomic.cpp 29 LoadInst *Orig = Builder.CreateLoad(Ptr);
44 LoadInst *Orig = Builder.CreateLoad(Ptr);
98 static bool LowerLoadInst(LoadInst *LI) {
124 else if (LoadInst *LI = dyn_cast<LoadInst>(Inst)) {
LICM.cpp 364 if (LoadInst *LI = dyn_cast<LoadInst>(&I)) {
448 if (isa<LoadInst>(I)) ++NumMovedLoads;
570 if (isa<LoadInst>(I)) ++NumMovedLoads;
632 if (LoadInst *LI = dyn_cast<LoadInst>(I))
654 virtual void replaceLoadWithValue(LoadInst *LI, Value *V) const {
725 if (LoadInst *load = dyn_cast<LoadInst>(Use)) {
790 LoadInst *PreheaderLoad
    [all...]
ScalarReplAggregates.cpp 156 void RewriteLoadUserOfWholeAlloca(LoadInst *LI, AllocaInst *AI,
418 if (LoadInst *LI = dyn_cast<LoadInst>(User)) {
546 if (LoadInst *LI = dyn_cast<LoadInst>(User)) {
625 LoadInst *SrcVal = Builder.CreateLoad(SrcPtr, "srcval");
632 LoadInst *SrcVal = Builder.CreateLoad(NewAI, "srcval");
    [all...]
Sink.cpp 162 if (LoadInst *L = dyn_cast<LoadInst>(Inst)) {
GVN.cpp 544 bool processLoad(LoadInst *L);
546 bool processNonLocalLoad(LoadInst *L);
867 LoadInst *DepLI, const TargetData &TD){
    [all...]
  /external/llvm/lib/Transforms/Utils/
DemoteRegToStack.cpp 70 V = new LoadInst(Slot, I.getName()+".reload", VolatileLoads,
78 Value *V = new LoadInst(Slot, I.getName()+".reload", VolatileLoads, U);
139 Value *V = new LoadInst(Slot, P->getName()+".reload", P);
SSAUpdater.cpp 365 if (LoadInst *LI = dyn_cast<LoadInst>(Insts[0]))
392 SmallVector<LoadInst*, 32> LiveInLoads;
412 LiveInLoads.push_back(cast<LoadInst>(User));
431 LiveInLoads.push_back(cast<LoadInst>(BlockUses[i]));
443 if (LoadInst *L = dyn_cast<LoadInst>(II)) {
478 LoadInst *ALoad = LiveInLoads[i];
513 replaceLoadWithValue(cast<LoadInst>(User), NewVal);
PromoteMemoryToRegister.cpp 88 if (const LoadInst *LI = dyn_cast<LoadInst>(U)) {
160 return (isa<LoadInst>(I) && isa<AllocaInst>(I->getOperand(0))) ||
331 LoadInst *LI = cast<LoadInst>(User);
367 if (isa<LoadInst>(I) || isa<StoreInst>(I))
703 if (LoadInst *LI = dyn_cast<LoadInst>(I)) {
844 if (!isa<LoadInst>(UserInst)) {
848 LoadInst *LI = cast<LoadInst>(UserInst)
    [all...]
LowerInvoke.cpp 249 new LoadInst(StackPtr, "stackptr.restore", true,
463 Value *OldBuf = new LoadInst(JBListHead, "oldjmpbufptr", true,
495 Value *CatchLoad = new LoadInst(InvokeNum, "invoke.num", true, CatchBB);
544 BufPtr = new LoadInst(OldJmpBufPtr, "oldjmpbufptr", UnwindHandler);
547 BufPtr = new LoadInst(JBListHead, "ehlist", UnwindHandler);
595 Value *OldBuf = new LoadInst(OldJmpBufPtr, "oldjmpbufptr", true, R);
  /external/llvm/lib/Analysis/
Loads.cpp 141 if (LoadInst *LI = dyn_cast<LoadInst>(BBI)) {
193 if (LoadInst *LI = dyn_cast<LoadInst>(Inst))
LoopDependenceAnalysis.cpp 81 if (LoadInst *LI = dyn_cast<LoadInst>(I))
89 if (LoadInst *i = dyn_cast<LoadInst>(I))
AliasSetTracker.cpp 297 bool AliasSetTracker::add(LoadInst *LI) {
352 if (LoadInst *LI = dyn_cast<LoadInst>(I))
430 bool AliasSetTracker::remove(LoadInst *LI) {
469 if (LoadInst *LI = dyn_cast<LoadInst>(I))
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 350 if (LoadInst *LI = dyn_cast<LoadInst>(I)) {
378 SmallVector<LoadInst*, 16> Loads;
384 if (LoadInst *LI = dyn_cast<LoadInst>(U)) {
413 if (LoadInst *LI = dyn_cast<LoadInst>(*UI)) {
462 LoadInst *Load = Loads[i];
514 std::map<IndicesVector, LoadInst*> OriginalLoads;
555 assert(isa<LoadInst>(User) || isa<GetElementPtrInst>(User))
    [all...]
GlobalOpt.cpp 196 if (const LoadInst *LI = dyn_cast<LoadInst>(I)) {
217 } else if (isa<LoadInst>(StoredVal) &&
218 cast<LoadInst>(StoredVal)->getOperand(0) == GV) {
315 if (LoadInst *LI = dyn_cast<LoadInst>(U)) {
390 if (isa<LoadInst>(I)) return true;
646 if (isa<LoadInst>(U)) {
691 if (const LoadInst *LI = dyn_cast<LoadInst>(U))
    [all...]
  /external/llvm/lib/Analysis/IPA/
GlobalsModRef.cpp 252 if (LoadInst *LI = dyn_cast<LoadInst>(U)) {
312 if (LoadInst *LI = dyn_cast<LoadInst>(U)) {
456 if (isa<LoadInst>(*II)) {
458 if (cast<LoadInst>(*II).isVolatile())
520 if (const LoadInst *LI = dyn_cast<LoadInst>(UV1))
524 if (const LoadInst *LI = dyn_cast<LoadInst>(UV2)
    [all...]
  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 45 class LoadInst;
136 Location getLocation(const LoadInst *LI);
344 case Instruction::Load: return getModRefInfo((const LoadInst*)I, Loc);
400 ModRefResult getModRefInfo(const LoadInst *L, const Location &Loc);
403 ModRefResult getModRefInfo(const LoadInst *L, const Value *P, uint64_t Size) {
AliasSetTracker.h 30 class LoadInst;
326 bool add(LoadInst *LI);
339 bool remove(LoadInst *LI);
  /external/llvm/examples/BrainF/
BrainF.cpp 219 LoadInst *tape_0 = builder->CreateLoad(curhead, tapereg);
271 LoadInst *tape_0 = builder->CreateLoad(curhead, tapereg);
435 LoadInst *tape_0 = new LoadInst(head_0, tapereg, testbb);
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 247 static bool isSafeAndProfitableToSinkLoad(LoadInst *L) {
261 if (isa<LoadInst>(U)) continue;
288 LoadInst *FirstLI = cast<LoadInst>(PN.getIncomingValue(0));
319 LoadInst *LI = dyn_cast<LoadInst>(PN.getIncomingValue(i));
357 Value *NewInVal = cast<LoadInst>(PN.getIncomingValue(i))->getOperand(0);
379 cast<LoadInst>(PN.getIncomingValue(i))->setVolatile(false);
381 LoadInst *NewLI = new LoadInst(PhiVal, "", isVolatile, LoadAlignment)
    [all...]
InstCombineLoadStoreAlloca.cpp 89 static Instruction *InstCombineLoadCast(InstCombiner &IC, LoadInst &LI,
132 LoadInst *NewLoad =
144 Instruction *InstCombiner::visitLoadInst(LoadInst &LI) {
226 LoadInst *V1 = Builder->CreateLoad(SI->getOperand(1),
228 LoadInst *V2 = Builder->CreateLoad(SI->getOperand(2),
435 if (LoadInst *LI = dyn_cast<LoadInst>(BBI)) {
  /external/llvm/include/llvm/CodeGen/
FastISel.h 39 class LoadInst;
121 const LoadInst * /*LI*/) {

Completed in 3819 milliseconds

1 2 3 4