Lines Matching defs:Exp
187 SCEVExpander Exp(SE, NIM.getDataLayout(), "expander");
188 Exp.disableCanonicalMode();
189 Exp.expandCodeFor(AddRec, T_pint64, Ret);
257 SCEVExpander Exp(SE, M.getDataLayout(), "expander");
262 EXPECT_FALSE(Exp.isSafeToExpandAt(AR, Top->getTerminator()));
263 EXPECT_FALSE(Exp.isSafeToExpandAt(AR, LPh->getTerminator()));
264 EXPECT_TRUE(Exp.isSafeToExpandAt(AR, L->getTerminator()));
265 EXPECT_TRUE(Exp.isSafeToExpandAt(AR, Post->getTerminator()));
268 Exp.expandCodeFor(SE.getSCEV(Add), nullptr, Ret);
319 SCEVExpander Exp(SE, M.getDataLayout(), "expander");
320 auto *I = cast<Instruction>(Exp.expandCodeFor(S, nullptr, R));
371 SCEVExpander Exp(SE, M.getDataLayout(), "expander");
372 auto *I = cast<Instruction>(Exp.expandCodeFor(S, nullptr, R));
422 SCEVExpander Exp(SE, M.getDataLayout(), "expander");
423 auto *I = cast<Instruction>(Exp.expandCodeFor(SC1, nullptr, R));
473 SCEVExpander Exp(SE, M.getDataLayout(), "expander");
474 auto *I = cast<Instruction>(Exp.expandCodeFor(SC1, nullptr, R));
514 SCEVExpander Exp(SE, M->getDataLayout(), "expander");
516 Exp.expandCodeFor(AR, nullptr, InsertAt);
565 SCEVExpander Exp(SE, M->getDataLayout(), "expander");
567 Exp.expandCodeFor(AR, nullptr, InsertAt);
647 SCEVExpander Exp(SE, M->getDataLayout(), "expander");
649 Exp.expandCodeFor(AR, nullptr, InsertAt);
700 SCEVExpander Exp(SE, M->getDataLayout(), "expander");
701 auto *I = cast<Instruction>(Exp.expandCodeFor(AndSCEV, nullptr, And));
757 SCEVExpander Exp(SE, M->getDataLayout(), "expander");
759 Value *V = Exp.expandCodeFor(AR, nullptr, InsertAt);
806 SCEVExpander Exp(SE, M->getDataLayout(), "expander");
808 Value *V = Exp.expandCodeFor(AR, nullptr, InsertAt);
861 SCEVExpander Exp(SE, M->getDataLayout(), "expander");
863 Value *V = Exp.expandCodeFor(AR, nullptr, InsertAt);
928 SCEVExpander Exp(SE, M->getDataLayout(), "expander");
930 Value *V = Exp.expandCodeFor(PtrPlus1, I.getType(), &I);
980 SCEVExpander Exp(SE, M->getDataLayout(), "expander");
982 Exp.expandCodeFor(PtrX, nullptr, Entry.getTerminator()));